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] Missing some tweets getting from user timeline when using "strategy": "with_replies" #3938

Closed
ImintA2 opened this issue Apr 21, 2023 · 4 comments

Comments

@ImintA2
Copy link

ImintA2 commented Apr 21, 2023

1.24.5 still works fine, this happens after updating to 1.25.x (I'm using the latest version 1.25.2) and only when using "strategy": "with_replies" in the config file.

After some testing, I believe it's likely because version 1.25.x switched to using timeline_v2 but didn't handle some new entryId types (such as "profile-conversation-").:
2023-04-21 13 36 56

Don't know if other settings matter but here's what I'm using just in case:

"twitter":
        {
            "cards": false,
            "conversations": true,
            "pinned": false,
            "quoted": false,
            "replies": true,
            "retweets": false,
            "strategy": "with_replies",
            "text-tweets": false,
            "twitpic": false,
            "unique": true,
            "users": "timeline",
            "videos": true,
            "syndication": true
        }

I'm also using cookies for authentication.

@mikf mikf added the site:bug label Apr 21, 2023
@mikf
Copy link
Owner

mikf commented Apr 21, 2023

I believe it's likely because version 1.25.x switched to using timeline_v2 but didn't handle some new entryId types (such as "profile-conversation-").

That's most likely the cause, but I'm personally not getting any new entryId types, with and without login. Only all the already handled ones as well as whoToFollow-, promotedTweet-, and cursor-top-, but no profile-conversation-, even for the timeline from your example.

Could you run gallery-dl with --write-pages and upload a generated file that contains a profile-conversation- example, so I can see how they are structured add support for those?

@mikf
Copy link
Owner

mikf commented Apr 21, 2023

Thank you.
I'm still getting only homeConversation entries on my end.

Fixed in 1d505b3, by the way.

@ImintA2
Copy link
Author

ImintA2 commented Apr 21, 2023

Yeah, it's curious that this issue hasn't been reported yet, so I can only assume that it's not a common issue. It's weird because I don't think I'm doing anything particularly different when calling the API.
Anyway, thank you for the fix!

@ImintA2 ImintA2 closed this as completed Apr 21, 2023
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

2 participants