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

Twitter extractor throws "user suspended" warnings #2258

Closed
Skyofflad opened this issue Feb 2, 2022 · 4 comments
Closed

Twitter extractor throws "user suspended" warnings #2258

Skyofflad opened this issue Feb 2, 2022 · 4 comments

Comments

@Skyofflad
Copy link

After the last couple updates, twitter extractor started occasionally throwing "user suspended" warnings:

twitter: _Missing: User not found., Authorization: User has been suspended. (63), _Missing: User not found., Authorization: User has been suspended. (63)

or

twitter: Authorization: User has been suspended. (63)

The accounts are not suspended, their content is still available and gets downloaded as usual

@Hrxn
Copy link
Contributor

Hrxn commented Feb 2, 2022

Are you running the latest dev version?

You can update to the latest version straight from the master branch with pip:

python.exe -m pip install -U -I --no-deps --no-cache-dir "https://github.com/mikf/gallery-dl/archive/master.tar.gz"

@Skyofflad
Copy link
Author

Yes, i'm running this version https://github.com/mikf/gallery-dl/actions/runs/1769145847

@Hrxn
Copy link
Contributor

Hrxn commented Feb 2, 2022

Can this be reliably reproduced somehow?
Right now, I'm inclined to blame the Twitter API for having some hiccups.

mikf added a commit that referenced this issue Feb 2, 2022
disable reporting any non-fatal errors by default
@mikf
Copy link
Owner

mikf commented Feb 2, 2022

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).

@mikf mikf closed this as completed 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

3 participants