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

crash on new.livestream.com #2228

Closed
rzm1 opened this issue Jan 24, 2014 · 5 comments
Closed

crash on new.livestream.com #2228

rzm1 opened this issue Jan 24, 2014 · 5 comments
Labels
bug

Comments

@rzm1
Copy link

@rzm1 rzm1 commented Jan 24, 2014

I tried to copy files from livestream - the default player cannot play with multiple speed. I have installed youtube-dl on my 64-bit machine with Debian 7.3:
curl https://yt-dl.org/downloads/2014.01.23.4/youtube-dl -o /usr/local/bin/youtube-dl

Simulation load works:
rzm@ukwial:~,0> youtube-dl -s 'http://new.livestream.com/accounts/1782125/events/2706995/'
[livestream] 1782125/events/2706995: Downloading webpage
[download] Downloading playlist: Gender oczami specjalistów
[livestream] playlist Gender oczami specjalistów: Collected 2 video ids (downloading 2 of them)
[download] Downloading video #1 of 2
[download] Downloading video #2 of 2

but in the default mode when the program actually tries to download the files it crashes:
rzm@ukwial:~,0> youtube-dl 'http://new.livestream.com/accounts/1782125/events/2706995/'
[livestream] 1782125/events/2706995: Downloading webpage
[download] Downloading playlist: Gender oczami specjalistów
[livestream] playlist Gender oczami specjalistów: Collected 2 video ids (downloading 2 of them)
[download] Downloading video #1 of 2
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/local/bin/youtube-dl/main.py", line 18, in
File "/local/bin/youtube-dl/youtube_dl/init.py", line 782, in main

File "/local/bin/youtube-dl/youtube_dl/init.py", line 772, in _real_main

File "/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 982, in download
File "/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 510, in extract_info
File "/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 620, in process_ie_result
File "/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 539, in process_ie_result
File "/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 763, in process_video_result
File "/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 953, in process_info
File "/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 926, in dl
File "/local/bin/youtube-dl/youtube_dl/downloader/init.py", line 15, in get_suitable_downloader

AttributeError: 'NoneType' object has no attribute 'startswith'

I get the same result with the URL with some variables appended - http://new.livestream.com/accounts/1782125/events/2706995/player?width=640&height=360&autoPlay=true&mute=false

@phihag
Copy link
Contributor

@phihag phihag commented Jan 27, 2014

Mmm, this works fine for me with the current version 2014.01.27. Does the problem persist for you with the current version?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 27, 2014

I also got the error, but now it works.

@rzm1
Copy link
Author

@rzm1 rzm1 commented Jan 27, 2014

I have tried the 2014.01.27.1 version and it works indeed. The issue can be closed.
Big thanks for the tallented people who fix services the other people made crippled.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 27, 2014

Thansk for answering. Actually we didn't change anything, it also works on the old version. Probably they have changed something in their page.

@jaimeMF jaimeMF closed this Jan 27, 2014
@rzm1
Copy link
Author

@rzm1 rzm1 commented Jan 28, 2014

Now I see why I could not find in the source any correction concerning this problem.
The service page has changed really. Now it also has pdvod.new.livestream.com... links embedded. With such one can just use wget to retrieve MP4s directly.
I have both versions of the page saved if somebody is interested.

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.