Search Criteria
Package Details: streamlink-twitch-gui-bin 2.5.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/streamlink-twitch-gui-bin.git (read-only, click to copy) |
---|---|
Package Base: | streamlink-twitch-gui-bin |
Description: | A multi platform Twitch.tv browser for Streamlink |
Upstream URL: | https://github.com/streamlink/streamlink-twitch-gui |
Licenses: | MIT |
Conflicts: | streamlink-twitch-gui |
Provides: | streamlink-twitch-gui |
Submitter: | bastimeyer |
Maintainer: | bastimeyer |
Last Packager: | bastimeyer |
Votes: | 84 |
Popularity: | 0.063520 |
First Submitted: | 2022-01-31 06:51 (UTC) |
Last Updated: | 2024-11-04 19:40 (UTC) |
Dependencies (5)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
- streamlink (streamlink-gitAUR)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
bastimeyer commented on 2019-05-12 01:57 (UTC) (edited on 2019-05-12 01:58 (UTC) by bastimeyer)
As this was already pointed out a couple of times on the various threads on both issue trackers of Streamlink and Streamlink Twitch GUI, this is an issue of Streamlink and its dependencies and needs to be fixed there, so no, Streamlink Twitch GUI itself is not broken. Launching streams in the Twitch GUI only fails because of its strict output parser during the initial Streamlink validation, which doesn't accept the warning messages returned by Streamlink. The error handling unfortunately still needs to be improved, but this doesn't mean that it should ignore errors or warnings.
In order to work around the problem in the meantime, you can install Streamlink via
python-pip
(in user-mode or in a virtual-env) and forcibly downgrade urllib3.https://streamlink.github.io/install.html#source-code
https://github.com/streamlink/streamlink/issues/2448#issuecomment-489495542
If you don't want to have Streamlink installed twice on your system, then simply remove it from the
depends
field of the PKGBUILD before building the Twitch GUI package.Vrakfall commented on 2019-05-11 23:46 (UTC)
A recent update of
python-urllib3
broke this package by makingstreamlink
and most programs depending onpython-requests
. See this bug ticket for more information. The problem is also reported upstream. (ticket 1 - ticket 2)Looking forward for a fix upstream or in
python-requests
. There's not really much that can be done here in the meantime, I believe, but wait.streamlink
still works in the cli, even though it outputs the warning described in the tickets.For the lazy ones, here's an example of a
streamlink
command, if you want to use it but are affected by the bug:streamlink twitch.tv/fooBarStream 1080p60 -p mpv
InfernoZeus commented on 2018-08-02 14:10 (UTC)
Aha, there we go. All done :)
bastimeyer commented on 2018-08-02 13:52 (UTC)
@InfernoZeus sure, why not
InfernoZeus commented on 2018-08-02 07:20 (UTC)
@bastimeyer: Would you like full ownership of this package? It's been a long time since I helped with anything!
bastimeyer commented on 2018-08-01 17:12 (UTC)
New release published and AUR package(s) updated with GTK3 dependency.
z3ntu commented on 2018-06-20 13:54 (UTC)
@bastimeyer: Would be great if you could update the dependencies (gtk stuff) before the next release.
bastimeyer commented on 2018-05-03 04:42 (UTC)
@bennan You are right. This was changed a while ago in NW.js 0.23 (Chromium 59). I will update this during the next release.
bennan commented on 2018-05-02 19:03 (UTC)
should depend on gtk3 instead of gtk2 with the update to the nwjs version
« First ‹ Previous 1 2 3 4 5 6 Next › Last »