-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
After running npm run build and then node build, I encounter an internal server error (500) due to a missing file. The error message indicates that the file /app/build/server/llama/binariesGithubRelease.json cannot be found.
Context
Logs
{"level":50,"time":1744627276526,"pid":871547,"hostname":"devserver","locals":{"sessionId":"02bc8501179756c0f2526e17d0f426af539c41df1a8b1eeb7df2e5793ce8eefe"},"url":"https://***/","params":{},"request":{},"message":"Internal Error","error":{"errno":-2,"code":"ENOENT","syscall":"open","path":"/app/build/server/llama/binariesGithubRelease.json"},"errorId":"8cc23c3a-4ad2-4e04-8364-bdb80c5fda99","status":500,"stack":"Error: ENOENT: no such file or directory, open '/app/build/server/llama/binariesGithubRelease.json'"}
Notes
I am using a proxy environment.
This issue seems to be related to node-llama-cpp.
The file binariesGithubRelease.json is expected to be present in the specified path but is not found.
Faugermire
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working