Jump to content

Termnal error trying to d/l a video from youtube


Eagle

Recommended Posts

Well here i am again.

Trying to d/l any video from Youtube i get this error:

unable to set language: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>

 

Did some Googling but anything that was Linux was old posts so i dont know what to do for sure.

Ideas appreciated.

Thanks Eagle

Link to comment
Share on other sites

How are you downloading youtube videos, using youtube-dl?

Im sorry, yes in termnal im using youtube-dl.

Also im running Mint 17.3 mate.

Eagle

Link to comment
Share on other sites

securitybreach

Follow the second answer on the link above. The reason I asked what app you were using is because when I researched your error, it was full of Ubuntu and Mint posts that basically said that the version of youtube-dl wasn't up to date from the repos. To fix that, you would run these commands (from that link):

 

wget -O - https://yt-dl.org/downloads/latest/youtube-dl | sudo tee /usr/local/bin/youtube-dl >/dev/null

sudo chmod a+x /usr/local/bin/youtube-dl

Link to comment
Share on other sites

securitybreach

You are basically downloading the latest version from the youtube-dl website to /usr/local/bin/. Then the second command sets the correct permissions on the file so you can run the binary.

Link to comment
Share on other sites

Hi securitybreach,

Did the commands but at the end it never downloads:

 

Connecting to github-cloud.s3.amazonaws.com (github-cloud.s3.amazonaws.com)|54.231.81.88|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 1525705 (1.5M) [application/octet-stream]

Saving to: ‘STDOUT’

Eagle

Link to comment
Share on other sites

The fourth try i got this:

 

Connecting to github-cloud.s3.amazonaws.com (github-cloud.s3.amazonaws.com)|54.231.33.131|:443... connected.

Sorry, try again.

[sudo] password for larry: HTTP request sent, awaiting response... 200 OK

Length: 1525705 (1.5M) [application/octet-stream]

Saving to: ‘STDOUT’

 

0% [ ] 0 --.-K/s

Sorry, try again.

[sudo] password for larry:

100%[======================================>] 1,525,705 101KB/s in 15s

 

2017-05-03 20:33:20 (101 KB/s) - written to stdout [1525705/1525705]

 

Thinking it would work i tried again to d/l a video from youtube and same error.

Eagle

Link to comment
Share on other sites

Hi securitybreach,

As of last night when i shutdown my puter i still could not d/l a video at Youtube.

Got up this morning turned on the puter and tried again to d/l a video and it worked!

Now i dont understand why after rebooting a few times yesterday it would not work but after a shutdown it works.

Any ideas as to why?

Thanks,

Eagle

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...