Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Could not reach Twitch servers, check your internet connection or try again #1

Open
Mte90 opened this issue Nov 24, 2020 · 5 comments

Comments

@Mte90
Copy link

Mte90 commented Nov 24, 2020

I am getting this error after compiling.

ANyway required to install libmpv-dev on linux, also doesn't detect that I have already youtube-dl.

@jkbz64
Copy link
Owner

jkbz64 commented Nov 25, 2020

As is clearly visible in the commits history the project was not updated for a quite a long time and it was written back when Twitch api did not require Bearer token for "public" endpoints such as top twitch games, streams, etc so it just gets 401 response and there is currently nothing that can be done about it - the client is pretty much dead unless someone bothers implementing log in mechanism and whatnot.

Indeed libmpv-dev or other distro equivalent development package is required to compile as is stated in linux dependencies section.

There are no global youtube-dl availability checks - just local copy of binary that gets downloaded from the official website once, it is kinda weird looking back then when it asks if you want to download it when it doesn't even use global binary, welp.

Thanks for reporting the issue though

@Mte90
Copy link
Author

Mte90 commented Nov 25, 2020

I saw that there was a commit in october 2020 and the Twitchqt component got updates too very recently so I was thinking that it was updated.

@Mte90
Copy link
Author

Mte90 commented Nov 25, 2020

Looking at twitchqt the support is already there jkbz64/TwitchQt@a73a7bb but is missing in this client

@jkbz64
Copy link
Owner

jkbz64 commented Nov 25, 2020

Yes, someone was using api wrapper in his own project(?) that this project depends on too and decided to add support for bearer token and send a pr in my repo but the client was and is unmaintained for like 2 years.

I don't really have much time to develop/maintain it and at this point there are probably better alternatives so it is dead project (thought the api was too but someone did actually use it)

@Mte90
Copy link
Author

Mte90 commented Nov 25, 2020

We forked it and we will try to add that support and do some other changes https://github.com/Mte90/twitchy

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants