Skip to content
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

"Error: 'NoneType' object is not subscriptable" on Channel.from_directory #547

Closed
vexxic opened this issue Aug 26, 2024 · 8 comments
Closed
Labels
Bug Something isn't working

Comments

@vexxic
Copy link

vexxic commented Aug 26, 2024

Screenshot 2024-08-26 210733

@guihkx

This comment was marked as outdated.

@Knoxand
Copy link

Knoxand commented Aug 26, 2024

@guihkx personally not debugged the code but I encountered this issue with the current streamer list for the game of SMITE. Excluding it solved for now

@DevilXD
Copy link
Owner

DevilXD commented Aug 27, 2024

Hello,

I am unable to reproduce this issue with the SMITE and Overwatch 2 campaigns I have available. Which game does this happen for?

@DevilXD DevilXD added the Bug Something isn't working label Aug 27, 2024
@vexxic
Copy link
Author

vexxic commented Aug 27, 2024

I am not sure but here are my settings
Screenshot 2024-08-27 184656

@github-staff github-staff deleted a comment from masooddahmedd Sep 10, 2024
@DevilXD
Copy link
Owner

DevilXD commented Sep 11, 2024

@vexxic Has this issue ever repeated for you after that?

@vexxic
Copy link
Author

vexxic commented Sep 12, 2024

It happened once more after posting this, but I haven't seen it since, my only guess is that it's related to the priority only setting being unticked, iirc the error wasn't happening when it was ticked

@DevilXD
Copy link
Owner

DevilXD commented Sep 12, 2024

The error suggests that, when asked about a list of live channels, Twitch has returned a list with null in it, like so: [null].

If there would be no channels available to return, it'd instead be just an empty list: [ ].

This is a Twitch bug, or more like a quirk. I don't know what I'm supposed to do with it. Twitch had a temporary hiccup, but now it's back to normal. Am I supposed to handle cases like this even?

@vexxic
Copy link
Author

vexxic commented Sep 13, 2024

Since it hasn't been happening recently, I'd be fine with closing this topic, thanks for your work

@DevilXD DevilXD closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2024
@DevilXD DevilXD changed the title Error: 'NoneType' object is not subscriptable "Error: 'NoneType' object is not subscriptable" on Channel.from_directory Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants