-
-
Notifications
You must be signed in to change notification settings - Fork 995
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 JSONDecodeError #2212
Comments
I have the same problem — it just stopped work today in my daily script, which worked fine yesterday for twitter. |
I've been having this issue, as well. I think things stopped working, as soon as Twitter did their NFT update thing. I hope this can be fixed, soon. |
same problem, endpoint |
The old REST API endpoints, which were not used by Twitter since summer 2021, are going to finally be phased out it seems, with '/2/timeline/profile/USERID.json' being the first one. Only Twitter's search doesn't have a GraphQL interface yet.
The fix works again fine for me so far, havent noticed any bugs. Many thanks. |
I get this error when it encounters a quote tweet where the quoted tweet is deleted:
|
Seeing this error now on some downloads. |
@Zoodee |
I really need to make sure I'm always on the latest version before I post issues, my bad |
Yea everything works fine, it seems, if one uses version from master branch via pip, not the outdated one from your fancy linux repository. |
Seeing the attached error message when trying to download some urls from twitter.
Error message.txt
Downloading twitter URLs ending in "/media" still work (https://twitter.com/ZoodeeCarving/media) but main account links do not (https://twitter.com/ZoodeeCarving/)
I've tried with my VPN on and off, with login credentials attached and not attached to the command, and with the standalone Gallery-dl exe and the installed version. Same error consistently.
Don't know if this is relevant to this issue but gallery-dl looks like it isnt finding my config file and is using the default config, even though it used to work for me. My config is in C:\Users\USERNAME\AppData\Roaming\gallery-dl
(The config is actually a json file on my PC not a txt but I couldn't upload that here. It's the default example config except retries is set to 2, timeout is set to 10, and twitter retweets is set to true)
config.txt
Thanks, and sorry in advance if the issue is entirely on my end.
The text was updated successfully, but these errors were encountered: