Skip to content

[WebInterface] /grab command is broken #23

@shaxxx

Description

@shaxxx

DISCLAIMER: My dreambox is old and cannot run new webinterface, so there is no way to test this. I'm reporting this based on a code review and user experiences.

In a recent PR a34f4b2 /grab command was renamed with /screenshot (and some parameters changed).
My python is weak but as far I can see you did keep loadCompat overload available but this is never called in current implementation (default handler calls 'load'), and /grab controller is no longer working.
Please, do correct me if I'm wrong. Like I said, I'm reporting because users of my mobile app cannot use Screenshot command anymore on new Dreambox 900 UHD. You can see command here

https://github.com/shaxxx/EnigmaWeb.Dart/blob/9e7590c06bf72ea06015db63540ff763693ea882/lib/src/commands/screenshot_command.dart#L31

Same thing is used in webbouqueteditor plugin in this repository.

buffer.src = '/grab?format=jpg&r=720&' + what + '&filename=/tmp/' + downloadStart;

Now, can you please make /grab command available again?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions