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

Cannot delete Toniebox #174

Open
righter83 opened this issue Nov 7, 2024 · 2 comments
Open

Cannot delete Toniebox #174

righter83 opened this issue Nov 7, 2024 · 2 comments
Labels
bug Something isn't working fixed in develop

Comments

@righter83
Copy link

Docker with Version 0.6.2

Error in Web UI: Löschvorgang fehlgeschlagen

Nothing special in Docker Logs:
WARN |platform_linux.c:0292:socketReceive| buffer does not contain null terminator INFO |handler_api.c:0501:handleApiSettingsSet| Setting: 'removeOverlay' to ''

@henryk86
Copy link
Collaborator

henryk86 commented Nov 7, 2024

@SciLor : this seems to be a backend problem as the gui works fine and the api call returns no value (i expect OK) and the box is still there...

image

@henryk86 henryk86 added the bug Something isn't working label Nov 7, 2024
@SciLor
Copy link
Contributor

SciLor commented Nov 9, 2024

handler_api.c:0501:handleApiSettingsSet| Setting: 'removeOverlay' to '' indicates the wrong api endpoint is used

/api/settings/removeOverlay is right, but /api/settings/set/removeOverlay?overlay=XX is used

@SciLor SciLor transferred this issue from toniebox-reverse-engineering/teddycloud Nov 9, 2024
henryk86 added a commit to henryk86/teddycloud_web that referenced this issue Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in develop
Projects
None yet
Development

No branches or pull requests

3 participants