question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

User input malformed

See original GitHub issue

Version information:

1.0.14 HA core-2021.11.0b2

Description:

This is from console:

POST https://HOST/api/config/config_entries/options/flow/795dd180c8ba4de585a5d8ad13c29162 400
I @ styles.ts:365
(anonymous) @ styles.ts:365
callApi @ styles.ts:365
s @ ha-card.ts:5
value @ step-flow-form.ts:69
handleEvent @ styles.ts:365

This is the POST payload:

{lights: ["21"], prefer_rgb_color: false, initial_transition: 1, transition: 45, interval: 90,…}
detect_non_ha_changes: true
initial_transition: 1
interval: 90
lights: ["21"]
0: "21"
max_brightness: 100
max_color_temp: 5500
min_brightness: 1
min_color_temp: 2000
only_once: false
prefer_rgb_color: false
separate_turn_on_commands: false
sleep_brightness: 1
sleep_color_temp: 1000
sunrise_offset: 0
sunrise_time: "None"
sunset_offset: 0
sunset_time: "None"
take_over_control: true
transition: 45

Which returns:

{"message": "User input malformed"}

Hope I’ve provided enogh information, if not, please feel free to ask.

Thanks Andrea

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:33 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
basnijholtcommented, Nov 9, 2021

Great, a fix has just been merged by @bramkragten, I imagine it will make it to the next patch release.

2reactions
basnijholtcommented, Nov 7, 2021

I have looked into it, but cannot figure out what changed. Even HomeKit is generating these errors: https://community.home-assistant.io/t/homekit-error-user-input-malformed/353390

Read more comments on GitHub >

github_iconTop Results From Across the Web

HomeKit error "User input malformed" - Configuration
"User Input Malformed" error when re-configuring integrations in the front end GUI ... fgonza2: the issue, is that if a non-existing entity was...
Read more >
"User Input Malformed" error when re-configuring integrations ...
I'm experiencing the same on my integration. Removing the config entry through the UI and re-setting it up works. First time setup works....
Read more >
After updating to latest Home Assistant the HomeKit ... - Reddit
After updating to latest Home Assistant the HomeKit integration can't save: "User input malformed". Suggestions?
Read more >
Input is malformed. Reason: Could not get entity details for ...
The Pipeline executes successfully on first run. Once the ADF is refreshed it fails with below error. Input is malformed. Reason: Could not...
Read more >
HA Configuration Fails Error Message
"User input malformed: extra keys not allowed @ data['8']". My HA has just been updated to 2021.12.1. Any thoughts or help?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found