gallery-dl icon indicating copy to clipboard operation
gallery-dl copied to clipboard

Unable to retrieve tweets from some timelines

Open SIX10 opened this issue 3 years ago • 1 comments

Some accounts get outputted with "Unable to retrieve tweets from this timeline". Using verbose everything looks fine until urllib3 sends UserMedia?variables= and then [twitter][debug] {'user': {'result': {'__typename': 'User', 'timeline': {'timeline': {'instructions': [], 'responseObjects': {'feedbackActions': [], 'immediateReactions': []}}}}}} [twitter][error] Unable to retrieve Tweets from this timeline happens.

SIX10 avatar Sep 12 '22 17:09 SIX10

from some timelines

Which ones? A concrete example would be helpful.

The output shows an empty instructions list, which is unexpected and the reason you get an error. Usually that is where all Tweets get returned.

mikf avatar Sep 14 '22 14:09 mikf