-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
ERROR: Got a malformed response from YouTube API #796
Comments
Same as #782, fixed in master. Wait for the next update or install from source. |
Could not build from source in the same OS. downgraded to 2013.02.25 until next update. |
Why can't you build from source? |
Sorry, I wasn't aware that the master contained significant fixes. You can now update to 2013.04.21. |
@phihag Thank you for the quick fix !! Happily running the latest version now 👍 ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this error while trying to download a playlist.
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-A', 'http://www.youtube.com/course?list=EC2F07DBCDCC01493A', '-v']
[debug] youtube-dl version 2013.04.18
[debug] Python version 2.7.3 - Darwin-12.3.0-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] PL EC2F07DBCDCC01493A: Downloading page #1
[youtube] PL EC2F07DBCDCC01493A: Downloading page #2
[youtube] PL EC2F07DBCDCC01493A: Downloading page #3
[youtube] PL EC2F07DBCDCC01493A: Downloading page #4
[youtube] PL EC2F07DBCDCC01493A: Downloading page #5
ERROR: Got a malformed response from YouTube API
Traceback (most recent call last):
File "/usr/local/bin/youtube/youtube_dl/init.py", line 502, in _real_main
cwd=os.path.dirname(os.path.abspath(file)))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in init
errread, errwrite)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 20] Not a directory: '/usr/local/bin/youtube/youtube_dl'
The text was updated successfully, but these errors were encountered: