I have skyview working ok from PC (version in this docker container) however when i try to view on an ipad i see an infinite spinning wheel like logo with a little progress bar below it.
This is overlayed over the top of the skyview page with no data.
Thanks for the quick reply. I don’t think you understand, i can connect to the docker just fine. The container is happily reporting data to FR24 and Flightaware.
The issue is the local skyview webpage on :8080 loads but displays a spinner. There is no error in any logs i can find (i can ssh into the container and i am looking at a bunch of logs, but not sure what is relevant to the web page?).
The only error shown in an F12 browser debug window is a 404 error for http://ipaddres:8080/status.json - but i have no idea if this is relevant. the container was working perfectly last night, i just blew away the contents of the container (i.e. back to how it was) keeping only my config files and still get the same issue. This would indicate an issue with either the config.js for the app, or how the app connects to data?
The issue is purely the web app. If someone can tell me what the web app is doing when it shows http://192.168.1.38:8080/spinny.gif then i could go troubleshoot. The web app is waiting for data of some sort?
Here is the log from a total fresh reboot - this clears the docker HDD of any changes. https://pastebin.com/Vi4T0S36 this shows two attempts to connect to the website
My configs are all held on the host (i.e. this is where i persist state):
thanks for you help, where is the browser console log?
Any hoo I found what was the issue in config.js (darn quotes) - shame it didn’t error in stderr.
Thanks for the tip, i am not a coder and in general i have found the network trace to show errors i need, i now know to look in console all ways! Thanks. This would have got me to the issue much sooner without posting, sorry.