Skip to content
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

no response from server when using osrmTable() #132

Closed
RWParsons opened this issue Sep 27, 2024 · 1 comment
Closed

no response from server when using osrmTable() #132

RWParsons opened this issue Sep 27, 2024 · 1 comment

Comments

@RWParsons
Copy link

When trying to replicate the calculation of a distance matrix using the example in the README, I get the following error message.

library(osrm)
library(sf)

pharmacy <- st_read(system.file("gpkg/apotheke.gpkg", package = "osrm"), 
                    quiet = TRUE)
travel_time <- osrmTable(loc = pharmacy)

Error: Error in curl::curl_fetch_memory(utils::URLencode(url), handle = req_handle) :
Empty reply from server

When running on a different computer, I get the following message:

Error: Error in curl::curl_fetch_memory(utils::URLencode(url), handle = req_handle) :
schannel: failed to receive handshake, SSL/TLS connection failed

When running on posit workbench, I get the following error message:

Error: Error in curl::curl_fetch_memory(utils::URLencode(url), handle = req_handle) :
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to routing.openstreetmap.de:443

but other times when I try (also on workbench) I get:

Error: OSRM API request failed [504]

Thanks!
Rex

@rCarto
Copy link
Member

rCarto commented Sep 27, 2024

Hello,
The OSRM demo server is not working properly, see Project-OSRM/osrm-backend#7037 (and this answer Project-OSRM/osrm-backend#7037 (comment)).
T.

@rCarto rCarto closed this as completed Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants