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
Many times, we are getting this error, This should be solved immediately.
This is causing a lot of delay in getting response and it sometimes doesn't even give any responce.
Traceback (most recent call last):
--
File "/usr/local/lib/python3.10/site-packages/codeinterpreterapi/session.py", line 396, in generate_response_sync
self._input_handler(user_request)
File "/usr/local/lib/python3.10/site-packages/codeinterpreterapi/session.py", line 322, in _input_handler
self.codebox.upload(file.name, file.content)
File "/usr/local/lib/python3.10/site-packages/codeboxapi/box/codebox.py", line 195, in upload
**self.codebox_request(
File "/usr/local/lib/python3.10/site-packages/codeboxapi/box/codebox.py", line 87, in codebox_request
return base_request(
File "/usr/local/lib/python3.10/site-packages/codeboxapi/utils.py", line 104, in base_request
return handle_response(response)
File "/usr/local/lib/python3.10/site-packages/codeboxapi/utils.py", line 53, in handle_response
json_body=response.json(),
File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
Many times, we are getting this error, This should be solved immediately.
This is causing a lot of delay in getting response and it sometimes doesn't even give any responce.
The text was updated successfully, but these errors were encountered: