Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 on Associated Press bridge calls #4400

Open
gaieges opened this issue Jan 9, 2025 · 1 comment
Open

404 on Associated Press bridge calls #4400

gaieges opened this issue Jan 9, 2025 · 1 comment
Labels
Bug-Report Confirmed bug report

Comments

@gaieges
Copy link

gaieges commented Jan 9, 2025

Describe the bug
It seems as though as of about 24 hours ago (2025-01-08), the RSS bridge feed for all of the Associated Press topics stopped working. I presume due to a change upstream as I noticed it was occurring on multiple bridge instances.

To Reproduce
Go to any of the rss-bridge instances and look at the following url:

https://rss-bridge.org/bridge01/?action=display&bridge=AssociatedPressNewsBridge&context=Standard+Topics&topic=apf-topnews&format=Mrss

Expected behavior
Expected to get a RSS feed in return

Actual Behavior

404 Page Not Found
RSS-Bridge tried to fetch a page on a website. But it doesn't exists.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404

Details
Type: HttpException
Code: 404
Message: https://afs-prod.appspot.com/api/v2/feed/tag?tags=apf-topnews resulted in 404 Not Found
File: lib/http.php
Line: 36
Trace
#0 index.php(68): RssBridge->main()
#1 lib/RssBridge.php(39): RssBridge->{closure}()
#2 lib/RssBridge.php(37): CacheMiddleware->__invoke()
#3 middlewares/CacheMiddleware.php(44): RssBridge->{closure}()
#4 lib/RssBridge.php(37): ExceptionMiddleware->__invoke()
#5 middlewares/ExceptionMiddleware.php(17): RssBridge->{closure}()
#6 lib/RssBridge.php(37): SecurityMiddleware->__invoke()
#7 middlewares/SecurityMiddleware.php(19): RssBridge->{closure}()
#8 lib/RssBridge.php(37): MaintenanceMiddleware->__invoke()
#9 middlewares/MaintenanceMiddleware.php(10): RssBridge->{closure}()
#10 lib/RssBridge.php(37): BasicAuthMiddleware->__invoke()
#11 middlewares/BasicAuthMiddleware.php(13): RssBridge->{closure}()
#12 lib/RssBridge.php(37): TokenAuthenticationMiddleware->__invoke()
#13 middlewares/TokenAuthenticationMiddleware.php(10): RssBridge->{closure}()
#14 lib/RssBridge.php(34): DisplayAction->__invoke()
#15 actions/DisplayAction.php(54): DisplayAction->createResponse()
#16 actions/DisplayAction.php(90): AssociatedPressNewsBridge->collectData()
#17 bridges/AssociatedPressNewsBridge.php(75): AssociatedPressNewsBridge->collectCardData()
#18 bridges/AssociatedPressNewsBridge.php(108): getContents()
#19 lib/contents.php(118): HttpException::fromResponse()
#20 lib/http.php(36)

Context
Query: action=display&bridge=AssociatedPressNewsBridge&context=Standard Topics&topic=apf-topnews&format=Html
Version: 2025-01-02 (git.master.cb65125)
OS: Linux
PHP: 7.4.33

Additional context
Add any other context about the problem here.

@gaieges gaieges added the Bug-Report Confirmed bug report label Jan 9, 2025
@dvikan
Copy link
Contributor

dvikan commented Jan 9, 2025

@VerifiedJoseph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug-Report Confirmed bug report
Projects
None yet
Development

No branches or pull requests

2 participants