ha-blueiris icon indicating copy to clipboard operation
ha-blueiris copied to clipboard

User input malformed: expected str for dictionary value @ data['port']

Open SethL opened this issue 2 years ago • 3 comments

I h ave been trying to setup my BlueIris integration and I keep getting this message. I found a case from last year where the fix was to delete the config and then remove the .blueiris file if it was present. Then restart HA. I did that and the error still persists. I turned on debug but all I see for it is this: 2021-12-13 12:48:38 DEBUG (MainThread) [custom_components.blueiris.config_flow] Starting async_step_user of BlueIris 2021-12-13 12:48:38 DEBUG (MainThread) [custom_components.blueiris.managers.config_flow_manager] Update data 2021-12-13 12:48:38 DEBUG (MainThread) [custom_components.blueiris.managers.config_flow_manager] Update options

Any ideas?

SethL avatar Dec 13 '21 18:12 SethL

Are you still getting this with the latest @SethL ?

kramttocs avatar Mar 01 '22 03:03 kramttocs

I just got this error with the latest release.

coolspot18 avatar May 12 '22 02:05 coolspot18

the value in the configuration changed from string to int, in order to fix it, you need to get into the configuration screen of the component - retype the port number and save, afterward, restartthe component and it should work.

elad-bar avatar May 17 '22 16:05 elad-bar