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

groups graphs not loading #63

Open
shadowguardian507-irl opened this issue Dec 28, 2019 · 0 comments
Open

groups graphs not loading #63

shadowguardian507-irl opened this issue Dec 28, 2019 · 0 comments
Labels

Comments

@shadowguardian507-irl
Copy link

shadowguardian507-irl commented Dec 28, 2019

subsiquent to some work to un-break group creation/edits (see pull request #62) I find that the group graphs page does not work.

upon clicking the view feed option (the eye button in the upper left)

image

the graph will not load any you get an error message

image

I think I have traced this down to an error in how the groups handles feed data
eg http://SYSTEM_IP/group/getfeed/data.json?id=3&start=1576962900000&end=1577568600000&interval=900&skipmissing=0&limitinterval=undefined
results in
{"success":false,"message":"Error reading meta data feedid=3"}

this ties up with error messages, as follows, in the logs
2019-12-28 21:17:40.593|WARN|PHPFina.php|get_meta() meta file does not exist '/var/lib/phpfina/3.meta'
that imply that for some reason it is not following the folder directive in the ini file. ie

phpfina[datadir] = '/var/opt/emoncms/phpfina/'
phptimeseries[datadir] = '/var/opt/emoncms/phptimeseries/'

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

No branches or pull requests

2 participants