minimaxir / download-tweets-ai-text-gen

Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation.
MIT License
219 stars 41 forks source link

IndexError: list index out of range #26

Open arceuss opened 4 years ago

arceuss commented 4 years ago

its worked perfectly for me before but now it just outputs arceus@DESKTOP-5GA669M:/mnt/c/Users/arceus/Pictures/arceus but ai$ python3 downloadtweets.py arceus413 Traceback (most recent call last): File "download_tweets.py", line 161, in fire.Fire(download_tweets) File "/home/arceus/.local/lib/python3.8/site-packages/fire/core.py", line 138, in Fire component_trace = _Fire(component, args, parsed_flag_args, context, name) File "/home/arceus/.local/lib/python3.8/site-packages/fire/core.py", line 463, in _Fire component, remaining_args = _CallAndUpdateTrace( File "/home/arceus/.local/lib/python3.8/site-packages/fire/core.py", line 672, in _CallAndUpdateTrace component = fn(*varargs, **kwargs) File "download_tweets.py", line 71, in download_tweets limit = twint.output.users_list[-1].tweets IndexError: list index out of range pretty much any handle does this too

luisgbr1el commented 4 years ago

I'm with the same problem.