Open nunnsby opened 8 months ago
I have a similar issue/error.
I solved it by manually adding a default.jpg
file
looking at your DOCKER-COMPOSE CONFIG, I think you should add a folder: /mnt/_data/_docker/scanserv/preview/
and in that folder put any image named default.jpg: /mnt/_data/_docker/scanserv/preview/default.jpg
(as for the actual bug - maybe #700 solves this?)
Docker Conatiner image
Error Message:
Assumption: Scan pipeline does not complete when using the web server. The scanner scans the image to a temp tiff file ('~tmp-scan-0-0001.tif') in the temp folder, but then gives the ENOENT error. It recognises my scanner, and the features and capabilities, but does not complete the process. The scanned .tif file is correct. I think there is a file or folder mapping issue somewhere.
Printer is a Samsung M2040, mapped via saned over the network, to a raspberry pi, where it is connected via USB. I am using a xerox driver on the pi, as that is the one that works.
I can connect to saned over the network via a Windows machine and all works fine.
DOCKER-COMPOSE CONFIG:
ADDITONAL LOGS ... redacted in areas for simplicity