belamu
belamu
There is another export that I feel is crucial: - [ ] pdf - [ ] pdf slides in slide mode In particular I was using Hedgedoc 1.something and I...
I haven't received any e-mails about incoming messages since about beginning of June as well.
Yes, it is fixed for a while already now. Thank you!
Thank you for the explanation. I guess I didn't find the other issue since it's closed. I don't know how to prevent that different people report the same thing again....
In the meantime, this comment shows how to export with Chrome/Chromium: https://github.com/hackmdio/codimd/issues/33#issuecomment-267508760
Without `-p` it works but the result is malformed. Somehow the link that was copied from the original file was causing a "malformed gpx file". Seems to be unrelated.
Conclusion from truncating the file: the last two trackpoints have the same coordinates. That apparently causes the error. After removing one of them, the error is gone.
What confuses me: the error is caused by gpxpy code but when I try to parse the file attached in the first post with `import gpxpy; gpxpy.parse("osrm-Schkeuditz-FF.gpx")` I get an...