-
If the streamer starts streaming **with no tags**,
Twitch adds tag based on what their language is (e.g. 'en', ) by default
Between the interval **streaming starts** and **Twitch system adding …
-
Current explanation about `wait_first` in doc is ambiguous.
https://github.com/TwitchIO/TwitchIO/blob/14b0880d9c22f6fc599f23ddbcb08e1aa8c962c4/twitchio/ext/routines/__init__.py#L364-L366
It says…
-
* This is not about [commands.Cooldown](https://twitchio.dev/en/latest/exts/commands.html#cooldowns)
While making app using TwitchIO,
I was aware of [API Rate limits](https://dev.twitch.tv/docs/…
-
![image](https://user-images.githubusercontent.com/46418312/187080171-e13a1ac1-d229-4f52-99ed-3732b712b840.png)
There are cases where streamer didn't set their game_name while streaming.
Unlike …
-
```
Traceback (most recent call last):
File ".../python3.8/site-packages/twitchio/websocket.py", line 295, in _process_data
parsed = parser(data, self.nick)
File "..…
-
Current `class Client::fetch_channel` method only allows single channel information API request
https://github.com/TwitchIO/TwitchIO/blob/d7512f6797e9f8b46e8a36050b53d2f62a6d1223/twitchio/client.py…
-
### Summary
A WebhookMessage cannot use create_thread in some circumstances
### Reproduction Steps
Create a SyncWebhook, use `from_url`, and this successfully posts a message into a channel f…
-
https://github.com/TwitchIO/TwitchIO/blob/114950a731290cff9a2b8c7cfd7b101f3eafc6af/twitchio/user.py#L1494-L1525
https://discuss.dev.twitch.tv/t/get-users-api-endpoint-view-count-deprecation/37777
…
-
When testing different methods of using client.start() it does not seem to work.
```
twitchbot = TwitchChatBot()
async def start():
await twitchbot.start()
asyncio.run(start())
```
```
…
-
I basically don't know what makes this error happen...
`23:21:43 ERROR spotipy.client - HTTP Error for POST to client.py:262
h…