iobroker-community-adapters/ioBroker.unifi-protect

No response from Adapter while trying to get Thubnail or Snaptshot

jkl2e opened this issue · 1 comments

jkl2e commented

Describe the bug
sendTo('unifi-protect.0', 'getThumbnail', { "thumbnail": thumb, "path": path }, function (res) {
console.log("got the response");
sendImage(path);
});

response functions gets never called...
doesn't work for thumbnail or snapshots

To Reproduce
Steps to reproduce the behavior:
Excute code frome above

Expected behavior
response functions gets called and the image is saved at the given path

Screenshots & Logfiles
Bildschirm­foto 2022-11-02 um 10 56 42

Versions:

  • Adapter version: 0.0.12
  • JS-Controller version: 4.0.23
  • Node version: v14.20.0
  • Operating system: debian 10 (buster)

Additional context
Add any other context about the problem here.

jkl2e commented

path was not exiting on the OS after update