Danilo Rezende

Results 9 issues of Danilo Rezende

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 unable to...

bug
wontfix
IRC
2.0

Currently, seems the only credential refresh function this library has is for client credentials([ref 1](https://github.com/PythonistaGuild/TwitchIO/issues/371), [ref 2](https://github.com/PythonistaGuild/TwitchIO/blob/4b9cc85a0187da07f680343b6a653e4137750f88/twitchio/http.py#L269)). I propose an implementation where the library is able to use a user-supplied...

It is a dependency that is not installed automatically by installing the other packages mentioned in the same line.

## Description I added some details to the migration page to save people the time I took to learn the nuances about using different types of tokens and scopes. ##...

Documentation
Stale/Outdated

It is mentioned that `[t]he web adapters are ready with batteries-included to handle OAuth and EventSub via webhooks`[[0]](https://twitchio.dev/en/latest/getting-started/migrating.html#token-management-and-oauth). While supporting webhooks strongly suggests the adapter is secure enough to be...

Documentation

The documentation page for Bot includes documentation for methods/attributes implemented for Client because Bot inherits from Client. Sometimes the example usage is also [written for Client](https://twitchio.dev/en/latest/exts/commands/bot.html#twitchio.ext.commands.Bot.start) instead of for Bot,...

I was a bit confused when I first read the original docs because this option only applies to the vertical split, no the horizontal one. So I added a clarification...

It'd be useful for people shopping around for similar libraries to compare it to the existing or more popular ones, such as aiosqlite.

I thought the docs for disabling concealing but preserving syntax highlighting were confusing, so I rewrote it. Also, i added a few examples and other minor rewording while I was...