-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeserializerException: Error parsing response body #37
Comments
Hi @Devoev , this API is about Home Automation devices. Repeater and Powerline devices are not considered. So your list of devices are empty:
This results in a DeserializerException because the devices are not optional: From my point of view this should be optional to prevent the exception because empty lists are expected behaviour. @kaklakariada I could provide a PR for this. |
@TDesjardins That would be great if you could create a PR, thanks! Please also add a test 😁 |
Add support of empty device lists fixes #37
I'm just calling the TestDriver.main() method and I'm getting a DeserializerException.
I have 2 Repeaters and 1 PowerLine connected to my network. My router is on the newest version.
Sometimes I get a SocketTimeoutException instead.
Full log:
The text was updated successfully, but these errors were encountered: