-
Notifications
You must be signed in to change notification settings - Fork 148
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
GetScopes failed, and with error msg string not xml/wsdl #16
Comments
I have looked at the XML sent from agsh/onvif It would be better if RPOS returned an XML error message rather than the error msg string. To help out I will do a fix for agsh/onvif and a Pull Request |
I have added a fix to agsh/onvif in this Pull Request https://github.com/agsh/onvif/pull/37 |
update PR link agsh/onvif#38 |
This can be closed now. |
Thanks for help. :-) |
I'm testing rpos with node-onvif module https://github.com/agsh/onvif
Some functions works but some failed.
I found these might be 3 bugs:
the following functions are OK:
/onvif/device_service:
GetCapabilities
/onvif/media_service
GetProfiles
GetVideoSources
But this Failed:
/onvif/device_service
GetScopes
The content POST to rpos:
POST-to-RPOS.txt
The content Responed from rpos:
Response-from-RPOS.txt
The text was updated successfully, but these errors were encountered: