Rall3n
Rall3n
@Lada1208 No Plattform usually means that the plugin failed initialization/authentication. Do you have the Twitch App installed and have you logged into the Twitch App at least once? Could you...
@nyash-qq It seems like the Twitch App does not create the `GameInstallInfo.sqlite` on a fresh install. It will only be created if a game has been successfully installed for the...
> Just installed a game on the Twitch launcher and you're right! Now I can see all my Twitch games and I can play the ones I have installed but...
The plugin uses the `winreg` python module to get the path to the Twitch App and the installed games from the Windows Registry. As it is a module designed to...
@patapron The plugin does not manage the account with which you are connected to Twitch. You have to sing-out of your Twitch App and sign-in using the other account.
Additionally if you want to format your options based on provided data, you should either style them using the [styling framework](https://react-select.com/styles) or use the `formatOptionLabel` prop to customize the JSX...
> all twitch games have been moved to Amazon Games App, required to play now. Wrong! The games are still downloadable through the Twitch Desktop App. They just advertise it...
@KiffaKEK That is because this plugin does not fetch the games from an API, but instead from the Twitch App's local game database. The Twitch App needs to be installed...
Seems like there is some kind of problem on your end. Based on official documentation of the [`galaxy-integrations-python-api`](/gogcom/galaxy-integrations-python-api#lookup-directory) repo, the default location on windows for plugins to be installed to...
The stack trace you provided does not imply that the fault lies with this package. Are you executing the command `inv install` inside the project root (`./galaxy-plugin-twitch`)?