-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
Waypoints import (.OTRW) reports "import failed" #1284
Comments
Hm. I don't remember being able to import a waypoint list JSON file via the configuration import ever worked. Is that a thing that should work? Would having the option of importing via the "Regions" activity not be more intuitive? That error is coming from this bit of code, which is definitely only considering android/project/app/src/main/java/org/owntracks/android/ui/preferences/load/LoadViewModel.java Lines 62 to 79 in d373b8e
|
I would have sworn it worked but have been wrong before, and if the code isn't there, then I'm definitely wrong!
Will you educate me? What is that? |
Ah, you speak of a possible future; being able to import regions there. Our iOS app permits import of waypoints as specified above via import (association with the app) of |
All futures are possible! 😄 Ok, so if this doesn't work today, is it better to spend time making it work on the configuration import screen, or is it better to actually implement it in the regions screen (which is arguably where it belongs)? |
In iOS, the import is not a function of the app, but the filetype .otrw is opened with the app automatically. Does the import of waypoints via |
Yes, this works. |
As reported in #1282, the import of an
.otrw
file containing waypoints fails with the diagnosticImport failed: message is not a valid configuration message
This is the JSON:
As far as I can tell, this worked in August 2020 which was when I last tested this import.
The text was updated successfully, but these errors were encountered: