-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
MacOS: New server not functioning, get "connect: no route to host" error messages #17251
Comments
When I input http://192.168.188.176/solar_api/v1/GetPowerFlowRealtimeData.fcgi/ with a browser on the Mac mini M4 I get the following reply; { |
Sorry, pressed the wrong button |
And yet when I run the server from the command line, I don't get any errors and it works Mac-mini-M4 ~ % evcc -c evcc.yaml |
Ist das #16165 (comment)? |
So, the answer is that the problem is with Apple, awaiting a fix and the workaround is to run evcc in a shell, is that correct? |
Das wird mit der nächsten Go Version gelöst. Wir upgraden fast immer sofort. |
Fixed in 039cbf5 |
How to easily "run evcc in a shell"? Just install from the tar-ball and run it from a shell. Remove the brew-based version. |
or simply run the following command; Mac-mini-M4 ~ % nohup evcc -c evcc.yaml 2>/dev/null & |
"039cbf5 MacOS Sequoia: fix network errors" in 0.131.6 still results in "connect: no route to host" errors [main ] INFO 2024/11/17 15:45:00 evcc 0.131.6 |
Looking it https://github.com/evcc-io/evcc/actions/runs/11871342079/job/33083793728 shows that the release version has been compiled with Go 1.23.3 which seems correct. I'm not sure why this wouldn't work. Does anybody have an idea? Can we check if the generated binary has the expected properties? |
From
Is this linker flag set? |
I wouldn‘t even know how 😮 |
Describe the bug
I have a working evcc server setup on an old Mac mini.
When I setup a new server on a new Mac mini M4 on the same network with the same configuration, it doesn't work even though the original server has been stopped.
I get "connect: no route to host" error messages, see log details below.
Steps to reproduce
...
Configuration details
Log details
What type of operating system are you running?
Linux
Nightly build
Version
Mac-mini-M4 /etc % evcc -v evcc version 0.131.5
The text was updated successfully, but these errors were encountered: