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

HTTP Error 404 with youtube users #763

Closed
jaimeMF opened this issue Mar 28, 2013 · 12 comments
Closed

HTTP Error 404 with youtube users #763

jaimeMF opened this issue Mar 28, 2013 · 12 comments
Assignees

Comments

@jaimeMF
Copy link
Collaborator

jaimeMF commented Mar 28, 2013

Output:

$python -m youtube_dl "https://www.youtube.com/user/ianscott888" -v
[debug] youtube-dl version 2013.02.25
[debug] Git HEAD: 6bf48bd
[debug] Python version 2.7.2 - Darwin-11.4.2-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] PL ianscott888: Downloading page #1
ERROR: unable to download webpage: HTTP Error 404: Not Found
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/Users/jaimemf93/Developer/repositorioOpenSources/youtube-dl/youtube_dl/__main__.py", line 17, in <module>
    youtube_dl.main()
  File "youtube_dl/__init__.py", line 516, in main
    _real_main()
  File "youtube_dl/__init__.py", line 500, in _real_main
    retcode = fd.download(all_urls)
  File "youtube_dl/FileDownloader.py", line 507, in download
    videos = ie.extract(url)
  File "youtube_dl/InfoExtractors.py", line 96, in extract
    return self._real_extract(url)
  File "youtube_dl/InfoExtractors.py", line 1724, in _real_extract
    self._downloader.trouble(u'ERROR: unable to download webpage: %s' % compat_str(err))
  File "youtube_dl/FileDownloader.py", line 230, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())

It stops working after SHA: 6bf48bd , with older commits it works well.

Also even though the command also fails with the example url in test_youtube_lists.py, the test passes.

@jaimeMF
Copy link
Collaborator Author

jaimeMF commented Mar 30, 2013

It also fails with 2013.03.29

@jaimeMF
Copy link
Collaborator Author

jaimeMF commented Mar 30, 2013

Seems to be the same as in #754

@FiloSottile
Copy link
Collaborator

Oh, looks like I screwed up. Sorry.
Prioritizing it!

@FiloSottile
Copy link
Collaborator

Ok, why the hell was YoutubePlaylistIE matching user URLs? I don't even want to know, anyway fixed. Thanks for reporting!

@jaimeMF
Copy link
Collaborator Author

jaimeMF commented Mar 31, 2013

Thanks for the quick fix.

@Plaque-fcc
Copy link

Still having it after updating to 2013.03.29:

$ youtube-dl http://www.youtube.com/user/AdamThomasMoran
[youtube] PL AdamThomasMoran: Downloading page #1
ERROR: unable to download webpage: HTTP Error 404: Not Found

While it certainly works with 2012.09.27.

$ python --version
Python 2.7.4rc1

@jaimeMF
Copy link
Collaborator Author

jaimeMF commented Apr 4, 2013

The problem was fixed after the release of 2013.03.29, it's fixed in 2013.04.03, see more information in #774

@Plaque-fcc
Copy link

Yes, while youtube-dl -U updates itself to 2013.03.29 which is

not workable, as you know.

@jaimeMF
Copy link
Collaborator Author

jaimeMF commented Apr 4, 2013

I know, phihag has said they will upload when they can build the windows version: #774 (comment)

@Plaque-fcc
Copy link

One could suspend the broken release, as it's been reported to

be no good. Anyways, fellows, you do so amazing job, and we wait, take
your time. Apart: Be I a Windows user, I could gain the feeling that
until the build for WinNT comes out, no-one gets the release. Cool it
could be. ;D

@phihag
Copy link
Contributor

phihag commented Apr 4, 2013

@Plaque-fcc Sorry, what do you mean with workable? 2013.03.29 should just have this one issue, or are there any other major faults with it? And while we could release without Windows, our build process is unfortunately not that flexible.

@Plaque-fcc
Copy link

I only mean that the only mode I use youtube-dl is this mode.

Thus, update to the version mentioned ruins all the use for me.

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

No branches or pull requests

4 participants