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

Having problems with public_transport #9

Open
Chalente opened this issue Aug 25, 2022 · 1 comment
Open

Having problems with public_transport #9

Chalente opened this issue Aug 25, 2022 · 1 comment

Comments

@Chalente
Copy link

Chalente commented Aug 25, 2022

Hey,
im still using your traveltime package instead of the official one as it seems way more handy for my work.
To my problem:

Im seeing continuous errors while trying to do some isochrones visualization with public_transport as type. It works nicely with walking and driving.

Maybe something changed in the API?

traveltime30 <- traveltime_map(appId="XXX",
                               apiKey="YYY",
                               location= Standort,
                               traveltime=1800,
                               type="public_transport",
                               departure="2022-12-15T08:00:00+01:00")
traveltime_driving_30 <- traveltime_map(appId="XXX",
                               apiKey="YYY",
                               location= Standort,
                               traveltime=1800,
                               type="driving",
                               departure="2022-12-15T08:00:00+01:00")

I can't really figure out, what's wrong. The error message is the standard one.

Fehler: request did not deliver isochrone coordinates - please check appId / apiKey and / or if the coordinates lie in a supported country. Also, departure time must lie in the future

Best regards,
Sebastian

@d-qn
Copy link

d-qn commented Dec 15, 2023

Hello. Exactly the same issue here, even when running the traveltime30 exemple from the readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants