-
-
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
Invalid Streamlink Version Despite Correct Version Being Installed #388
Comments
I'm on Windows 7 SP1, 64-bit, and after updating to version 1.1.1 this problem was occurring for me as well. With version 1.0.1 this issue didn't occur. Probably related to this: streamlink/streamlink#346. I have resolved this issue by re-downloading the Streamlink 0.2.0 Windows installer, because it appears the installer was re-released. Now I can watch streams again. |
@mam8cc /usr/local/bin/python3 /usr/local/bin/streamlink --version and
Please also try removing the explicit python path from the settings as it shouldn't be necessary anymore since @Robby- |
@bastimeyer If I remove the explicit path setting and attempt to launch a stream I get:
And the requested output:
|
You are mixing different python versions (and different streamlink versions). The first command is the one the GUI invokes when setting the explicit python path you have posted. As you can see, it prints out Maybe you should clear all existing streamlink installations and start off fresh. I don't have a better answer right now 😞 |
I've uninstalled streamlink from every python distro I have installed. I've grepped for it across the system and cannot find it. However this is clearly a local issue. Thanks for looking. |
@bastimeyer If others encounter this issue, the only thing I've had success with is installing streamlink inside a virtualenv and pointing the GUI to it.
However, now I am seeing the below issue:
As I've shown above I can start streamlink from the command line. I can open a new issue if you'd prefer. |
Can you please add the |
|
https://github.com/streamlink/streamlink-twitch-gui/blob/v1.1.1/src/config/players.json#L57-L66 |
Closing this now, since the original issue has been a client issue and the other one was fixed. Please deselect the "Minimal player layout" option in the settings menu to be able to launch streams on MacOS with VLC. |
@bastimeyer I can open a new issue if you'd like but after deselecting the "Minimal player layout" option as you recommended above, I now see the below error when launching a stream.
|
This looks like a VLC bug. Why is it treating a http URL as a local file name? What happens when you run this? streamlink -p /path/to/vlc --player-passthrough http STREAM best Btw, switching to rtmp fixes this, as reported in the linked thread above. |
Here is the output you requested. Everything works fine and the stream starts.
Switching to |
Checklist
Description
After moving over from Livestreamer GUI, I've not been able to get the GUI to work with Streamlink. I have 0.2.0 of Streamlink installed and have paths set to my python install as well as the livestreamer binary.
...
Expected / Actual behavior
Expect that I can launch a stream via the GUI.
Recieve an error:
Error: Invalid Streamlink version
Your version v0.1.0 doesn't match the min. requirements (v0.2.0).
Reproduction steps
Environment details (operating system, etc.)
Installed the GUI from the releases: https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.1.1/streamlink-twitch-gui-v1.1.1-macOS.tar.gz
macOS Sierra 10.12.2
python 3.4.4
streamlink 0.2.0
Comments, logs, screenshots, etc.
The text was updated successfully, but these errors were encountered: