Error while saving base64 event
In the logs of icat+
2024-01-18T09:22:26.704Z [info]: createfrombase64ByInvestigationName
investigationName : hc5464
instrumentName : id15b
[...]
2024-01-18T09:22:26.759Z [debug]: Using temporal folder
path : /tmp
2024-01-18T09:22:26.760Z [info]: Creating temporal file
filePath : /tmp/Thu Jan 18 2024 10:22:26 GMT+0100_camera.png
2024-01-18T09:22:26.761Z [debug]: Creating temporal file with base64
temporalFilePath : /tmp/Thu Jan 18 2024 10:22:26 GMT+0100_camera.png
2024-01-18T09:22:26.761Z [debug]: Reading temporal file
path : /tmp/Thu Jan 18 2024 10:22:26 GMT+0100_camera.png
2024-01-18T09:22:26.761Z [debug]: File is read
path : /tmp/Thu Jan 18 2024 10:22:26 GMT+0100_camera.png
events.js:200
throw er; // Unhandled 'error' event
^
Error: ENOENT: no such file or directory, open '/tmp/Thu Jan 18 2024 10:22:26 GMT+0100_camera.png'
Emitted 'error' event on ReadStream instance at:
at internal/fs/streams.js:120:12
at FSReqCallback.oncomplete (fs.js:146:23) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/tmp/Thu Jan 18 2024 10:22:26 GMT+0100_camera.png'
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! icat-plus@1.0.0 start: `node server.js`
npm ERR! Exit status 1