-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'str' object has no attribute 'write' #33
Comments
This is a known issue. I think it has to do with the way youtube-dl logs information to the console. Does using a different terminal help? |
I tried to run the programm with Python's shell and Windows PowerShell, there is still the issue. I'm running with Windows 10 64bits. Today, I attempted to download a new MP3 again : Python's shell has given a more detailled answer than MSDOS terminal :
Interestingly, when I execute in Python the following lines, as you posted here, I get this :
|
So to hoop on the train here. I've checked youtube_dl site for a reference case and to my little knowledge haven't found a solution there other than the "update youtube_dl" which doesn't work since it is up to date. I'm encountering the same problem as above with the string- 'str' object has no attribute 'write', but my case differs for when I try the lines posted above it returns the code below.
I posted this more to get more exposure to this post since I'm experiencing the same problem. Tomorrow I'll try an older version of python and checking through FFmpeg's site because when I installed it and moved the file only one was listed. Though I suspect they consolidated the 3 files listed in the installation guide into one, but who knows maybe that's it? |
Did anybody ever solve this issue? |
I'm having this same issue as well. |
Hi,
First of all, you did a great job that I can't wait to use, but i'm faced to this strange issue :
Once I've chosen the right cover of the song, the executable downloads it, until being stopped :
Any help ?
The text was updated successfully, but these errors were encountered: