Skip to content

Consistent rate limit errors in HTTPClient.modify_channel #178

Open
@TAG-Epic

Description

@TAG-Epic

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 Exceeded rate-limit on shared route! (None1065579508025020506NoneNonePATCH/channels/{channel_id})This is not unexpected as shared rate-limits are shared by multiple users (and therefore, are out of our control). This does not count towards a cloudflare ban. Retry after: 1.667
DEBUG    nextcore.common.times_per.times_per:times_per.py:86 Calculated remaining: 49
DEBUG    nextcore.common.times_per.times_per:times_per.py:87 Reserved requests: 0
INFO     nextcore.http.client.client:client.py:301 Requesting PATCH /channels/1065579508025020506
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 Exceeded rate-limit on shared route! (None1065579508025020506NoneNonePATCH/channels/{channel_id})This is not unexpected as shared rate-limits are shared by multiple users (and therefore, are out of our control). This does not count towards a cloudflare ban. Retry after: 1.268
DEBUG    nextcore.common.times_per.times_per:times_per.py:86 Calculated remaining: 48
DEBUG    nextcore.common.times_per.times_per:times_per.py:87 Reserved requests: 0
INFO     nextcore.http.client.client:client.py:301 Requesting PATCH /channels/1065579508025020506
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 Exceeded rate-limit on shared route! (None1065579508025020506NoneNonePATCH/channels/{channel_id})This is not unexpected as shared rate-limits are shared by multiple users (and therefore, are out of our control). This does not count towards a cloudflare ban. Retry after: 1.044
DEBUG    nextcore.common.times_per.times_per:times_per.py:86 Calculated remaining: 47
DEBUG    nextcore.common.times_per.times_per:times_per.py:87 Reserved requests: 0
INFO     nextcore.http.client.client:client.py:301 Requesting PATCH /channels/1065579508025020506
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 Exceeded rate-limit on shared route! (None1065579508025020506NoneNonePATCH/channels/{channel_id})This is not unexpected as shared rate-limits are shared by multiple users (and therefore, are out of our control). This does not count towards a cloudflare ban. Retry after: 0.827
DEBUG    nextcore.common.times_per.times_per:times_per.py:86 Calculated remaining: 46
DEBUG    nextcore.common.times_per.times_per:times_per.py:87 Reserved requests: 0
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 Exceeded rate-limit on shared route! (None1065579508025020506NoneNonePATCH/channels/{channel_id})This is not unexpected as shared rate-limits are shared by multiple users (and therefore, are out of our control). This does not count towards a cloudflare ban. Retry after: 0.422
DEBUG    nextcore.common.times_per.times_per:times_per.py:86 Calculated remaining: 49
DEBUG    nextcore.common.times_per.times_per:times_per.py:87 Reserved requests: 0
INFO     nextcore.http.client.client:client.py:301 Requesting PATCH /channels/1065579508025020506
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 Exceeded rate-limit on shared route! (None1065579508025020506NoneNonePATCH/channels/{channel_id})This is not unexpected as shared rate-limits are shared by multiple users (and therefore, are out of our control). This does not count towards a cloudflare ban. Retry after: 0.085

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Pending review

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions