-
Notifications
You must be signed in to change notification settings - Fork 126
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
Update route error #2861
Comments
Hi, from the id you are using it looks like your request is on fr-idf: all ids have been updated as we did change the source of data for this coverage since https://api.navitia.io/v1/coverage/fr-idf/ is used to provide the official "openservice" of Ile de France Mobilité |
Is there any way to save a route? @kinnou02 |
Unfortunately, I see no guaranteed way to save a PublicTransport object.
But those are highly dependent on data changes, it's only fallback that could help, but not always. |
Any news about this? |
Hello, So as for any Public-Transport object in Navitia, ID is not stable over datasets (although data producers are encouraged to make stable choices, like in GTFS specifications). |
Hi,
I try to update a route, so I keep stop_area id and route.id, and it works.
But if I retry after few days, there is an 404 error. (unable to find object)
I don't know if the stop_area id can change or I do a wrong request.
For instance, this request used to work few week ago.
https://api.navitia.io/v1/coverage/2.131622;48.803564/stop_areas/stop_area:OIF:SA:2:239/routes/route:OIF:056356005:G/stop_schedules?from_datetime=20190708T185944&items_per_schedule=2&
If someone has any ideas, thx.
The text was updated successfully, but these errors were encountered: