-
Notifications
You must be signed in to change notification settings - Fork 68
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
Graphs are all black/empty #90
Comments
Hi
|
Sure, Config (standalone_dns yml file wget directly from github and unchanged):
|
That javascript error is definitely an issue, not quite sure what's happening What's your output for |
Browsers tested: All the same |
What do you get you if you try to access /graph_data/ in your browser? does it give you any json? What python version and os are you on? I wonder if running as root as anything to do with it - honestly not sure what could be causing your issue at this point |
Since the /graph_data/ endpoint expects a post might be easier to check the networking in the browser dev tools ("Network" in the chrome console for example) and see if the requests return properly. |
It does get to /graph_data/ Also, the console shows more detailed errors that can help some /static/graphsrv/ files that are not being delivered (404). Probably the core of the problem here... Launched from user different than root, same result. OS info:
Synology DiskStation |
Hmm, looks like those requests are coming back without any graphing data (judging from the size, can look at the response to confirm) If you are running the unmodified example config for standalone_dns example, the response size should be around 800B. Those 404s, while unseemly, are harmless and are not required by vaping, just haven't been cleaned up yet - i get them as well. |
I will check the response, but yes, I am running un modified example. |
correct
yeah, unless i am able to reproduce the issue a quick fix seems unlikely at this point. However one more thing i thought of - since the graph data appears to be missing maybe fping isnt returning anything. What do you get when you run it manually? fping -u -C10 -p20 -e 8.8.8.8 4.2.2.1 208.67.222.222 |
Problem with fping. Same problem with self compiled or from Entware.
I don’t understand the problem. |
Hrm, error 4 is a system call failure. It's setuid, but @bolemo what uid owns it?
|
root
|
I posted an issue about this on the fping github page. |
@bolemo any update on this? |
After fresh installation of vaping on a Synology DiskStation (not through Docker), I am able to start it using example config (stand-alone), and the webpage is accessible, and there are frames where the graphs are supposed to be, but all is empty (see screenshots).
The text was updated successfully, but these errors were encountered: