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
Traceback (most recent call last):
File "C:\Users\super\anaconda3\envs\textgen\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 534, in _run_script
exec(code, module.__dict__)
File "C:\Users\super\OneDrive\Desktop\Bridge_Legal\codeinterpreter-api\frontend\app.py", line 38, in <module>
loop.run_until_complete(get_images(input_text, files=uploaded_files_list))
File "C:\Users\super\anaconda3\envs\textgen\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "C:\Users\super\OneDrive\Desktop\Bridge_Legal\codeinterpreter-api\frontend\utils.py", line 25, in get_images
async with CodeInterpreterSession(model="gpt-3.5-turbo") as session:
File "C:\Users\super\anaconda3\envs\textgen\lib\site-packages\codeinterpreterapi\session.py", line 488, in __aenter__
await self.astart()
File "C:\Users\super\anaconda3\envs\textgen\lib\site-packages\codeinterpreterapi\session.py", line 97, in astart
status = SessionStatus.from_codebox_status(await self.codebox.astart())
File "C:\Users\super\anaconda3\envs\textgen\lib\site-packages\codeboxapi\box\localbox.py", line 187, in astart
await self._aconnect()
File "C:\Users\super\anaconda3\envs\textgen\lib\site-packages\codeboxapi\box\localbox.py", line 199, in _aconnect
self.ws = await ws_connect(f"{self.ws_url}/kernels/{self.kernel_id}/channels")
File "C:\Users\super\anaconda3\envs\textgen\lib\site-packages\websockets\legacy\client.py", line 654, in __await_impl_timeout__
async with asyncio_timeout(self.open_timeout):
File "C:\Users\super\anaconda3\envs\textgen\lib\site-packages\websockets\legacy\async_timeout.py", line 169, in __aexit__
self._do_exit(exc_type)
File "C:\Users\super\anaconda3\envs\textgen\lib\site-packages\websockets\legacy\async_timeout.py", line 252, in _do_exit
raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
The text was updated successfully, but these errors were encountered:
No idea why I get this error
The text was updated successfully, but these errors were encountered: