Skip to content
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

Unable to delete Scenes. #14

Open
GollyJer opened this issue Oct 13, 2020 · 5 comments
Open

Unable to delete Scenes. #14

GollyJer opened this issue Oct 13, 2020 · 5 comments

Comments

@GollyJer
Copy link

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!

@SimonHoiberg
Copy link
Owner

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?

@GollyJer
Copy link
Author

GollyJer commented Jan 4, 2021

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

@ghost
Copy link

ghost commented Jan 16, 2021

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.

@ITensEI
Copy link

ITensEI commented Jan 16, 2021

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

@ghost
Copy link

ghost commented Jan 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants