#Can't start webUI

3 messages · Page 1 of 1 (latest)

abstract plover
#

I just installed invokeAI 4.0.4. Everything is OK, But when i start invoke.bat, I get some red error: Please help me .
[2024-04-12 13:01:28,799]::[uvicorn.error]::ERROR --> [Errno 13] error while attempting to bind on address ('127.0.0.1', 9090): an attempt was made to access a socket in a way forbidden by its access permissionsbrokenheartskunworxdark

silent mangoBOT
#

Hi @abstract plover. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

The error message you're seeing suggests that the port 9090 on your machine is already in use or blocked by some other process or firewall settings. This is preventing InvokeAI from binding to this port to start the web server.

Here are a few steps you can take to troubleshoot this issue:

  1. Check if the port is in use: You can use tools like netstat (on Unix-based systems) or TCPView (on Windows) to check if any other process is using port 9090. If so, you may need to stop that process or choose a different port for InvokeAI.

  2. Check your firewall settings: Ensure that your firewall is not blocking the port 9090. You may need to add an exception for this port in your firewall settings.

  3. Run as Administrator: On Windows, some ports can only be accessed with administrator privileges. Try running the command prompt as an administrator and then start InvokeAI.

If you continue to face issues, you can reach out to the InvokeAI team for help. You can create an Issue (https://github.com/invoke-ai/InvokeAI/issues) on their GitHub site, or make a request for help on the "bugs-and-support" channel of their Discord server (https://discord.gg/ZmtBAhwWhy). They are a 100% volunteer organization, but typically somebody will be available to help you within 24 hours, and often much sooner. source (https://invoke-ai.github.io/InvokeAI/installation/010_INSTALL_AUTOMATED#other-problems)

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: