-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Streamlink twitch gui + livestreamer "Invalid version check output" #524
Comments
Does your package modify the output of Livestreamer's What is the output of
Streamlink Twitch GUI only has the generic "python" and "livestreamer" names in its fallback list. It's nearly impossible to get it right on all Linux distros at the same time, that's why you have to set explicit paths (or executable names that get resolved by the Twitch GUI).
You can install Streamlink via |
Output from --version
|
Well, the issue is that Livestreamer has been packaged differently in your distro and is using a different python script name, The returned version string always includes the name of the init script. This is also the case in Streamlink and it hasn't been changed since Livestreamer: That's why the regexp of the Twitch GUI doesn't match, but as I've said, it's impossible to know how Streamlink or Livestreamer have been packaged on each OS and Linux distro. Checking and matching the version string is the only reliable thing that can be done here in order to validate the setup of Streamlink or Livestreamer on the user's system. Let me fix the regexp for you real quick. I'm going to fix the tests later, since I want to rewrite them anyway... Once this has been pushed to master, you can build the app by following the instructions in the README.md or CONTRIBUTING.md files. |
Build today and works fine on this path Thanks :) |
Checklist
Description
Hi.
Just trying streamlink twitch gui with livestreamer and I can't watch any streams.
First I use livestreamer because in my linux distro still not exist streamlink yet. I use Linux Mageia 6x64 and in repo I have only python-livestreamer-1.12.2-3.mga6.noarch.rpm and python3-livestreamer-1.12.2-3.mga6.noarch.rpm
So I after installed livestreamer 1.12.2-3 Im able to watch streams from command line but when Im download streamlink twitch gui I can't.
Trying chose livestreamer in options but still have issue when trying watch stream inside streamlink twitch gui:
[error][StreamingService]
Error: Invalid version check output
I must manually located livestreamer because app not find it automatic and gives me error:
[error][StreamingService]
ProviderError: Couldn't find python script
Executables were not found
So i located it as:
/usr/bin/python3
/usr/bin/python3-livestreamer
and this gives me only "Error: Invalid version check output".
Anyone know how to fix this? :D
Environment details
Operating system and version: Linux Mageia 6 x64
Streamlink Twitch GUI version: 1.4.1
Streamlink version: ... Livestreamer 1.12.2
The text was updated successfully, but these errors were encountered: