You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "twitter-video-dl.py", line 26, in
tvdl.download_video(args.twitter_url, file_name)
File "C:[...]\PythonTwitterVideoScraper\Python\src\twitter_video_dl\twitter_video_dl.py", line 365, in download_video
resp = get_tweet_details(tweet_url, guest_token, bearer_token)
File "C:[...]\PythonTwitterVideoScraper\Python\src\twitter_video_dl\twitter_video_dl.py", line 160, in get_tweet_details
assert details.status_code == 200, f'Failed to get tweet details. 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: {details.status_code}. Tweet url: {tweet_url}'
AssertionError: Failed to get tweet details. 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: 404. Tweet url: https://twitter.com/never_tomorrow/status/1327680318002900992`
The text was updated successfully, but these errors were encountered:
Couldn't download one of my own videos from twitter:
Status code: 404.
Tweet url: https://twitter.com/never_tomorrow/status/1327680318002900992
with some extra debug output below:
OUTPUT:
`(venv) C:[...]\PythonTwitterVideoScraper\Python>python twitter-video-dl.py https://twitter.com/never_tomorrow/status/1327680318002900992 test.mp4
args.twitter_url: https://twitter.com/never_tomorrow/status/1327680318002900992
file_name: test.mp4
get_tweet_details()
Traceback (most recent call last):
File "twitter-video-dl.py", line 26, in
tvdl.download_video(args.twitter_url, file_name)
File "C:[...]\PythonTwitterVideoScraper\Python\src\twitter_video_dl\twitter_video_dl.py", line 365, in download_video
resp = get_tweet_details(tweet_url, guest_token, bearer_token)
File "C:[...]\PythonTwitterVideoScraper\Python\src\twitter_video_dl\twitter_video_dl.py", line 160, in get_tweet_details
assert details.status_code == 200, f'Failed to get tweet details. 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: {details.status_code}. Tweet url: {tweet_url}'
AssertionError: Failed to get tweet details. 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: 404. Tweet url: https://twitter.com/never_tomorrow/status/1327680318002900992`
The text was updated successfully, but these errors were encountered: