-
```
/usr/local/lib/python3.11/site-packages/twitchio/http.py:145: RuntimeWarning: coroutine 'RateBucket._wait' was never awaited
await self.bucket
RuntimeWarning: Enable tracemalloc to get the obje…
-
I was just curious about TwitchIO's internal code implementation and happened to stumble upon an incorrect type hint.
The type of initial_channels in WSConnection is actually `Union[list, tuple, Ca…
-
This issue is a pinned issue relating to installing TwitchIO with extras.
The issue with installing some of these dependencies is easily fixed on Python 3.10 and newer.
To install twitchio with …
-
I've sometimes been seeing an issue where doing something like
```
await messageable.send('some message here')
```
will result in no message being sent to the Twitch channel in question.
An…
-
i ams till figuring out how to get the channel point redemptions from the twitchio library. as soon as i find out i could simply scan those messages for a mentioned duration like "n minutes", start a …
-
Sometimes, with no apparent reason, my server stops working with the following errors:
```
Websocket connection was closed: None
Websocket connection was closed: None
The channel "foobar" was un…
-
### Discussed in https://github.com/PythonistaGuild/TwitchIO/discussions/449
Originally posted by **DennisMinn** May 13, 2024
I want to pass multiple arguments enclosed in either ' or ", but o…
-
**Describe the bug**
A clear and concise description of what the bug is.
I need to be able to remove/null a foreign key. It is set to NOT NULL in the model. But seem to be having issues.
```pyt…
-
Currently, when a user renames themselves the bot will require the streamer to manually invoke a command to migrate the user's score/tokens. There is a Twitch API endpoint that triggers when a user re…
-