Closed habetuz closed 3 years ago
I think that should be device-type
, not device_type
. I'll look into why it's not providing you a more informational error message in this case.
Oh, what a silly mistake!
Nevertheless it's kind of annoying that the engine expects device-type
and not device_type
, because I write in c# where you are not allowed to have identifiers with a "-".
It would be easy to just change all underscores to "-" but unfortunately min_value
, max_value
, icon_id
etc. require underscores.
Nonetheless, thank you for the fast response!
Hello, my goal is to make a full keyboard effect. I followed the Documentation. My binding request looks the following:
The server responses the following:
Status: InternalServerError | Content: {"error": {"message": "Something bad happened"}}
Any help on how to fix this error is welcome!