themayankjha / JAKYM

JAKYM, Just Another Konsole YouTube-Music. A command line based Youtube music player written in Python with both Spotify and Youtube playlist support and easy on memory. See README for installation instructions.
https://pypi.org/project/jakym/
GNU General Public License v3.0
84 stars 7 forks source link

errors with the playlist feauture #15

Closed Jirido closed 2 years ago

Jirido commented 2 years ago

Hi I have installed JAKYM with yay from AUR on a arch64 machine. While trying to play a playlist this happens: jakym -y https://www.youtube.com/playlist?list=PLz4zPQvMRasSJ6c6HXjm3qRSs2shSlqHg

If I try from within almost the same happens. –––––––––––––––––––––––––––––––––––––

Something strange also happens when trying to find a song. $ jakym bumblebee Downloading bumblebee song WARNING: Unable to download webpage: HTTP Error 429: Too Many Requests

then it succeeds.

If i try to play one song it works but maybe related to the playlist problem it also tells me:

And if I search for a song

but then it manages anyway.. Done Downloading Currently Playing : Lex and jack (music video Do I do something wrong or am I missing some dependency?

themayankjha commented 2 years ago

Hey @Jirido Thank you for your Issue! I tried to replicate your errors but was unsuccessful. Maybe it is due to my package being installed via the instructions in the README. I'll try using an arch system and will update you on the same :)

themayankjha commented 2 years ago

Hey! After some testing I am unable to reproduce any of the bugs. From what i understand the warning is probably ytdl freaking youtube out with multiple requests. Are you using a VPN?

I am successfully able to play the same playlist that you mention in the issue without any hitch Screenshot_20211130_001226

I cleaned installed manjaro minimal xfce and used yay to get the AUR package. The python version I am using here is 3.9.7 Can you share anything more to pinpoint the issue?