RSSHub: Twitter Response code 429. Error message: Response code 429 (Too Many Requests): target website might be blocking our access
Routes
Error message: Response code 429 (Too Many Requests): target website might be blocking our access
Full routes
https://your_host.test/twitter/user/caddyserver
Related documentation
https://docs.rsshub.app/en/install/#docker-deployment
What is expected?
When I buit rsshub by docker-compose and run it at my own server, It worked about 2 months, but it can’t work today, and displayed the error mesage below:
Looks like something went wrong
Route requested: /twitter/user/caddyserver
Error message: Response code 429 (Too Many Requests): target website might be blocking our access, you can host your own RSSHub instance for a better usability.
Helpful Information to provide when opening issue:
Path: /twitter/user/caddyserver
Node version: v14.18.3
Why did this hapen? How to fix it?
What is actually happening?
When I buit rsshub by docker-compose and run it at my own server, It worked about 2 months, but it can’t work today, and displayed the error mesage below:
Looks like something went wrong
Route requested: /twitter/user/caddyserver
Error message: Response code 429 (Too Many Requests): target website might be blocking our access, you can host your own RSSHub instance for a better usability.
Helpful Information to provide when opening issue:
Path: /twitter/user/caddyserver
Node version: v14.18.3
Why did this hapen? How to fix it?
Deployment information
Self-hosted
Deployment information (for self-hosted)
OS: Ubuntu 21.04 x86_64 docker Version: 20.10.7 rsshub:https://hub.docker.com/r/diygod/rsshub
Additional info
When I buit rsshub by docker-compose and run it at my own server, It worked about 2 months, but it can't work today, and displayed the error mesage below:
Looks like something went wrong
Route requested: /twitter/user/caddyserver
Error message: Response code 429 (Too Many Requests): target website might be blocking our access, you can host your own RSSHub instance for a better usability.
Helpful Information to provide when opening issue:
Path: /twitter/user/caddyserver
Node version: v14.18.3
Why did this hapen? How to fix it?
### This is not a duplicated issue
- [X] I have searched [existing issues](https://github.com/DIYgod/RSSHub/issues) to ensure this bug has not already been reported
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 6
- Comments: 17 (2 by maintainers)
same problem. using vercel.The problem still exists
The reason why this error occurs is that the API method RSSHub uses is outdated, instead of “Too Many Requests” (though Twitter does return this status code). I have updated the route with the latest API method, please check #9471.