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'm trying to host my own instance of OpenUI on Coolify, a self hosting platform you can run on your own hardware with Docker. I was having an issue where it showed that port 7878 was already taken, however whenever I added the ability to change ports in PR #210 the issue persisted. I have never had this issue with any other service running on my Coolify instance, is the Docker container doing something fishy like trying to run itself multiple times? Here's the logs I'm getting from my server. The port is irrelevant, I've tried at least a dozen ports and nothing seems to work.
;5;221m__g@@@@@@gg__ ;5;37m_~@@ ;5;177m@@@@@@@@@@@@@@@
;5;221m_@@@@@@@@@@@@@@@@g_ ;5;37m_@@@@@@@, ;5;177m@@@@@@@@@@@@@@@
;5;221mo@@@@@@@@@@@@@@@@@@@@@ ;5;37m_g@@@@@@@@@@@L ;5;177m@@@@@@@@@@@@@@@
;5;221m,@@@@@@@@@@@@@@@@@@@B";5;37m~@@@@@@@@@@@@@@@@a;5;177m%@@@@@@@@@@@@@@
;5;178m,;5;221m"""""""""""""""""";5;37m_g@@@@@@@@@@@@@@@@@@@@g;5;177m\@@@@@@@@@@@@@
;5;178m@@@@@@@@@@@@@@P";5;37m~?????????????????????????? ;5;171mgggggggggggg
;5;178m!@@@@@@@@@@@@@@,;5;37m=============================;5;170m|@@@@@@@@@@@
;5;178m[@@@@@@@@@@@@@@@L;5;38m"""""""""""""""""""""""""""" ;5;170m@@@@@@@@@@@
;5;178mBBBBBBBBBBBBBBBBh;5;38m<========================== ;5;170m@@@@@@@@@@@
;5;179mvggggggggggggggggg ;5;38mggggggggggggggggggggggggg;5;134m,@@@@@@@@@@@
;5;179m%@@@@@@@@@@@@@@@@@;5;38m'@@@@@@@@@@@@@@@@@@@@@@@';5;134m@@@@@@@@@@@@
;5;179m"@@@@@@@@@@@@@@@@@L;5;38mQ@@@@@@@@@@@@@@@@@@@@;5;134m,@@@@@@@@@@@@@
;5;179m"@@@@@@@@@@@@@@@@@;5;38m'@@@@@@@@@@@@@@@@@P;5;134mo@@@@@@@@@@@@@@
;5;179m"4@@@@@@@@@@@P" ;5;38m""""""""""""" ;5;134m@@@@@@@@@@@@@@@
INFO (openui): Starting OpenUI AI Server created by W&B...
INFO (openui): Starting LiteLLM in the background with config: /tmp/tmp00_qcz8n.yaml
INFO (openui): Running API Server
INFO (uvicorn.error): Started server process [1]
INFO (uvicorn.error): Waiting for application startup.
DEBUG (openui): Starting up server in 1...
INFO (uvicorn.error): Application startup complete.
ERROR (uvicorn.error): [Errno 98] error while attempting to bind on address ('0.0.0.0', 23412): address already in use
INFO (uvicorn.error): Waiting for application shutdown.
INFO (uvicorn.error): Application shutdown complete.
The text was updated successfully, but these errors were encountered:
I'm trying to host my own instance of OpenUI on Coolify, a self hosting platform you can run on your own hardware with Docker. I was having an issue where it showed that port 7878 was already taken, however whenever I added the ability to change ports in PR #210 the issue persisted. I have never had this issue with any other service running on my Coolify instance, is the Docker container doing something fishy like trying to run itself multiple times? Here's the logs I'm getting from my server. The port is irrelevant, I've tried at least a dozen ports and nothing seems to work.
The text was updated successfully, but these errors were encountered: