-
Notifications
You must be signed in to change notification settings - Fork 39
Update schedule failing because parameter, autodelete, not available #36
Comments
Which SDK version are you using ? |
Sorry for the late response, but the error didn't come up again and I wanted to waited if it was just coincidence. I'm using the current SKD Version 1.21.0. |
The logs are written to the storage location you set initially on configuring the SDK. |
I have checked that and still cant find them on the device. |
You could also use the normal logger, which logs to console. If you attach your phone to the PC you should be able to get the logging already from Android Studio. |
Lately my app, that updates schedule, stopped working because of this error:
Clip Error: /schedules/[number]/autodelete - ID - type PARAMETER_NOT_AVAILABLE, parameter, autodelete, not available.
The app worked just fine about a week ago. There seems to be an incompatibility between the current hue software and this SDK.
I never set autodelete on any of my schedules. It seems to be set lately by default. I also tried setting it to true, false and null. Nothing works. It also doesn't matter whether I try to update a custom schedule created by my app or one created with the standard hue app.
Thanks for any advice for a workaround or even better a fix on that in the SDK.
The text was updated successfully, but these errors were encountered: