-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
OTP tweaks #12
Conversation
test_otp.qmd
Outdated
Connect to the server as follows: | ||
|
||
```{r} | ||
otpcon <- otp_connect(timezone = "Europe/London", router = "Leeds") |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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"
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.