-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
Twitter extractor throws "user suspended" warnings #2258
Comments
Are you running the latest dev version? You can update to the latest version straight from the master branch with pip:
|
Yes, i'm running this version https://github.com/mikf/gallery-dl/actions/runs/1769145847 |
Can this be reliably reproduced somehow? |
disable reporting any non-fatal errors by default
Twitter reports errors for any Tweet or user that is somehow referenced in its API responses and gallery-dl would emit a warning regardless of whether it is actually relevant. An example where this happens is https://twitter.com/i/web/status/112900228289540096. The Tweet itself is OK, but the user that created that thread got suspended. Anyway, I've disabled those warnings for now and added an option to re-enable them (492436f). |
After the last couple updates, twitter extractor started occasionally throwing "user suspended" warnings:
or
The accounts are not suspended, their content is still available and gets downloaded as usual
The text was updated successfully, but these errors were encountered: