-
-
```py
await gateway.rescale_shards(5)
await gateway.close()
```
A fully reproducible test is coming in #162
-
Logs: https://workbin.dev/?id=1675638368992629
Script:
```py
from os import environ
from discord_typings import GuildCreateData
from nextcore.gateway import ShardManager
from nextcore.http.aut…
-
[ref](https://discord.com/channels/1016435541199294484/1025380897043787867/1113703042202734652)
-
https://github.com/nextsnake/nextcore/actions/runs/3923455448/jobs/6707078659
-
Discord is unreliable with it's changes, and bugs occur.
This should validate all data received from discord to make sure that it is in the correct format.
This would probably need some collaboratio…
-
ClientSession.request or _request uses params, not query. We are passing a invalid kwarg and this is causing errors in every wrapper using query.
Error
```
Traceback (most recent call last):
F…
-
Hi, this is more of a question than a bug I'm hoping but how do I handle exceptions like `KeyboardInterrupt` in the example at https://github.com/nextsnake/nextcore/blob/master/examples/gateway/ping_p…
-
https://github.com/nextsnake/nextcore/runs/6732248970?check_suite_focus=true
This may be due to CI temp dir being shared between the pypy tests & non-pypy tests?