Signalk-to-influxdb webapp not pulling tracks #182
Unanswered
bradharley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded to 2.14 and was checking functionality and noticed that the Signalk-to-influxdb webapp was not working. Now, I don't know if this was caused by 2.14.0 of if it was in 2.13.5 as I don't use it that often. The influx writing is working fine and it's serving location data (I use grafana for that). I presumed I broke something upgrading to nodejs v22 so I reinstalled signalk from scratch, and It's still not working.
The browser error is: Error: Could not fetch track:404
If I go into the browser debug, I see:
"signalk-to-influxdb/:68
GET http://tweety.lan:3000/signalk/v1/api/vessels/self/track?timespan=1m&resolution=5s 404 (Not Found)"
It's the same for various resolutions and spans.
If I go to "http://tweety.lan:3000/signalk/v1/api/vessels/self/track" I get {"message":"No track available for vessels.self"}
and ...vessels/self is populate.
This isn't all that important for me, but I wanted to put it out there.
Brad
Beta Was this translation helpful? Give feedback.
All reactions