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
语义分割项目
创建项目,创建不了,弹窗“项目创建失败”
报错如下:
TypeError: 'coroutine' object is not callable
ERROR [uvicorn.error] Exception in ASGI application
Traceback (most recent call last):
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\protocols\http\httptools_impl.py", line 401, in run_asgi
result = await app(self.scope, self.receive, self.send)
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 78, in call
return await self.app(scope, receive, send)
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\middleware\message_logger.py", line 86, in call
raise exc from None
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\middleware\message_logger.py", line 82, in call
await self.app(scope, inner_receive, inner_send)
File "D:\anaconda3\envs\py310\lib\site-packages\connexion\middleware\main.py", line 505, in call
await self.app(scope, receive, send)
File "D:\anaconda3\envs\py310\lib\site-packages\starlette\middleware\errors.py", line 181, in call
await response(scope, receive, send)
TypeError: 'coroutine' object is not callable
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
语义分割项目
创建项目,创建不了,弹窗“项目创建失败”
报错如下:
TypeError: 'coroutine' object is not callable
ERROR [uvicorn.error] Exception in ASGI application
Traceback (most recent call last):
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\protocols\http\httptools_impl.py", line 401, in run_asgi
result = await app(self.scope, self.receive, self.send)
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 78, in call
return await self.app(scope, receive, send)
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\middleware\message_logger.py", line 86, in call
raise exc from None
File "D:\anaconda3\envs\py310\lib\site-packages\uvicorn\middleware\message_logger.py", line 82, in call
await self.app(scope, inner_receive, inner_send)
File "D:\anaconda3\envs\py310\lib\site-packages\connexion\middleware\main.py", line 505, in call
await self.app(scope, receive, send)
File "D:\anaconda3\envs\py310\lib\site-packages\starlette\middleware\errors.py", line 181, in call
await response(scope, receive, send)
TypeError: 'coroutine' object is not callable
The text was updated successfully, but these errors were encountered: