chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 583 forks source link

Crunchyroll API issue #866

Closed ryangilday closed 9 years ago

ryangilday commented 9 years ago

Recently had trouble with crunchy roll and getting

File "", line 6, in File "main.py", line 128, in File "main__livestreamer.py", line 9, in File "livestreamer_cli\main.py", line 886, in main File "livestreamer_cli\main.py", line 471, in handle_url File "livestreamer_cli\main.py", line 388, in fetch_streams File "livestreamer\plugin\plugin.py", line 313, in get_streams File "livestreamer\plugin\plugin.py", line 227, in streams File "livestreamer\plugins\crunchyroll.py", line 211, in _get_streams File "livestreamer\plugins\crunchyroll.py", line 266, in _create_api crunchyroll.CrunchyrollAPIError: Unauthenticated request

I noticed you changed your cruncyroll.py recently, is this to fix this? and how do I fix this. Currently using the build for windows.

r15ch13 commented 9 years ago

As a workaround you could delete the "Livestreamer\livestreamer-1.12.1-py2.7.egg\livestreamer\plugins\crunchyroll.pyc", download the current crunchyroll.py and copy it into the plugin folder.

ryangilday commented 9 years ago

I was thinking about it, but not familiar with python file types and was unsure if it would work but will give it a shot. edit : Thank you fixed the problem no clue why I didn't just try this as I downloaded it yesterday was just unsure if it would work.