rss-bridge: [Twitter] @ failed with error 429
Hello folks,
Since 12h, I’ve got an error 429 from rss-bridge (see below : @<twitter_user> failed with error 429).
Error message: The requested resource cannot be found!
Please make sure your input parameters are correct!
cUrl error: (0)
PHP error: Trying to access array offset on value of type null
Query string: action=display&bridge=Twitter&context=By+username&u=<twitter_user>&format=Mrss
Version: dev.2020-02-26
I run rss-bridge from the latest tag inside a docker container (I updated it before to try again) and running < 15 twitter account with it. Is it related to a “too many request” classic http code ? Or an ip ban or something ?
Regards.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 7
- Comments: 22 (10 by maintainers)
Commits related to this issue
- [TwitterBridge] Fix issue #1621 @<twitter_user> failed with error 429 — committed to arnd-s/rss-bridge by arnd-s 4 years ago
- [TwitterBridge] Fix issue #1621 @<twitter_user> failed with error 429 (#1622) * [TwitterBridge] Fix issue #1621 @<twitter_user> failed with error 429 — committed to RSS-Bridge/rss-bridge by arnd-s 4 years ago
- [TwitterBridge] Fix issue #1621 @<twitter_user> failed with error 429 (#1622) * [TwitterBridge] Fix issue #1621 @<twitter_user> failed with error 429 — committed to comlaterra/rss-bridge by arnd-s 4 years ago
I fixed it on my side with the diff below. The regex must parse the header and not the body as mentioned above. Now i have to find out how to make a pull request 😉
Your token management is more careful than it needs to be. Here’s what I know:
The issue has been identified and fixed by Nitter https://github.com/zedeus/nitter/issues/200 .
Maybe it will give us some clues.
Or twitter itself. Anyway, bump @triatic
Got same 429 http code and following error on DEBUG mode.
Instance is my laptop which I rarely use and only for myself. So the problem origin are latest changes to twitter bridge.