Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running through Docker, bot is stuck on waiting for webui #201

Open
myojin223 opened this issue Jul 30, 2023 · 1 comment
Open

Running through Docker, bot is stuck on waiting for webui #201

myojin223 opened this issue Jul 30, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@myojin223
Copy link

Describe the bug
When running the bot through Docker, it takes a very long time to load and when it eventually does, it just constantly displays Waiting for Web UI at http://127.0.0.1:7860/... in the log. The bot also shows as offline in the discord server. When trying to run it through the batch file rather than using Docker, it errors out telling me I need to enable --api in the webui. That is enabled however, and the problem persists.


Environment

  • OS: Windows 10 Pro Version 21H2 Build 19044.3086

Console logs
Waiting for Web UI at http://127.0.0.1:7860/...

@myojin223 myojin223 added the bug Something isn't working label Jul 30, 2023
@solareon
Copy link
Contributor

solareon commented Jul 30, 2023

When you are running in docker the localhost is the docker container not the actual host of the docker container. Try specifying the address of the computer that is running the webui like 192.168.0.100:7860. If you try to visit http://<webui-ipaddress>:7860/info do you get anything? It should be a giant wall of text with info about your webui install.

@myojin223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@solareon @Kilvoctu @myojin223 and others