wisdom-tree
wisdom-tree copied to clipboard
connection error when playing playlists
when i select custom playlist and enter a youtube playlist link, it gives me a connection error. this doesn't happen with the play music from youtube option. my firewall is off (yes i know that's stupid but i didn't even realize until now) so that can't be the issue.
It is because it uses pytube and it broken. Use pytubefix instead of pytube. So,
- run "pip install pytubefix"
- Go to ~\scoop\apps\python\current\Lib\site-packages\wisdom_tree\main.py (or equivalent of your OS and installation type)
- Change 'import pytube' to 'import pytubefix' while keeping rest same.
That is what worked for me so i guess it should work you
Hmm, if pytube remains broken, I think it might be a good idea to replace the dependency.