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

[Bosch] Setuser can modify only if user is created through camera web interface #31

Open
surajitx-pal opened this issue Apr 5, 2022 · 1 comment
Labels
2-medium priority denoting issues with cross-cutting project impact bosch Bosch camera bug Something isn't working

Comments

@surajitx-pal
Copy link

surajitx-pal commented Apr 5, 2022

Summary of the problem:
'Set Users' API working only if new user through camera web-interface.

Issue reproducible on below camera models:
#Bosch DINION 6000HD

Reproduce steps:

Execute this command to set a new user (Note : new user only create through bosch camera web-page login)

curl -X PUT http://localhost:59882/api/v2/device/name/Bosch-DINION-IP-starlight-6000-HD-00075fd8-7c31-317c-d85f-0700075fd85f/Users
--header 'Content-Type: application/json'
--data-raw '
{
"Users":{
"Username":"User",
"Password":"Password1123!",
"UserLevel":"User"
}
}'

Expected result: set users api will modify an user successfully
Actual result: - fault code: SOAP-ENV:Receiver ter:Action -500 return code.

@surajitx-pal surajitx-pal added the question Further information is requested label Apr 5, 2022
@ajcasagrande ajcasagrande added the bosch Bosch camera label Jul 26, 2022
@lenny-goodell lenny-goodell changed the title Setuser can modify only if user is created through camera web interface [Bosch] Setuser can modify only if user is created through camera web interface Jan 25, 2023
@lenny-goodell lenny-goodell added 2-medium priority denoting issues with cross-cutting project impact bug Something isn't working and removed question Further information is requested labels Jan 25, 2023
@vyshali-chitikeshi
Copy link
Contributor

Issue reproducible with V3 code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-medium priority denoting issues with cross-cutting project impact bosch Bosch camera bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants