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

workaround wget/curl issues #20

Open
gartz opened this issue Jan 4, 2023 · 1 comment
Open

workaround wget/curl issues #20

gartz opened this issue Jan 4, 2023 · 1 comment

Comments

@gartz
Copy link

gartz commented Jan 4, 2023

I was trying to follow the tutorial to update my gateway, but I found a problem.

When running the commands, the network would not find the files to be downloaded, I don't know why, but it would try to use IPv6 instead of IPv4 and say that the network is unavailable.

From the gateway telnet I could ping and do HTTP requests to the Home Assistant.

My workaround solution was to enable the www folder in the /config of the Home Assistant, then download the script to that folder, then use wget http://<hass_ip_address>:8123/local/mgl03_update.sh then execute the script.

This way it worked for me.

Thanks for the wonderful work, I hope this instruction can contribute to anyone that is having the same issue as I was.

@brainiac19
Copy link

brainiac19 commented Jan 9, 2023

I ended up creating an apache server with docker. Hope this helps docker ppl. BTW I guess manually nslookup for ipv4 address should work as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants