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
To reproduce:
Use “gaston song”, then select “Mix - Beauty and the Beast - Gaston”. (For me, it’s the 17th item now.)
instantmusic then terminates as if it had downloaded the song normally (which for me means the following text):
Downloading
Fixing id3 tags
a bytes-like object is required, not 'str'
couldnt get album art
But the youtube download starts after this:
The problem is that I’m using instantmusic with pexpect, and the untimely eof makes pexpect think the process has finished when it has not.
The text was updated successfully, but these errors were encountered:
To reproduce:
Use “gaston song”, then select “Mix - Beauty and the Beast - Gaston”. (For me, it’s the 17th item now.)
instantmusic then terminates as if it had downloaded the song normally (which for me means the following text):
Downloading
Fixing id3 tags
a bytes-like object is required, not 'str'
couldnt get album art
But the youtube download starts after this:
The problem is that I’m using instantmusic with pexpect, and the untimely eof makes pexpect think the process has finished when it has not.
The text was updated successfully, but these errors were encountered: