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
I followed the documentation and north America .osm.pbf file I faced this issue at the last step.
The work that I am doing is critical and quick help will be appreciated. PFB the exception
docker run -t -i -p 5000:5000 -v "C:\Users\shivansh\Documents\USTax\data:/data" osrm/osrm-backend osrm-routed --algorithm mld /data/north-america-latest.osm.pbf
[info] starting up engines, v5.22.0
[info] Threads: 3
[info] IP address: 0.0.0.0
[info] IP port: 5000
terminate called after throwing an instance of 'osrm::util::exception'
what(): data block /mld/multilevelgraph/edge_array not found include/storage/shared_data_index.hpp:90
The text was updated successfully, but these errors were encountered:
Hi Team,
I followed the documentation and north America .osm.pbf file I faced this issue at the last step.
The work that I am doing is critical and quick help will be appreciated. PFB the exception
docker run -t -i -p 5000:5000 -v "C:\Users\shivansh\Documents\USTax\data:/data" osrm/osrm-backend osrm-routed --algorithm mld /data/north-america-latest.osm.pbf
[info] starting up engines, v5.22.0
[info] Threads: 3
[info] IP address: 0.0.0.0
[info] IP port: 5000
terminate called after throwing an instance of 'osrm::util::exception'
what(): data block /mld/multilevelgraph/edge_array not found include/storage/shared_data_index.hpp:90
The text was updated successfully, but these errors were encountered: