Skip to content

Python3 random client fails #1

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions