inteoryx / twitter-video-dl

Download twitter videos as mp4 files
The Unlicense
221 stars 53 forks source link

assert html.status_code == 200 #35

Open Ivanov-Norton opened 10 months ago

Ivanov-Norton commented 10 months ago

Traceback (most recent call last): File "D:\twitterdl\twitter-video-dl-main\twitter-video-dl-main\twitter-video-dl.py", line 25, in tvdl.download_video(args.twitter_url, file_name) File "D:\twitterdl\twitter-video-dl-main\twitter-video-dl-main\src\twitter_video_dl\twitter_video_dl.py", line 347, in download_video bearer_token, guest_token = get_tokens(tweet_url) ^^^^^^^^^^^^^^^^^^^^^ File "D:\twitterdl\twitter-video-dl-main\twitter-video-dl-main\src\twitter_video_dl\twitter_video_dl.py", line 37, in get_tokens assert html.status_code == 200, f'Failed to get tweet page. If you are using the correct Twitter URL this suggests a bug in the script. Please open a GitHub issue and copy and paste this message. Status code: {html.status_code}. Tweet url: {tweet_url}' AssertionError: Failed to get tweet page. If you are using the correct Twitter URL this suggests a bug in the script. Please open a GitHub issue and copy and paste this message. Status code: 400. Tweet url: https://twitter.com/i/status/1742984356245758033