Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
maximum recursion depth exceeded #1322
Comments
|
Thanks for the report! Downloading works fine for me on Linux, I'll try it on a Windows box asap. Just because it can often contain helpful details, could you post the entire output of
|
|
Hi, This is the complete output command: C:\youtube-dl>youtube-dl -v http://www.youtube.com/watch?v=wx2_4QqzrfM File "youtube_dl__init__.pyo", line 651, in main C:\youtube-dl> Although I'm behind a proxy server the script should work because the site is allowed. By the way I'll give a try later from a connection not proxied. Giacomo |
|
I'm having a lot of issues using proxy servers in the new version too. [youtube] Setting language |
|
i'm running on linux with the --proxy being a remote squid proxy. |
|
heres the full command and verbose output: python2.7 ./youtube-dl http://www.youtube.com/watch?v=359na4NeaVA --max-quality 22 -x --audio-format mp3 --audio-quality 320K --proxy http://xx.x.xxx.xx:3128 --verbose[debug] System config: [] |
|
I also have this problem on Mac OS 10.8 when I am trying to use proxy. Without proxy all work fine. Output without proxy:
Output with proxy (It is long, so I put it on pastebin): |
|
And this is error log from Ubuntu 10.04 with python 2.6 (youtube-dl 2013.08.27 with proxy using). Previous version 2013.08.23 works fine. |
|
Yep, definitely an issue with the way youtube-dl handles the proxy. Can confirm what @11xp is saying and that the changes made from 2013.08.23 => 2013.08.27 have broken proxy support. |
|
Anybody got any idea on what has changed here to break proxy support? |
|
I think the only change to the download process between those two versions is 36399e8. |
|
I think thats the only thing different too. |
|
Sorry, that was a stupid change of mine in an attempt to fix #1309. Reverted; update to youtube-dl 2013.08.28 or newer to get the fixed version. Sorry. |
|
when will this be released? |
|
It's already rolling out, should be there in a few minutes (github takes a while to rebuild the pages). |
|
yt-dl.org just updated now - cheers. |
|
Update has now rolled out; you can type |
|
Thank you Philipp! |
Hello,
I just downloaded last release (2013.08.27) and I tryed to download a simple video launching:
youtube-dl http://www.youtube.com/watch?v=wx2_4QqzrfM
I receive this error message:
...
File "urllib2.pyo", line 224, in getattr
File "urllib2.pyo", line 224, in getattr
File "urllib2.pyo", line 224, in getattr
File "urllib2.pyo", line 224, in getattr
File "urllib2.pyo", line 224, in getattr
RuntimeError: maximum recursion depth exceeded
It happens also using pre-compiled binary as well as directly with the source code.
I tested on a Windows platform with python ver. 2.7.5
I don't know if this bug can be related to my platform or something else: if for any help I'm available.
Regards,
Giacomo