ERROR: This video is unavailable. ERROR - Some problems on classify loop
See original GitHub issueHi,
I have this issue when downloading a song from spotify :
$ python3 main.py -ss "https://open.spotify.com/track/2QoDAlMnML5haTXvYRS86X?si=eMGX4dlwQd-7dyiG6OmUHQ"
ERROR: This video is unavailable.
2020-01-03 11:17:42,694 - ERROR - Some problems on classify loop
ERROR: This video is unavailable.
2020-01-03 11:17:47,284 - ERROR - Some problems on classify loop
2020-01-03 11:17:49,635 - ERROR - Youtube:os.makedirs('cache/'+path)
2QoDAlMnML5haTXvYRS86X
[MoviePy] Writing audio in cache/2QoDAlMnML5haTXvYRS86X/2QoDAlMnML5haTXvYRS86X.mp3
100%|██████████████████████████████████████| 4282/4282 [00:05<00:00, 821.49it/s]
[MoviePy] Done.
2QoDAlMnML5haTXvYRS86X
None
I works eventually, but I get 3 notifications and take way much more time when downloading a playlist. Also, the GUI version won’t work, I think because of this problem.
Any solution ? 😃
PS : I also always get the notification “Downloading from youtube”, isn’t it supposed to be downloaded from spotify ?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
How to Fix "This video is not available message on YouTube"
Check why the error "This video is not available message on YouTube" occurs and the methods to fix videos not fix YouTube video...
Read more >Debugging guide | Google Earth Engine
The first error informs you that the bandNames variable is not defined in the scope in which it's referenced. As a solution, set...
Read more >Troubleshoot Dataflow errors - Google Cloud
If you run into problems with your Dataflow pipeline or job, this page lists error messages that you might see and provides suggestions...
Read more >YouTube iframe looping video unavailable on first load
The problem I am having is that when the video is embedded (or the link is accessed directly - the issue occurs there...
Read more >Evaluation of Dual-Loop Data Accuracy Using Video Ground ...
dual-loop and video image systems clocks before analysis. ... factor in the current study, the serious errors that still occurred were most likely...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try
sudo pip install -U youtube-dl
. Worked for meI used a VPN and it worked.