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
@younkim sorry for the late reply. Until now we have simply called odrive.find_any before serving the web ui. This function blocks indefinitely if it does not find an connected odrive. I think this is the most likely cause for the situation you described.
I've just created a new release which better shows the status of the connection process. Please give it a try. And make sure the odrive is correctly connected via usb.
There seems to be some issues with the web app in your Docker image/
main.py
. A couple things:ui.run()
doesn't set a port here, so the Docker CLI command should probably use-p 80:8080
http://localhost
is still unsuccessful. No server response code (unreachable).docker run --rm --privileged -p 80:8080 --name odrive -it zauberzeug/odrive-gui:latest
prints the following:Any idea? @zauberzeug-dev
The text was updated successfully, but these errors were encountered: