Package Details: streamlink-twitch-gui-bin 2.5.1-1

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: 83
Popularity: 1.31
First Submitted: 2022-01-31 06:51 (UTC)
Last Updated: 2024-05-06 13:39 (UTC)

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 making streamlink and most programs depending on python-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