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

Facebook video's (HTTP Error 500: Internal Server Error) #11295

Closed
zz64 opened this issue Nov 25, 2016 · 10 comments
Closed

Facebook video's (HTTP Error 500: Internal Server Error) #11295

zz64 opened this issue Nov 25, 2016 · 10 comments
Labels
bug

Comments

@zz64
Copy link

@zz64 zz64 commented Nov 25, 2016

Hi, i can't get video from facebook any more.

Updating to version 2016.11.22```

```/usr/local/bin/youtube-dl --verbose https://www.facebook.com/djtheory1/videos/1257165684349821/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'https://www.facebook.com/djtheory1/videos/1257165684349821/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.22
[debug] Python version 2.7.12+ - Linux-4.8.0-1-amd64-x86_64-with-debian-stretch-sid
[debug] exe versions: ffmpeg 3.2-2, ffprobe 3.2-2, rtmpdump 2.4
[debug] Proxy map: {}
[facebook] 1257165684349821: Downloading webpage
[facebook] 1257165684349821: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 500: Internal Server Error (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using 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 "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 404, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2001, in urlopen                                                                                                                                                            
    return self._opener.open(req, timeout=self._socket_timeout)                                                                                                                                                                              
  File "/usr/lib/python2.7/urllib2.py", line 435, in open                                                                                                                                                                                    
    response = meth(req, response)                                                                                                                                                                                                           
  File "/usr/lib/python2.7/urllib2.py", line 548, in http_response                                                                                                                                                                           
    'http', request, response, code, msg, hdrs)                                                                                                                                                                                              
  File "/usr/lib/python2.7/urllib2.py", line 473, in error                                                                                                                                                                                   
    return self._call_chain(*args)                                                                                                                                                                                                           
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain                                                                                                                                                                             
    result = func(*args)                                                                                                                                                                                                                     
  File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default                                                                                                                                                                      
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)```

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Nov 27, 2016

Works for me. I guess that's a temporary issue?

$ youtube-dl -v "https://www.facebook.com/djtheory1/videos/1257165684349821/" 
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'https://www.facebook.com/djtheory1/videos/1257165684349821/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.27
[debug] Git HEAD: 4c974a4
[debug] Python version 3.5.2 - Linux-4.8.10-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 3.2.1, ffprobe 3.2.1
[debug] Proxy map: {}
[facebook] 1257165684349821: Downloading webpage
[facebook] 1257165684349821: Downloading webpage
[debug] Invoking downloader on 'https://video-hkg3-1.xx.fbcdn.net/v/t42.9040-2/10000000_1257548730978183_3246866306498035712_n.mp4?efg=eyJ2ZW5jb2RlX3RhZyI6ImRhc2hfdjNfMTI4MF9jcmZfMjNfaGlnaF8zLjFfZnJhZ18yX3ZpZGVvIn0=&oh=2d215a3d674531755d84e68fba6fa520&oe=583B1554'
[download] Destination: 90's RnB Mix-1257165684349821.f1257548674311522v.mp4
[download]   8.8% of 182.03MiB at 476.79KiB/s ETA 05:56^CException ignored in: <_io.FileIO name="90's RnB Mix-1257165684349821.f1257548674311522v.mp4.part" mode='wb' closefd=True>
ResourceWarning: unclosed file <_io.BufferedWriter name="90's RnB Mix-1257165684349821.f1257548674311522v.mp4.part">

ERROR: Interrupted by user
@zz64
Copy link
Author

@zz64 zz64 commented Nov 28, 2016

Hi yan12125,

not work here.

/usr/local/bin/youtube-dl -v "https://www.facebook.com/djtheory1/videos/1257165684349821/"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://www.facebook.com/djtheory1/videos/1257165684349821/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.27
[debug] Python version 2.7.12+ - Linux-4.8.0-1-amd64-x86_64-with-debian-stretch-sid
[debug] exe versions: ffmpeg 3.2-2, ffprobe 3.2-2, rtmpdump 2.4
[debug] Proxy map: {}
[facebook] 1257165684349821: Downloading webpage
[facebook] 1257165684349821: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 500: Internal Server Error (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using 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 "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 404, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2001, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)

Thanks.

@pihug12
Copy link

@pihug12 pihug12 commented Nov 29, 2016

Same issue for me.

python C:\Users\MyUser\Downloads\youtube-dl https://www.facebook.com/IvyLab/videos/1155153511187635/ --verbose
[debug] System config: []
[debug] User config: [u'--no-mtime', u'--no-cache-dir']
[debug] Command-line args: [u'https://www.facebook.com/IvyLab/videos/1155153511187635/', u'--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2016.11.27
[debug] Python version 2.7.11 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[facebook] 1155153511187635: Downloading webpage
[facebook] 1155153511187635: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 500: Internal Server Error (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using 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\MyUser\Downloads\youtube-dl\youtube_dl\extractor\common.py", line 404, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "C:\Users\MyUser\Downloads\youtube-dl\youtube_dl\YoutubeDL.py", line 2001, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "D:\Python27\lib\urllib2.py", line 437, in open
    response = meth(req, response)
  File "D:\Python27\lib\urllib2.py", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File "D:\Python27\lib\urllib2.py", line 475, in error
    return self._call_chain(*args)
  File "D:\Python27\lib\urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "D:\Python27\lib\urllib2.py", line 558, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Nov 29, 2016

Now both videos failed for me too

@yan12125 yan12125 added bug and removed cant-reproduce labels Nov 29, 2016
@richemon85
Copy link

@richemon85 richemon85 commented Nov 29, 2016

./youtube-dl.exe -U
youtube-dl is up-to-date (2016.11.27)

./youtube-dl https://www.facebook.com/stantonwarriors/videos/10154319484538889/
[facebook] 10154319484538889: Downloading webpage
[facebook] 10154319484538889: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 500: Internal Server Error (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@richemon85
Copy link

@richemon85 richemon85 commented Nov 29, 2016

http://wordrider.net/freerapid still works, ugly thing made in Java but it's constantly updated when facebook/youtube change something.

@ikuraj
Copy link

@ikuraj ikuraj commented Nov 30, 2016

I had a similar issue yesterday (downloading a FB video); however, today the download went through. Perhaps some limitations on the FB side.

@JamesTheAwesomeDude
Copy link

@JamesTheAwesomeDude JamesTheAwesomeDude commented Dec 5, 2016

Cannot reproduce, either.

$ youtube-dl -v "https://www.facebook.com/djtheory1/videos/1257165684349821/"     
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'https://www.facebook.com/djtheory1/videos/1257165684349821/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.12.01
[debug] Python version 3.5.2 - Linux-4.4.0-43-generic-x86_64-with-LinuxMint-18-sarah
[debug] exe versions: ffmpeg 3.2.1-1, ffprobe 3.2.1-1
[debug] Proxy map: {}
[facebook] 1257165684349821: Downloading webpage
[facebook] 1257165684349821: Downloading webpage
[debug] Invoking downloader on 'https://video-atl3-1.xx.fbcdn.net/v/t42.9040-2/10000000_1257572017642521_6769892851145768960_n.mp4?efg=eyJ2ZW5jb2RlX3RhZyI6ImRhc2hfdjNfMTkyMF9jcmZfMjNfaGlnaF80LjBfZnJhZ18yX3ZpZGVvIn0=&oh=6222236fb7b049abe501e106d9398313&oe=584616AC'
[download] Destination: 90's RnB Mix-1257165684349821.f1257571910975865v.mp4
[download]  15.0% of 347.17MiB at  7.12MiB/s ETA 00:41^C
ERROR: Interrupted by user
$ 
@richemon85
Copy link

@richemon85 richemon85 commented Dec 6, 2016

Seems okay now. /thread.

@zz64
Copy link
Author

@zz64 zz64 commented Dec 6, 2016

is working now.
version 2016.12.01
Thanks.

@zz64 zz64 closed this Dec 6, 2016
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
6 participants
You can’t perform that action at this time.