Skip to content

ENOENT: No such file or directory, open 'binariesGithubRelease.json' #1796

@calycekr

Description

@calycekr

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions