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

"No streams found" on any active channel #635

Closed
Anubis169 opened this issue Dec 11, 2014 · 24 comments
Closed

"No streams found" on any active channel #635

Anubis169 opened this issue Dec 11, 2014 · 24 comments

Comments

@Anubis169
Copy link

As of approximately 1h prior to this post (so around 10pm-ish GMT), livestreamer doesn't seem to be connecting to any twitch streams.
I did a test on several random channels to make sure that it wasn't just me, using v1.11 and 1.10

C:\Users\HEART>livestreamer twitch.tv/pansy best
[cli][info] Found matching plugin twitch for URL twitch.tv/pansy
error: No streams found on this URL: twitch.tv/pansy

^ the above was performed while twitch user 'pansy' was currently streaming

@ROMaster2
Copy link

It's being worked on right now. #633

@Anubis169
Copy link
Author

ah, thank you very much :)

@circlesquaredd
Copy link

VODs work but not any live streams

@makedir
Copy link

makedir commented Dec 12, 2014

Wheres the update :( I wanted to record something tonight :( Maybe you should change how the api/plugins work. Put them in plain text files and not compiled python files. That way someone could change the plugins immediately and doesnt have to wait for a compiled version. Or even better, include an push service or auto updater, which downloads newest plugin files.

@VinylNix
Copy link

Same problem here. Using the 1.11 version.

@ManChicken1911
Copy link

You don't need to wait for it makedir, just download the twitch.py from github, put it in your plugins directory, and remove the .pyc version.

@ghost
Copy link

ghost commented Dec 12, 2014

Great that works. Issue fixed by getting twitch.py from dev branch. Thanks!

@Dxtrose
Copy link

Dxtrose commented Dec 12, 2014

i copied the new file and deleted the old one, but i get the same error
anyone an idea?
using win7 and the 1.11version

@astro013
Copy link

@Dxtrose did you download the file from the devbuild named twitch.py from the url: https://github.com/chrippa/livestreamer/tree/develop/src/livestreamer/plugins
and copy it to C:\Program Files (x86)\Livestreamer\livestreamer-1.11.0-py2.7.egg\livestreamer\plugins and then deleted twitch.pyc from the same folder?
If so try uninstalling and reinstalling and then repeating the above

@makedir
Copy link

makedir commented Dec 12, 2014

Thanks again I was able to fix it before. Anyway, livestreamer needs a push service for plugin updates, downloading plugin files automatically. Those plugin files are the heart of the tool and mostly contain 99% of the changes, so you dont need a whole new install update every time.

@xlls
Copy link

xlls commented Dec 12, 2014

Hey everyone, I followed the steps laid out by astro013, but received a syntax error in cmd. This was what that showed up:
C:\Users\username>livestreamer http://www.twitch.tv/dotastarladder_en high
Failed to load plugin twitch:
File "c:\program files\livestreamer\livestreamer-1.11.0-py2.7.egg\livestreamer
\plugins\twitch.py", line 5

^
SyntaxError: invalid syntax

error: No plugin can handle URL: http://www.twitch.tv/dotastarladder_en

Does anyone know what the problem and fix is? I'd appreciate the help! Thanks!

@SynRips
Copy link

SynRips commented Dec 12, 2014

@xlls

manually copy/paste the contents on the "twitch.py" page into the "twitch.py" file you downloaded - right-clicking and "saving" the link gave me the same error you have

@smiller333
Copy link

I am using the python module version of livestreamer in my application, not the CLI. Is there any information on when the module will be updated? I currently can not retrieve any Twitch streams using version 11.0 of the module.

@shaunh68
Copy link

Thanks for the update and the tut works flawlessly now.

@Tosicxx
Copy link

Tosicxx commented Dec 12, 2014

Thanks everyone for explaining how to fix this and big thanks to the developers.
It worked like SynRips said. Once you have file downloaded, manually edit via notepad and copy/paste raw data from the website linked above, astro013 comment. Version is 1.11.0

@noviceg
Copy link

noviceg commented Dec 12, 2014

ok, after following this step everthing works fine

Chiosc commented 16 hours ago
A dirty fix for those on Windows:
Download the zip and unzip: https://github.com/chrippa/livestreamer
Copy the two folders from \livestreamer-develop\src and paste them where your livestream is installed, into livestreamer-1.11.0-py2.7.egg directory.

@Pepo20
Copy link

Pepo20 commented Dec 12, 2014

thx 4 instructions.

@chrippa chrippa closed this as completed Dec 12, 2014
@rustygg
Copy link

rustygg commented Dec 12, 2014

Hello guys. Even when i copied the raw from "twitch.py" and pasted it in the existant "twitch.py" on my pc, i still get the same error
"C:\Users\Admin>livestreamer http://www.twitch.tv/lirik source
Failed to load plugin twitch:
ImportError: Bad magic number in c:\program files (x86)\livestreamer\livestreame
r-1.11.0-py2.7.egg\livestreamer\plugins\twitch.pyc

error: No plugin can handle URL: http://www.twitch.tv/lirik"

Thx for the help !

@VackerSimon
Copy link

The easiest way is to just download the update but it looks like you didn't delete twitch.pyc, notice the C at the end.

@VackerSimon
Copy link

@rustygg
Copy link

rustygg commented Dec 12, 2014

Thank you very much my friend ! Working and #OP .. GG !

@noviceg
Copy link

noviceg commented Dec 12, 2014

great job

@Dxtrose
Copy link

Dxtrose commented Dec 13, 2014

i have uninstalled everything and installed the new version 1.11.1, but i still get the same error for twitch streams. My config is the default one, have not changed anything.

@Dxtrose
Copy link

Dxtrose commented Dec 13, 2014

its working now... had an older version installed somewhere. After deleting, everything just works fine.
Thanks for the help!

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