Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash trying to process Jpeg2000 #139

Open
96NekoRS opened this issue May 16, 2024 · 1 comment
Open

Crash trying to process Jpeg2000 #139

96NekoRS opened this issue May 16, 2024 · 1 comment

Comments

@96NekoRS
Copy link

96NekoRS commented May 16, 2024

C:\Users\mariu\AppData\Local\Temp\caxa\home-gallery\1.15.0\home-gallery\node_modules\exiftool-vendored\dist\ExifToolTask.js:54
            throw new Error(buf.toString());
            ^

Error: Can't locate Image/ExifTool/Jpeg2000.pm in @INC (you may need to install the Image::ExifTool::Jpeg2000 module) (@INC contains: C:\Users\mariu\AppData\Local\Temp\caxa\home-gallery\1.15.0\home-gallery\node_modules\exiftool-vendored.exe\bin\exiftool_files/lib C:/Users/mariu/AppData/Local/Temp/caxa/home-gallery/1.15.0/home-gallery/node_modules/exiftool-vendored.exe/bin/exiftool_files/lib) at (eval 15) line 1.
Can't find table Image::ExifTool::Jpeg2000::Main

    at ReadTask.onStderr (C:\Users\mariu\AppData\Local\Temp\caxa\home-gallery\1.15.0\home-gallery\node_modules\exiftool-vendored\dist\ExifToolTask.js:54:19)
    at BatchProcess._BatchProcess_onStderr (C:\Users\mariu\AppData\Local\Temp\caxa\home-gallery\1.15.0\home-gallery\node_modules\batch-cluster\dist\BatchProcess.js:458:14)
    at Socket.<anonymous> (C:\Users\mariu\AppData\Local\Temp\caxa\home-gallery\1.15.0\home-gallery\node_modules\batch-cluster\dist\BatchProcess.js:96:123)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:376:12)
    at readableAddChunk (node:internal/streams/readable:349:9)
    at Readable.push (node:internal/streams/readable:286:10)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)

Node.js v20.9.0
Error: [object Object]
@xemle
Copy link
Owner

xemle commented May 16, 2024

Due to the minimal binary bundle via npm module caxa and the automatic cleanup of temporary files in windows, files will be deleted by windows and break the software.

You can try to use the tar ball bundle, extract it and call node and the gallery.js entry file manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants