-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: 'NoneType' object is not subscriptable #38
Comments
censured@jelezyaka:~/Documents/rpg-aria$ twitchy -a voodoosh |
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 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. |
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. |
Your version is broken now. |
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. |
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 |
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
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFC4R2VBSAFAWUBMV4JFGE3TKFUOLANCNFSM4M6R3RTA>
.
|
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.
The text was updated successfully, but these errors were encountered: