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

Weird error after starting up #439

Open
Kayxue opened this issue Dec 12, 2024 · 0 comments
Open

Weird error after starting up #439

Kayxue opened this issue Dec 12, 2024 · 0 comments

Comments

@Kayxue
Copy link

Kayxue commented Dec 12, 2024

I have a project which can run with no error locally, but after I built the project to docker image, created container with the image and run it with docker on my computer, it run out with following error:

Downloading https://github.com/felix-schindler/deno-argon2/releases/download/v2.0.2/libdeno_argon2.so
2024-12-12 16:25:58 error: Uncaught (in promise) Error: Could not open library: Could not open library: /deno-dir/plug/https/github.com/901e77fb36a064d7e5d8cfea1f471efd18d8302970caec522cb2c388e33fbf4b.so: cannot open shared object file: No such file or directory
2024-12-12 16:25:58   return Deno.dlopen<S>(await download(options), symbols as any);
2024-12-12 16:25:58               ^
2024-12-12 16:25:58     at new DynamicLibrary (ext:deno_ffi/00_ffi.js:456:42)
2024-12-12 16:25:58     at Object.dlopen (ext:deno_ffi/00_ffi.js:562:10)
2024-12-12 16:25:58     at dlopen (https://jsr.io/@denosaurs/plug/1.0.6/mod.ts:158:15)
2024-12-12 16:25:58     at eventLoopTick (ext:core/01_core.js:175:7)
2024-12-12 16:25:58     at async https://jsr.io/@felix/argon2/2.0.2/lib/internal.ts:61:13

Already tried using image denoland/deno:alpine and denoland/deno:latest to build, but when the container start up, all end up with error above.

@Kayxue Kayxue changed the title Weird error when downloading modules Weird error after starting up Dec 12, 2024
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

1 participant