-
Notifications
You must be signed in to change notification settings - Fork 2
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
"500 Internal Server Error" when trying to download GPX file #18
Comments
Happening again with tonight's Mill Road route. For completeness, the route URL containing the broken button (with passcode redacted): (I had a look in the source for the "500 | Internal Server Error." page just in case, no obvious clue there.) |
This is because the gpx route makes a request to:
Which fails with error
So I assume we were using a free trial and this ran out. |
(The GPX functionality is no longer exposed, as of about fcff3cf.) |
Hi, I'd love to use this functionality for my deliveries. Would you be happy if I made a PR trying to fix this? (and get around Google Cloud, if possible) Just posted in the group too but figured this is a more appropriate place. |
From discussion elsewhere, I think a PR would be welcome. What content would you want in your GPX file? (I am currently using a shonky script on the API endpoint to achieve this end -- not yet published, but output is similar to that from my previous version of the same script -- example here. Would that sort of output work for you too?) Another comment I've heard is that GPX files aren't very usable with Google Maps. If there were demand (and I've no evidence there is) it might be nice to also be able to produce another format that works better with it (KMZ maybe?), if such exists at all. But it's probably an unnecessary complication. |
Great! Quick thoughts:
|
Since at least 8 December, the link to download a GPX file (via /api/cck/route.gpx) has been giving "500 Internal Server Error" on at least some routes some of the time. (Possibly, all routes all of the time.)
I observed this myself on the 8 Dec delivery round for Chesterton. One other person reported the same for the Trumpington route that day.
The same problem (probably) has been reported at least once since ("I hit the gpx button last week and got a server error"). I don't have positive evidence that this is currently working for anyone.
I'm pretty sure it worked fine (no server error, and plausible GPX contents) on 24 November (for the Mill Road route, at least).
The text was updated successfully, but these errors were encountered: