Hue-Debugger-UI icon indicating copy to clipboard operation
Hue-Debugger-UI copied to clipboard

Unable to delete Scenes.

Open GollyJer opened this issue 3 years ago • 5 comments

Hi, I have a bunch of Scenes, seemingly created by Google Assistant, for waking up to "sunrise". We use the GA all the time to turn on morning alarms.

However it seems they take up tons of space on the bridge because they get repeated. image

When I click on the Trash button in Debugger-UI and select OK from the confirmation the Scenes are still there. How can I permanently delete them?

Thanks!

GollyJer avatar Oct 13 '20 19:10 GollyJer

Hi @GollyJer 👋 Thanks for creating this issue.

When you look into the console in the bottom. What shows in the log after you press delete?

SimonHoiberg avatar Nov 21 '20 03:11 SimonHoiberg

I did it with one of the built in scenes, Savana Sunset, just to be sure. It also errors with this message.

error: type  2
address:  /scenes/GtIrG7Jc2ICLMsB
description:  body contains invalid json

GollyJer avatar Jan 04 '21 05:01 GollyJer

The problem is that the app is sending null as body for the request, which the Hue hub doesn't like. I was trying to fix it with a PR, but couldn't get it to build properly locally.

ghost avatar Jan 16 '21 18:01 ghost

It's not just Scenes. Seems it's the same error for trying to delete anything. Trying to delete a user from Whitelist or a Resourcelink and it's the same problem

ITensEI avatar Jan 16 '21 20:01 ITensEI

@ITensEI What I said applies to all DELETE actions. Test a MITM proxy like Proxyman and you'll see what I've been saying

ghost avatar Jan 18 '21 15:01 ghost