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.
AttributeError: HTTPSConnectionV3 instance has no attribute '_tunnel_host' #1872
Comments
|
Please post the full output when running |
|
I always run verbose, but editing on my Android screen is difficult. I also have a log file, but doesn't always work depending on how ytdl exits. |
|
debug] System config: [] |
|
Try this: |
|
I did, I get the same errors. |
|
It must have something to do with that I'm on OSX10.6.8. I thought I needed to install python 3.3.3 which I had done before trying to install and run the program. I was able to use it fine on ubuntunu under vbox. any insights into why it won't work on the mac side? |
|
It works fine on OSX 10.7 with python 2.6.7. You may have installed python 3.3, but youtube-dl is not picking it (it uses 2.6.1), because it uses the shebang |
|
@jaimeMF thanks, and forgive my newbie questions. I downloaded source, when I try to use make youtube-dl PYTHON="/usr/bin/env python3" I get the response: make: `youtube-dl' is up to date. I tried to putting this file in /usr/bin/ and running it, i still get the same errors. I'm not sure if I'm using make correctly. Thanks for your help. |
|
@jaimeMF Actually I kept plugging away and finally was able to get it working! Thanks again for your help! |
|
OK, the ' |
|
I suggest you to install python 2.7.6 |
|
I'll close it as a duplicate of #1860, as prevoiously said, newer versions of python seem too work, just remember to verify they are actually being used by youtube-dl (see the |
I have the latest version 3.3.3 of python and 11.29.2013 build of youtube-dl.
downloaded from command line in OSX 10.6.8.
why is this not working?
thanks