-
Notifications
You must be signed in to change notification settings - Fork 382
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
Report service errors from "op": "status" #371
Comments
Service.prototype.callService = function(request, callback, failedCallback) { |
Correct - neither of the callbacks were called for me. I was using the npm package / v.1.1.0. |
A PR to fix that would be appreciated 😄 |
k-aguete
pushed a commit
to k-aguete/roslibjs
that referenced
this issue
Oct 21, 2022
Bumps [grunt-shell](https://github.com/sindresorhus/grunt-shell) from 2.1.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/grunt-shell/releases) - [Commits](sindresorhus/grunt-shell@v2.1.0...v3.0.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using ros2-web-bridge as a web-bridge and noticed that when doing a service call which caused a
TypeError
on the webbridge the error was not reported in any of the callbacks (callback, failedCallback) of the client.Client library call:
service.callService(new ROSLIB.ServiceRequest(args), handleResponse, handleError)
WS Request:
WS Response:
Are there plans to to propagate this kind of status with
roslibjs
as well? Or is this some specifics ofros2-web-bridge
?I could try to make a PR but I'm not sure if this is part of the standard that should be supported or not.
The text was updated successfully, but these errors were encountered: