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

Nightly build returning URL KeyError (uStream) #1276

Open
m4a2000 opened this issue Apr 9, 2016 · 0 comments
Open

Nightly build returning URL KeyError (uStream) #1276

m4a2000 opened this issue Apr 9, 2016 · 0 comments

Comments

@m4a2000
Copy link

m4a2000 commented Apr 9, 2016

C:\Users\Administrator>livestreamer ustream.tv/channel/apl-specials
[cli][info] Found matching plugin ustreamtv for URL ustream.tv/channel/apl-speci
als
Traceback (most recent call last):
File "", line 6, in
File "main.py", line 128, in
File "C:\Program Files (x86)\Livestreamer\library.zip__main__livestreamer__.p
y", line 9, in
File "c:\program files (x86)\livestreamer\livestreamer-1.12.2-py2.7.egg\livest
reamer_cli\main.py", line 897, in main
handle_url()
File "c:\program files (x86)\livestreamer\livestreamer-1.12.2-py2.7.egg\livest
reamer_cli\main.py", line 478, in handle_url
streams = fetch_streams(plugin)
File "c:\program files (x86)\livestreamer\livestreamer-1.12.2-py2.7.egg\livest
reamer_cli\main.py", line 391, in fetch_streams
sorting_excludes=args.stream_sorting_excludes)
File "c:\program files (x86)\livestreamer\livestreamer-1.12.2-py2.7.egg\livest
reamer\plugin\plugin.py", line 313, in get_streams
return self.streams(_args, *_kwargs)
File "c:\program files (x86)\livestreamer\livestreamer-1.12.2-py2.7.egg\livest
reamer\plugin\plugin.py", line 233, in streams
ostreams = list(ostreams)
File "c:\program files (x86)\livestreamer\livestreamer-1.12.2-py2.7.egg\livest
reamer\plugins\ustreamtv.py", line 550, in _get_live_streams
streams = self._get_desktop_streams(channel_id)
File "c:\program files (x86)\livestreamer\livestreamer-1.12.2-py2.7.egg\livest
reamer\plugins\ustreamtv.py", line 513, in _get_desktop_streams
provider_url = provider["url"]
KeyError: 'url'

For note I am using the nightly build as of April 8th and I've tried the ISS feed as well and got the same error.

bvklim pushed a commit to bvklim/livestreamer that referenced this issue Apr 11, 2016
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

1 participant