We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[40][ERROR] <weibo> <job.py> <\AppData\Local\Programs\Python\Python39\lib\site-packages\gallery_dl\job.py> <HttpError: '403 ' for 'https://m.weibo.cn/api/container/getIndex'>
Recently weibo has been giving all sorts of errors like this. Its either 403 or 418.
Is there any workaround?
The text was updated successfully, but these errors were encountered:
403 errors might be due to missing Referer etc headers and 418 was weibo's 429 Too Many Requests equivalent (#431).
Referer
429 Too Many Requests
Try -o headers.Referer=https://m.weibo.cn/ --sleep-request 4-6. Maybe that helps.
-o headers.Referer=https://m.weibo.cn/ --sleep-request 4-6
Sorry, something went wrong.
e670dc5
No branches or pull requests
[40][ERROR] <weibo> <job.py> <\AppData\Local\Programs\Python\Python39\lib\site-packages\gallery_dl\job.py> <HttpError: '403 ' for 'https://m.weibo.cn/api/container/getIndex'>
Recently weibo has been giving all sorts of errors like this. Its either 403 or 418.
Is there any workaround?
The text was updated successfully, but these errors were encountered: