Error 400 in log #211
-
Beta Was this translation helpful? Give feedback.
Answered by
Meatballs1
Jul 21, 2025
Replies: 1 comment
-
There are a number of different Auth mechanisms between different versions of the devices,. We don't replicate this accurately yet so quite often try and call a function that doesn't exist on some devices. So we tend to get an error returned. We don't really filter any output from the device so this error comes through but can be ignored in most cases. It can be handy to check the error if you are trying to send commands to the device and it's not working for some reason, so its left in for debugging. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
krusta4711
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a number of different Auth mechanisms between different versions of the devices,. We don't replicate this accurately yet so quite often try and call a function that doesn't exist on some devices. So we tend to get an error returned. We don't really filter any output from the device so this error comes through but can be ignored in most cases.
It can be handy to check the error if you are trying to send commands to the device and it's not working for some reason, so its left in for debugging.