nextcore icon indicating copy to clipboard operation
nextcore copied to clipboard

A super fast low level Discord library for full control.

Results 76 nextcore issues
Sort by recently updated
recently updated
newest added

```py File "/home/epic/Development/selfbot-detector/selfbot_detector/__init__.py", line 14, in main await shard_manager.connect() File "/home/epic/.cache/pypoetry/virtualenvs/selfbot-detector-XhbWVyWE-py3.10/lib/python3.10/site-packages/nextcore/gateway/shard_manager.py", line 163, in connect connection_info = await self._http_client.get_gateway_bot(self.authentication) File "/home/epic/.cache/pypoetry/virtualenvs/selfbot-detector-XhbWVyWE-py3.10/lib/python3.10/site-packages/nextcore/http/client/wrappers/gateway.py", line 115, in get_gateway_bot r = await self._request( File...

scope/nextcore.gateway
type/bug

Oh yeah and docstrings too, that's pretty important

type/docs

```py await gateway.rescale_shards(5) await gateway.close() ``` A fully reproducible test is coming in #162

scope/nextcore.gateway
type/bug

No benefit keeping it public, and this blocks us from making random breaking changes to it.

scope/nextcore.http

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.authentication.bot import BotAuthentication from nextcore.http.client import HTTPClient import asyncio from tre import setup...

scope/nextcore.http
type/bug

Currently, tests is not type-checked. This should be easily fixed by adding some __init__ files

type/build

Currently, the previous requests stay in a ghost bucket, which will be garbage collected when all requests have completed. This may cause conflicts between the old, linked against bucket and...

scope/nextcore.http
type/bug

Check #162 for a test case Logs ``` INFO nextcore.http.client.client:client.py:301 Requesting PATCH /channels/1065579508025020506 DEBUG nextcore.common.times_per.times_per:times_per.py:137 Releasing 0 requests DEBUG nextcore.http.client.client:client.py:313 Response status: 429 DEBUG nextcore.common.dispatcher:dispatcher.py:439 Dispatching event request_response INFO nextcore.http.client.client:client.py:356...

scope/nextcore.http
type/bug

currently, it only shows the message and not detailed info.

type/feature
scope/nextcore.http