Package Details: twitch 1.0.6.1-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: 6
Popularity: 0.000001
First Submitted: 2022-11-26 09:22 (UTC)
Last Updated: 2024-12-06 02:25 (UTC)

Latest Comments

1 2 3 Next › Last »

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.

gameslayer commented on 2024-04-14 08:47 (UTC)

Hey everyone my Gitlab account has unexpectedly been blocked for an unknown reason, please penitently standby as I have made a ticket to resolve the issue and hopefully I won't need to migrate anything.

Full news here: https://coreybruce.netlify.app/news/gitlabrepodown

gameslayer commented on 2023-06-03 15:24 (UTC)

Ok fixed on the latest libelectron update, updated electron and electron-chrome-extensions which fixed the issue.

gameslayer commented on 2023-06-02 16:28 (UTC) (edited on 2023-06-02 16:29 (UTC) by gameslayer)

Looks like the whole manifest 2 to 3 transition might be the cause after v22 electron

gameslayer commented on 2023-06-02 16:03 (UTC)

Hey I am going to make a new issue post, might need to do some changes to the code to fix this

gameslayer commented on 2023-06-02 15:38 (UTC) (edited on 2023-06-02 15:47 (UTC) by gameslayer)

Hmm yes your right, I assume something has gone wrong with the electron-chrome-extensions dependency in libelectron, I am now looking into this.

BrianAllred commented on 2023-06-02 15:32 (UTC)

Seems like the new libelectron is breaking this app. Removing the node_modules symlink and then running npm install seems to fix it.