Folgende Error-Meldung habe ich:
javascript.0 (8965) script.js.standard.Barcode.Test1: Error: Command failed: python3 /home/iobroker/qr/qr.py Traceback (most recent call last): File "/home/iobroker/qr/qr.py", line 12, in <module> barcodes = pyzbar.decode(image) File "/usr/local/lib/python3.7/dist-packages/pyzbar/pyzbar.py", line 181, in decode pixels, width, height = _pixel_data(image) File "/usr/local/lib/python3.7/dist-packages/pyzbar/pyzbar.py", line 147, in _pixel_data pixels, width, height = image TypeError: cannot unpack non-iterable NoneType object
Obwohl das Script in der Konsole funktioniert.
Jemand eine Idee?