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

streamcloud detect serverside error as it #3768

Closed
treaki opened this issue Sep 16, 2014 · 0 comments
Closed

streamcloud detect serverside error as it #3768

treaki opened this issue Sep 16, 2014 · 0 comments

Comments

@treaki
Copy link

@treaki treaki commented Sep 16, 2014

this is a serverside not a clientside error. please imporove youtube-dl that way. also it isnt nessesery to wait for the time out in this case. just write a "server reports: %errormessage%" thing like in youtube.

youtube-dl --verbose http://streamcloud.eu/ua8cmfh1nbe6/NSHIP-148--KUC-NG--H264-.mp4.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://streamcloud.eu/ua8cmfh1nbe6/NSHIP-148--KUC-NG--H264-.mp4.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.09.14.3
[debug] Python version 2.7.8 - Linux-3.14-1-amd64-x86_64-with-debian-jessie-sid
[debug] Proxy map: {}
[streamcloud.eu] ua8cmfh1nbe6: Downloading webpage
[streamcloud.eu] ua8cmfh1nbe6: Waiting for timeout
[streamcloud.eu] ua8cmfh1nbe6: Downloading video page ...
ERROR: Unable to extract video URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 523, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 178, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/streamcloud.py", line 55, in _real_extract
    r'file:\s*"([^"]+)"', webpage, 'video URL')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 399, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract video URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
@dstftw dstftw closed this in 84dcd1c Jun 12, 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
1 participant
You can’t perform that action at this time.