-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Pings for offline devices not showing correctly #2121
Comments
Hi, thanks for the post. This behaviour sounds correct to me. The orange dot should only be there if the data hasn't been loaded yet. If your application is not reachable, it will show red. Am I missing something? |
Until this version when some device or machine was offline it was always shown as red dot to me. On both machines. |
Ah sorry, I think I misunderstood. Will look into this bug.. |
It's strange, were there any changes to this behavior in the latest update ? @duka10 it absolutely never turns red ? Could you please open the "network" tab in chrome dev tools and reload the page to check if the networks requests are successfully coming back ? |
The network requests aren't going to be the problem @ajnart ... |
Can you try whether the image tag fix-app-ping-retry-interval resolves your issues? |
@ajnart No it never turns red, checked after hour, still orange and loading. |
Unfortunatly no. This is Network tab with this image. |
Can you re-try? Updated the image |
Sure. I just redeploy new image but its still the same. |
Please post both your console and log (remove and URLs) then. Thank you. https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log |
Logs: ERROR Unexpected response: connect ECONNREFUSED 192...*:3214 ERROR Unexpected response: connect ECONNREFUSED 192...*:8090 ERROR Unexpected response: connect ECONNREFUSED 192...*:8081 ERROR Unexpected response: connect ECONNREFUSED 192...*:8082 ERROR Unexpected response: connect ECONNREFUSED 192...*:3002 ERROR Unexpected response: connect ECONNREFUSED 192...*:7912 ERROR Unexpected response: connect ECONNREFUSED 192...*:3214 ERROR Unexpected response: connect ECONNREFUSED 192...*:8090 ERROR Unexpected response: connect ECONNREFUSED 192...*:8081 ERROR Unexpected response: connect ECONNREFUSED 192...*:8082 WARN There are apps that have missing configuration options: [Homepage] please input the correct secrets once again for the concerned app(s), save them, exit edit mode and reload the page. WARN There are apps that have missing configuration options: [Homepage] please input the correct secrets once again for the concerned app(s), save them, exit edit mode and reload the page. ERROR Unexpected response: connect ECONNREFUSED 192...*:3002 ERROR Unexpected response: connect ECONNREFUSED 192...*:7912 ERROR Unexpected response: connect ECONNREFUSED 192...*:3214 ERROR Unexpected response: connect ECONNREFUSED 192...*:8090 Console: << query #1039 app.ping << query #1045 app.ping << query #1051 app.ping << query #1057 app.ping << query #1064 app.ping |
@Meierschlumpf do you have an idea? I cannot reproduce this on my system. Is this possibly something with trpc? |
I have the same issue: Unable to retry app ping for app 'PVE-02' (4e0e7f1b-617c-4953-9419-b3e7903a29ac) TRPCClientError: Unexpected response: connect EHOSTUNREACH 192.168.3.2:8006 ERROR Unexpected response: connect EHOSTUNREACH 192.168.3.2:8006 |
@manuel-rw when using the code from dev and specifying a local url that does not exist I also see only loading, but when I change it to |
Environment
Docker
Version
0.15.4
Describe the problem
After update to latest version, ping not showing correctly for offline devices. Its not showing as red dot, instead its shown as orange dot and loading.
I tried on two different servers and its the same problem.
I'm aware that are working on version 1.0 and its probably not a big of deal to investigate this.
Logs
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ ts-node ./migrate.ts
Done in 3.38s.
Starting production server...
Listening on port 7575 url: http://cf8e430c95a9:7575
ERROR App [object Object] not found
ℹ Saving updated configuration of 'default' config.
ℹ Local icons repository directory exists and contains 0 icons
ℹ Saving updated configuration of 'default' config.
ℹ Local icons repository directory exists and contains 0 icons
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.211:8087
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.211:8087
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.211:8087
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.211:8087
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.211:8087
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.211:8087
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.211:8087
Context
Please tick the boxes
The text was updated successfully, but these errors were encountered: