Error importing GPX files from outdooractive #19
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The culprit seems to be:
This is perfectly valid but the parser seems to be expecting a
<link/>
which is optional and fails to find its attributes:There are probably many other things to check/correct in this library!