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

Weibo profile errors #2244

Closed
pxssy opened this issue Jan 29, 2022 · 1 comment
Closed

Weibo profile errors #2244

pxssy opened this issue Jan 29, 2022 · 1 comment

Comments

@pxssy
Copy link

pxssy commented Jan 29, 2022

[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?

@mikf
Copy link
Owner

mikf commented Jan 30, 2022

403 errors might be due to missing Referer etc headers and
418 was weibo's 429 Too Many Requests equivalent (#431).

Try -o headers.Referer=https://m.weibo.cn/ --sleep-request 4-6. Maybe that helps.

@mikf mikf closed this as completed in e670dc5 Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants