-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
When I run client.get_inactive() with a valid client. I get an error
raise TgtgAPIError(response.status_code, response.content)
tgtg.exceptions.TgtgAPIError: (404, b'{"errors":[{"code":"ENTITY_NOT_FOUND"}]}')
The account has 14 past orders
Have tried manually doing client.get_inactive(page=0, page_size=20)
Have tried manually doing client.get_inactive(page=1, page_size=5)
Have tried manually doing client.get_inactive(page=0, page_size=5)
Have also tried running the code to sum up orders under
To e.g. sum up all orders you have ever made:
Metadata
Metadata
Assignees
Labels
No labels