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

In RoutingAPI.route_v8, some parameters are ignored. #83

Closed
maciej-wichowski opened this issue Oct 15, 2024 · 1 comment · Fixed by #84
Closed

In RoutingAPI.route_v8, some parameters are ignored. #83

maciej-wichowski opened this issue Oct 15, 2024 · 1 comment · Fixed by #84

Comments

@maciej-wichowski
Copy link
Contributor

When executing route_v8, avoid, exclude and truck parameters are ignored.

  1. Only first key from argument dict is taken from those arguments [1], [2], [3]
  2. Arguments are formatted incorrectly. This results in being silently ignored by the API. Calling route_v8(transport_mode, origin, dest, truck={"length": ["15000"]}) creates url parameter ...&truck={'height': '15000'} while it should be ...&truck[height]=15000
@maciej-wichowski
Copy link
Contributor Author

Fix: #84
@abdullahselek could you take a look, please?

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 a pull request may close this issue.

1 participant