Closed Spokplacenta closed 11 months ago
Are you running any routing engine?
Doing quick google it looks like Apple is using port 5000 for some of their stuff. FYI, you need routing engine, Vroom by default is looking for OSRM at port 5000.
https://www.reddit.com/r/webdev/comments/qg8yt9/apple_took_over_port_5000_in_the_latest_macos/
is mac os becoming less suitable for dev in each release? jeez, port 5000 is one of the most ubiquitous dev ports, almost seems intentional :smile:
Well, I don't think there is much actionable on our side here. If you indeed are running a routing engine, you should make sure it's accessible to VROOM, e.g. in the case of OSRM by running it on a different port than 5000 if your system decided you can't use that one.
I recently installed vroom on my mac with brew and : brew install boost git cmake libzip libxml2 lua tbb ccache and brew instal GDAL
When I launch it with vroom with :
vroom -i /Users/me/myFile.json
I have :