-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello,
I usually encounter this error when requesting data.
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
Cell In[7], line 2
1 response = rc.submit_json(control)
----> 2 assert response['http_response'] == 200
3 rqst_id = response['data']['request_id']
5 print(response)
AssertionError:
What is the possible reason and workaround? Is this normal?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels