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 - 400 Bad Request (The following features cannot be null: graphql_timeline_v2_bookmark_timeline) #3859

Closed
SeraXZa opened this issue Apr 2, 2023 · 9 comments

Comments

@SeraXZa
Copy link

SeraXZa commented Apr 2, 2023

When I try to download my twitter bookmarks, this error shows up:
400 Bad Request (The following features cannot be null: graphql_timeline_v2_bookmark_timeline)

What does it mean? Has Twitter updated something for it to break?

@rautamiekka
Copy link
Contributor

Show the verbose output, used command, and censored config.

@amer
Copy link
Contributor

amer commented Apr 2, 2023

When I try to download my twitter bookmarks, this error shows up: 400 Bad Request (The following features cannot be null: graphql_timeline_v2_bookmark_timeline)

What does it mean? Has Twitter updated something for it to break?

Yes, they changed something, and I sorted out the problem with this PR: #3854. It was all good for a few days, but then they changed something else, and now the range thingy isn't working right.

@mikf
Copy link
Owner

mikf commented Apr 3, 2023

the range thingy

What do you mean by that?

@amer
Copy link
Contributor

amer commented Apr 3, 2023

the range thingy

What do you mean by that?

For example in: gallery-dl https://twitter.com/i/bookmarks --range "1-100" --config ./gallery-dl.conf

As far as I can tell, no new bookmarks have been appearing for me since March 31st. It seems that upgrading to graphql timeline v2 is necessary to address this issue. However, I'm afraid I don't have enough time to fix it myself.

@mikf
Copy link
Owner

mikf commented Apr 4, 2023

It seems that upgrading to graphql timeline v2 is necessary to address this issue

It was; done in commit 3846ce0.

@SeraXZa
Copy link
Author

SeraXZa commented Apr 5, 2023

Is it working now?

@mikf
Copy link
Owner

mikf commented Apr 5, 2023

It is, but you need to use a nightly build or install the -dev version until the next "official" release.

@SeraXZa
Copy link
Author

SeraXZa commented Apr 5, 2023

Thank you guys!

@SeraXZa SeraXZa closed this as completed Apr 5, 2023
@amer
Copy link
Contributor

amer commented Apr 5, 2023

for Homebrew users, you can use brew install gallery-dl --HEAD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants