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
I needed to update Uvicorn to 0.14.0 since this version permits websockets to send > 1mb of data in a message. I update in Poetry. When I restart the Docker image, I get the following error scrolling off indefinitely:
backend_1 | error walking file system: FileNotFoundError [Errno 2] No such file or directory: '/app/.venv/bin/python'
These articles give me some indication it has something to do with Uvicorn and reload:
Updated and cross-referenced from tiangolo/uvicorn-gunicorn-docker#74
I needed to update Uvicorn to 0.14.0 since this version permits websockets to send > 1mb of data in a message. I update in Poetry. When I restart the Docker image, I get the following error scrolling off indefinitely:
backend_1 | error walking file system: FileNotFoundError [Errno 2] No such file or directory: '/app/.venv/bin/python'
These articles give me some indication it has something to do with Uvicorn and
reload
:I created a custom version of
/start-reload.sh
with the following to reload the app directory only:This makes no difference at all, and I'd appreciate any help, both with the data send limit, and this never-ending .venv not found error.
Thanks.
Here's the stack trace, bracketed by never-ending
FileNotFoundErrors
:The text was updated successfully, but these errors were encountered: