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 "C:\Users\hamax\Desktop\Music\yt-playlist-download.py", line 73, in
run(pl)
File "C:\Users\hamax\Desktop\Music\yt-playlist-download.py", line 21, in run
music = yt.streams.filter(file_extension="mp4").first()
File "C:\Users\hamax\AppData\Local\Programs\Python\Python311\Lib\site-packages\pytube_main_.py", line 296, in streams
return StreamQuery(self.fmt_streams)
File "C:\Users\hamax\AppData\Local\Programs\Python\Python311\Lib\site-packages\pytube_main_.py", line 176, in fmt_streams
stream_manifest = extract.apply_descrambler(self.streaming_data)
File "C:\Users\hamax\AppData\Local\Programs\Python\Python311\Lib\site-packages\pytube_main_.py", line 161, in streaming_data
return self.vid_info['streamingData']
KeyError: 'streamingData'
i am entering a valid path for the music to be sent to, and my playlist should be valid
The text was updated successfully, but these errors were encountered:
this is the issue i get now
Traceback (most recent call last):
File "C:\Users\hamax\Desktop\Music\yt-playlist-download.py", line 73, in
run(pl)
File "C:\Users\hamax\Desktop\Music\yt-playlist-download.py", line 21, in run
music = yt.streams.filter(file_extension="mp4").first()
File "C:\Users\hamax\AppData\Local\Programs\Python\Python311\Lib\site-packages\pytube_main_.py", line 296, in streams
return StreamQuery(self.fmt_streams)
File "C:\Users\hamax\AppData\Local\Programs\Python\Python311\Lib\site-packages\pytube_main_.py", line 176, in fmt_streams
stream_manifest = extract.apply_descrambler(self.streaming_data)
File "C:\Users\hamax\AppData\Local\Programs\Python\Python311\Lib\site-packages\pytube_main_.py", line 161, in streaming_data
return self.vid_info['streamingData']
KeyError: 'streamingData'
i am entering a valid path for the music to be sent to, and my playlist should be valid
The text was updated successfully, but these errors were encountered: