chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

nodes: error getting associated paths for unexisting nodes #871

Closed tahini closed 3 months ago

tahini commented 3 months ago

Server logs: An error occurred while getting nodes associated path ids: Cannot get nodes associated path ids from tables tr_transit_nodes and tr_transit_paths (error: The number of nodes received do not match the number of nodes sent in the query (DBQNGAP0003)) (DBQNGAP0004)

But this error is expected when the node does not exist yet in the database. It should not throw, but simply not return any paths for this node.