fabianonline/OctoPrint-Telegram

Not receiving status message

Myzhar opened this issue · 2 comments

With the latest version I'm not receiving the status message. I receive all the notifications, but not this.

What info do you need to detect the cause of the problem?

gslav commented

I guess this line is cause of problem.
Need to change "URL" to "snapshot"

    self._logger.debug(
        "multicam profile:  " + str(li)
    )
    snapshot_url = li.get("snapshot")
    self._logger.debug(
        "multicam url :  " + str(snapshot_url)
    )

I guess this line is cause of problem. Need to change "URL" to "snapshot"

    self._logger.debug(
        "multicam profile:  " + str(li)
    )
    snapshot_url = li.get("snapshot")
    self._logger.debug(
        "multicam url :  " + str(snapshot_url)
    )

I tried with this (and of course restarted thw whole thing) but nothing changed, I still can't receive status updates unless I manually ask for them