Package Details: twitch 1.0.7-1

Git Clone URL: https://aur.archlinux.org/twitch.git (read-only, click to copy)
Package Base: twitch
Description: Unofficial Twitch desktop application.
Upstream URL: https://gitlab.com/linuxbombay/twitch-application
Licenses: GPL
Submitter: gameslayer
Maintainer: gameslayer
Last Packager: gameslayer
Votes: 7
Popularity: 0.54
First Submitted: 2022-11-26 09:22 (UTC)
Last Updated: 2025-09-17 09:54 (UTC)

Latest Comments

1 2 3 Next › Last »

gameslayer commented on 2025-09-17 09:55 (UTC)

I realized what the issue was and fixed the issue, with the libelectron changes I didn't update the launch script but it has now been correct with some other updates to 1.0.7.

ilil commented on 2025-09-17 09:17 (UTC)

@gameslayer. yes


yay -Q twitch                                                                                                            
twitch 1.0.6.1-3

gameslayer commented on 2025-09-17 09:06 (UTC)

did you update to 1.0.6.1-3? the issue should be fixed, the issue was it was missing libelectron-electron-meta and libelectron will symlink the current version of electron libelectron-electron-meta uses there then twitch will use that link for electron

ilil commented on 2025-09-17 09:03 (UTC) (edited on 2025-09-17 09:15 (UTC) by ilil)

Hey @gameslayer. Clear build cache, update(2025-09-17), error "electron"


twitch                                                                                                                      
> Twitch@1.0.6.1 start
> electron .

sh: line 1: electron: command not found

The error is fixed by installing the package "electron"

gameslayer commented on 2025-09-17 00:57 (UTC)

Hey @ilil I fixed the issue, please update when possible :)

ilil commented on 2025-09-16 15:15 (UTC)

error: dependency needs to add "electron"

gameslayer commented on 2024-12-06 02:28 (UTC)

New update is out that fixes the issue, the extension feature doesn't work but at least the application isn't broken anymore and I will restore that feature.

@sol87 clear your cache and re-install libelectron, something must of went wrong when you installed it.

gameslayer commented on 2024-12-06 01:12 (UTC)

Yeah looks like I will need to do some fixes also this is doing to be updated like the rest of my software

https://coreybruce.netlify.app/news/libelectron-versionrename&softwarenews-1-12-2024.html

I will fix this now for you guys, sorry about that! :D

Leonas commented on 2024-12-05 17:36 (UTC) (edited on 2024-12-05 17:41 (UTC) by Leonas)

For me, the fix was changing line 84 in main.js from:

const extensions = new ElectronChromeExtensions()

to:

const extensions = new ElectronChromeExtensions({license:'GPL-3.0'})

As far as I understand, the latest electron-chrome-extensions version added a custom patron license and with that the necessity to set the license option upon initialization.

sol87 commented on 2024-05-12 16:16 (UTC)

Libelectron updated to 1.0.23 and broke this app for me, launching via terminal gives me Error: cannot find module 'electron-chrome-extentions'. Im unable to downgrade libelectron due to missmatched checksum.