Copprhead - I'm trying to import a GPX track in...
I'm trying to import a GPX track in FreeboardSK, but I'm getting "Completed with errors! Not all resources were loaded". As is seems, no resources were loaded at all. Where can I find more details?
9 Replies
Try to open this gpx in QGIS, Viking or, in SignalK - in the GaladrielMap SK edition
It opens fine in geojson.io
Google Earth too
Use GaladrielMapSK instead FreeboardSK 🙂
What is also curious: When I hover over the menu items in "routes, waypoints, notes", all but the import element are highlighted (but I can click on it).
I think it's unrelated to my file. When I try to upload a track I had previously exported with FB, I get the same result.
@AdrianP any ideas what might be wrong?
Firstly, the menu hover thing is a styling issue (which will be resolved).
The fact that the GPX file content is displayed and selectable idicaters that there is no issue with the file.
The message you receive is due to an error response received from the server when trying to write the resource data.
Two most likely causes:
1. Server requires login and user is not authenticated
2. Content error in the resource being written.
I accept that the error message is not very helpful and will seek to improve that.... in the mean time checking the the browser console under the network tab will provide details of the error response from the server and the cause.
Ok, tried again, checking the dev tools in the browser. Surprisingly (to me) I'm getting 404s:





It appears that you do not have
tracks
configured as a custom path in the resource-provider plugin.
To be able to import Tracks this needs to be configured.
Btw this is mentioned in the help.
Go to plugin config and add tracks as a path.Thank you, it's working now.