RuntimeError: unable to perform operation on TCPTransport; the handler is closed #2076
-
How can I solve I guess the issue raise when the server is called after it is idle for some time, and it works fine after a bit of time after the issue raised I read through related issue #1251 and found out the solution is downgrading to websockets==10.1, but my dependencies are much higher versions and it seems like uvicorn[standard] conflicts with websockets 10.1 My dependencies are like below
I run server with the command below
and the traceback is like below
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I encountered the same error, and no problem occurred when switching other databases, such as sqlite. BTW, How did you solve this problem in the end? @djccnt15 |
Beta Was this translation helpful? Give feedback.
I encountered the same error, and no problem occurred when switching other databases, such as sqlite.
BTW, How did you solve this problem in the end? @djccnt15