-
Hello, I'm trying to run the basic example. I have several LLMs working and have used Huggingface Hub to download them, for reference. However, I get this error in the title. Indeed this file is not f…
-
Is there a specific reason why you require an aiohttp version lower than version 3.8?
-
-
When trying to join channels, receiving errors:
```
Task exception was never retrieved
future:
Traceback (most recent call last):
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/t…
-
-
I want to get all custom rewards and then iterate over them.
I am on the master branch.
Thats my code:
```
import os
from twitchio import Channel, PartialChatter, User
from twitchio.ext …
-
I'm trying to use two different accounts in my bot: one (arachnobot) for dealing with chat, another (iarspider - streamer account) to handle channel rewards. This was working fine in 1.x (I implemente…
-
New to the twitch api, encountered this error and a friend told me it shouldn't be possible.
```py
Task exception was never retrieved
future:
Traceback (most recent call last):
File "G:\Progr…
-
This is the big feature, before the release. The offline test mode should implement the twitch chat functionality without the need to connect to Twitch or to a database.
-
When making a child class of `commands.Bot` like this:
```python
async def event_message(self, message: Message):
await self.handle_commands(message)
... # Send message to c…