Currently, using livestreamer on the Pi to get stream data results in this error:
Traceback (most recent call last):
File "01_parsepipeline.py", line 195, in <module>
main()
File "01_parsepipeline.py", line 172, in main
streams = livestreamer.streams(url)
File "/usr/local/lib/python2.7/dist-packages/livestreamer/session.py", line 355, in streams
return plugin.streams(**params)
File "/usr/local/lib/python2.7/dist-packages/livestreamer/plugin/plugin.py", line 233, in streams
ostreams = list(ostreams)
File "/usr/local/lib/python2.7/dist-packages/livestreamer/plugins/ustreamtv.py", line 550, in _get_live_streams
streams = self._get_desktop_streams(channel_id)
File "/usr/local/lib/python2.7/dist-packages/livestreamer/plugins/ustreamtv.py", line 513, in _get_desktop_streams
provider_url = provider["url"]
KeyError: 'url'
Using the exact same code on my laptop works, kinda.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.