-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
When I try to use this with Python3, it works but it fails many times randomly.
The issue seems to be, the request body seems to be 10-15 bytes longer when it fails. This is very consistent.
This seems to work much better, when I get smaller random number of requestId, by doing the following. But I don't thing this is a good fix. Is there a proper fix for this?
requestId = random.randint(1, 50)
Metadata
Metadata
Assignees
Labels
No labels