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

OTP tweaks #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

OTP tweaks #12

wants to merge 2 commits into from

Conversation

Robinlovelace
Copy link
Member

No description provided.

test_otp.qmd Outdated
Connect to the server as follows:

```{r}
otpcon <- otp_connect(timezone = "Europe/London", router = "Leeds")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heads-up @mem48 this generates an error message:

Error in otp_connect(timezone = "Europe/London", router = "Leeds") : 
  Router http://localhost:8080/otp/routers/Leeds does not exist. Valid routers are: default

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's because you have used the wrong router name, as the message suggest the valid options are "default"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you get it running @mem48 and confirm? Latest error I've hit here:

10:21:19.815 INFO (NetworkListener.java:790) Started listener bound to [0.0.0.0:8080]
10:21:19.821 INFO (NetworkListener.java:790) Started listener bound to [0.0.0.0:8081]
10:21:19.824 INFO (HttpServer.java:278) [HttpServer] Started.
10:21:19.824 INFO (GrizzlyServer.java:148) Grizzly server running.
10:21:35.819 ERROR (PlannerResource.java:97) System error
java.lang.NullPointerException: zone

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Base automatically changed from 3-otp-benchmark to main August 9, 2024 09:25
This was referenced Aug 9, 2024
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

Successfully merging this pull request may close these issues.

2 participants