You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'recipient_id' argument is empty when sending the request to '/users/@me/channels' which gives the response error 50035: {"code": 50035, "errors": {"recipient_id\": {"_errors": [{"code": "NUMBER_TYPE_COERCE", "message": "Value "" is not snowflake."}]} }, "message": "Invalid Form Body"}";
Something else very remarkable and is repeated often enough times :
"body\";s:92:\"{\n \"global\": false, \n \"message\": \"You are being rate limited.\", \n \"retry_after\": 8.188\n}\n\";s:8:\"response\";a:2:{s:4:\"code\";i:429;s:7:\"message\";s:17:\"Too Many Requests\";
According to the official discord doc :
All bots can make up to 50 requests per second to our API. This is independent of any individual rate limit on a route. If your bot gets big enough, based on its functionality, it may be impossible to stay below 50 requests per second during normal operations.
Some members are not getting roles assigned. I turned on logging. I see a ton of 50035:Invalid Form Body errors.
The text was updated successfully, but these errors were encountered: