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
returnweb.json_response({'error': 'Request body too large'}, status=413)
212
-
exceptException:
213
-
returnweb.json_response({'error': 'Unable to parse request body'}, status=400)
212
+
exceptExceptionaserr: # pragma: nocover
213
+
warnings.warn(
214
+
f'Unable to parse Top.gg webhook payload. Please report this bug to the SDK maintainers.\nCause: {err}\n--- BEGIN BODY DUMP ---\n{body}\n--- END BODY DUMP ---'
0 commit comments