You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When send request to localhost:8002/route?json={"verbose":true,"locations":[{"lat":42.358528,"lon":-83.271400},{"lat":42.996613,"lon":-78.749855}],"costing":"bicycle","costing_options":{"bicycle":{"bicycle_type":"road"}},"directions_options":{"units":"miles"},"id":"12abc3afe23984fe"}
I get an error "[ERROR] src/prime_server.cpp:455 proxy_t: bad_function_call"
The text was updated successfully, but these errors were encountered:
bmarcco
changed the title
valhalla_service: command not found
prime_server.cpp:455 proxy_t: bad_function_call
Apr 7, 2021
im not sure how it could go wrong. im pretty sure that the language allows converting std::function to bool for the semantic of: does this functor have a callable object attached or is it empty.
@bmarcco we should migrate this issue to the prime_server repo. ill do that now
When send request to localhost:8002/route?json={"verbose":true,"locations":[{"lat":42.358528,"lon":-83.271400},{"lat":42.996613,"lon":-78.749855}],"costing":"bicycle","costing_options":{"bicycle":{"bicycle_type":"road"}},"directions_options":{"units":"miles"},"id":"12abc3afe23984fe"}
I get an error "[ERROR] src/prime_server.cpp:455 proxy_t: bad_function_call"
The text was updated successfully, but these errors were encountered: