Open Ecliptix opened 4 years ago
censured@jelezyaka:~/Documents/rpg-aria$ twitchy -a voodoosh
Additions to database:
Traceback (most recent call last):
File "/usr/local/bin/twitchy", line 11, in
Apparently twitch has started requiring OAuth authentication for all API requests. Let me take a look at this.
@BasioMeusPuga when i clean install streamlink - it fails to play any stream. After some research > when you change api key streamlink start working properly. Maybe you need to change this api key as well ? I tryed to change it in twitchy/twitchy_api.py under 'Client-ID': but it didnt help. Maybe im doing it wrong.
Well. This explains why no one has been streaming for a long as time. :)
Any progress?
I've been able to solve this issue by generating a Personal Client-ID and Authorization token, and adding it with following to the twitchy-api.py
file. These tokens can be generated using the guide https://dev.twitch.tv/docs/authentication
def api_call(url, params=None):
try:
headers = {
'Client-ID': 'XXXX',
'Authorization': 'Bearer XXX'
}
I hope this project is still alive? It's to my understanding the only decent CLI client that doesn't require an account?
Project seems to be dead. Going to fork it and try to keep it alive
Project seems to be dead.
I have found an alternative; wtwitch. It's really good! :)
Project seems to be dead.
I have found an alternative; wtwitch. It's really good! :)
Actually, let me check it out. I got this to start working and thought about adding chat in terminal. But If this is better, then its less work for me. Thanks
Project seems to be dead.
I have found an alternative; wtwitch. It's really good! :)
Actually, let me check it out. I got this to start working and thought about adding chat in terminal. But If this is better, then its less work for me. Thanks
Cool! Where can we follow your endeavors? Are you on the fediverse?
Project seems to be dead.
I have found an alternative; wtwitch. It's really good! :)
Actually, let me check it out. I got this to start working and thought about adding chat in terminal. But If this is better, then its less work for me. Thanks
Cool! Where can we follow your endeavors? Are you on the fediverse?
I forked the project. Just follow me on here. Or watch my fork of it.
Edit to anyone coming here looking to solve their issue. I have a working version available right now.
Edit to anyone coming here looking to solve their issue. I have a working version available right now.
Your version is broken now.
Fixed, let me know. This seems to be an issue whenever twitch changes their API
Fixed, let me know. This seems to be an issue whenever twitch changes their API
Thanks! :) It would be easier if you would allow issues on your project as well.
Fixed, let me know. This seems to be an issue whenever twitch changes their API
It would be nice if you could make a release as well, it's how I keep myself updated with new updates. :)
Done, I'll start automatically deploying pushes to master as a release
Done, I'll start automatically deploying pushes to master as a release
Great! I updated to version 3.3.2 and it doesn't work. :/
Okay, I'll look into it. Twitch changes their API. I'll build and send a working version
On Fri, Apr 23, 2021, 08:51 Hund @.***> wrote:
Done, I'll start automatically deploying pushes to master as a release
Great! I updated to version 3.3.2 and it doesn't work. :/
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BasioMeusPuga/twitchy/issues/38#issuecomment-825636617, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFC4R2VBSAFAWUBMV4JFGE3TKFUOLANCNFSM4M6R3RTA .
Okay, I'll look into it. Twitch changes their API. I'll build and send a working version
this must be anoying but it seems to be rebroken.
I've been getting this error since a day or two ago when running twitchy, in any mode beyond configuration. Installed from the twitchy-git AUR package, which I also tried updating but that didn't help.