addons icon indicating copy to clipboard operation
addons copied to clipboard

RPC Shutdown does not accept password containing %

Open RuudvanMunster opened this issue 3 years ago • 0 comments

Describe the issue you are experiencing

The format credentials: user%password does not permit to use a password that contains the % character. Is it possible to change that or provide a work around?

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Home Assistant Operating System

Which add-on are you reporting an issue with?

RPC Shutdown

What is the version of the add-on?

2.2

Steps to reproduce the issue

  1. Using a password that contains a %
  2. Try to specify this in: credentials: username%thisisa%password
  3. Find that the add-on refuses this specification

...

Anything in the Supervisor logs that might be useful for us?

-

Anything in the add-on logs that might be useful for us?

[22:04:38] INFO: Read alias: Orpheus
[22:04:39] INFO: Shutdown Orpheus -> 192.168.50.103
Could not connect to server 192.168.50.103
The username or password was not correct.
Connection failed: NT_STATUS_LOGON_FAILURE
Could not connect to server 192.168.50.103
The username or password was not correct.
Connection failed: NT_STATUS_LOGON_FAILURE
[22:04:39] ERROR: Shutdown fails ->

Additional information

RuudvanMunster avatar Sep 17 '22 20:09 RuudvanMunster