gallery-dl
gallery-dl copied to clipboard
Unable to retrieve tweets from some timelines
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.
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.