pelmers / streetwarp-web

The web-based frontend for streetwarp-cli, a tool that produces hyperlapses for GPX routes
https://streetwarp.com/
25 stars 2 forks source link

101 error on every attempt #10

Open imcnabb72 opened 3 months ago

imcnabb72 commented 3 months ago

My GPX file was generated on Maps to GPX and I receive a 101 error with every attempt... attached is the latest GPX file renamed to .txt so it loads. mapstogpx20240815_161934.txt

pelmers commented 3 months ago

I checked the logs, the full error is:

stderr: thread 'main' panicked at 'Could not read gpx: Error(InvalidChildElement("number", "track"), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })', src/main.rs:342:33
pelmers commented 3 months ago

remove the line <number>1</number> and it will work mapstogpx20240815_161934_fixed.txt

pelmers commented 3 months ago

apparently fixed in https://github.com/georust/gpx/pull/57 I will have to update streetwarp to the new version. But for now I think you will be unblocked.

imcnabb72 commented 3 months ago

Thanks!