-
Notifications
You must be signed in to change notification settings - Fork 49
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
cannot install add-on #110
Comments
Failed to install: The command '/bin/ash -o pipefail -c chmod a+x /usr/local/bin/setup.sh && /usr/local/bin/setup.sh' returned a non-zero code: 1 |
That's not really a lot to go on but, taking it at face value and making an educated guess, please see the screenshot. Is that If yes then, from the code, you can see that the checkExit() function is called after the two calls to If it's transient then retrying may eventually solve the problem. The situation is more complicated if it's the DNS. Containers running in non-host mode (like GoSungrow) are set up (by Docker) to use a resolver at 127.0.0.11 (a "magic" address claimed by Docker for the purpose) and, in effect, that tells the container to use the host's resolver which, in the case of HA, means the The most common arrangement for home networks is your router boots, connects to your ISP, and learns the IP addresses of your ISP's preferred DNS servers; and those get passed to LAN-side clients (like Home Assistant) in DHCP requests. Where the problem seems to be is that the The most reliable solution I've found is to override the router's DNS servers with the Google servers 8.8.8.8 and 8.8.4.4. Most routers have two places for configuring DNS servers: (1) the servers the router uses when issuing its own queries, and (2) the servers the router issues to clients in DHCP responses. It's best to make both use the Google servers. I can't guarantee that I've either diagnosed your problem correctly or that using the Google servers will fix the problem in your situation. It's just something to try. Hope this helps. |
Failed to install add-on
Unknown error, see supervisor logs
Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:138
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 12:26:06 AM (2 occurrences)
Last logged: 12:28:21 AM
Failed to to call /addons/ba22da74_gosungrow/install -
The text was updated successfully, but these errors were encountered: