Skip to content
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

Unable to download webpage: HTTP Error 404: Not Found #10055

Closed
fremff opened this issue Jul 10, 2016 · 4 comments
Closed

Unable to download webpage: HTTP Error 404: Not Found #10055

fremff opened this issue Jul 10, 2016 · 4 comments

Comments

@fremff
Copy link

@fremff fremff commented Jul 10, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.07.09.2
  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

F:\>youtube-dl.exe --get-title --verbose --proxy socks5://127.0.0.1:1031/ http:/
/www.youtube.com/watchv=_qNo5S4AXnY
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--get-title', '--verbose', '--proxy', 'socks5://127
.0.0.1:1031/', 'http://www.youtube.com/watchv=_qNo5S4AXnY']
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2016.07.09.2
[debug] Python version 3.4.4 - Windows-XP-5.1.2600-SP3
[debug] exe versions: ffmpeg 1.2
[debug] Proxy map: {'https': 'socks5://127.0.0.1:1031/', 'http': 'socks5://127.0
.0.1:1031/'}
WARNING: Unable to download webpage: HTTP Error 404: Not Found
ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by HTTPErro
r()); please report this issue on https://yt-dl.org/bug . Make sure you are usin
g the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl
 with the --verbose flag and include its complete output.
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpumvs6cap\bu
ild\youtube_dl\extractor\common.py", line 392, in _request_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpumvs6cap\bu
ild\youtube_dl\YoutubeDL.py", line 1955, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
  File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_defau
lt
...
<end of log>

I can play the video in this webpage in browser, but can't download it.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 10, 2016

Which proxy software are you using?

@fremff
Copy link
Author

@fremff fremff commented Jul 10, 2016

Psiphon 3 is the proxy software that I'm using currently.

It seems an exceptional case, for example:

F:\>youtube-dl.exe --get-id --verbose --proxy socks5://127.0.0.1:1031/ https://w
ww.youtube.com/watch?v=NIrY56yg7dY
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--get-id', '--verbose', '--proxy', 'socks5://127.0.
0.1:1031/', 'https://www.youtube.com/watch?v=NIrY56yg7dY']
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2016.07.09.2
[debug] Python version 3.4.4 - Windows-XP-5.1.2600-SP3
[debug] exe versions: avconv 11.3, avprobe 11.3, ffmpeg 2.8.6, ffprobe 2.8.6
[debug] Proxy map: {'http': 'socks5://127.0.0.1:1031/', 'https': 'socks5://127.0
.0.1:1031/'}
NIrY56yg7dY

The same problem also occurred in version 2016.07.11.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 11, 2016

Well, there's a type in your command:

F:\>youtube-dl.exe --get-title --verbose --proxy socks5://127.0.0.1:1031/ http://www.youtube.com/watchv=_qNo5S4AXnY

It should be: (? between watch and v)

F:\>youtube-dl.exe --get-title --verbose --proxy socks5://127.0.0.1:1031/ http://www.youtube.com/watch?v=_qNo5S4AXnY
@yan12125 yan12125 closed this Jul 11, 2016
@fremff
Copy link
Author

@fremff fremff commented Jul 11, 2016

It should be: (? between watch and v)

F:>youtube-dl.exe --get-title --verbose --proxy socks5://127.0.0.1:1031/ http://www.youtube.com/watch?v=_qNo5S4AXnY

Yes, It should be so, I'm sorry. Thank you for your replies!
👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.