root@duifje ~/Frog-With-A-Knife (main) [1]# deno run prod
Task prod deno run -A src/index.ts
.env values:
CLIENTID: "13639.............."
TOKEN: "MTM2M..................................................................."
LASTFM_KEY: "1b7bc..........................."
DATABASE_PATH: "./daa............"
error: Uncaught (in promise) Error: Failed to load SQLite3 Dynamic Library
throw new Error("Failed to load SQLite3 Dynamic Library", { cause: e });
^
at https://jsr.io/@db/sqlite/0.13.0/src/ffi.ts:642:9
at eventLoopTick (ext:core/01_core.js:178:7)
Caused by: Error: Could not open library: Could not open library: Error loading shared library ld-linux-aarch64.so.1: No such file or directory (needed by /root/.cache/deno/plug/https/github.com/f8de2d464202a2916cb5fb2ee8af20d23474ae12877f2cd4041a3f4452a3429e.so)
at new DynamicLibrary (ext:deno_ffi/00_ffi.js:456:42)
at Object.dlopen (ext:deno_ffi/00_ffi.js:562:10)
at dlopen (https://jsr.io/@denosaurs/plug/1.1.0/mod.ts:158:15)
at eventLoopTick (ext:core/01_core.js:178:7)
at async https://jsr.io/@db/sqlite/0.13.0/src/ffi.ts:625:7
root@duifje ~/Frog-With-A-Knife (main) [1]#
root@duifje ~/Frog-With-A-Knife (main) [1]# deno run prod
Task prod deno run -A src/index.ts
.env values:
CLIENTID: "13639.............."
TOKEN: "MTM2M..................................................................."
LASTFM_KEY: "1b7bc..........................."
DATABASE_PATH: "./daa............"
error: Uncaught (in promise) Error: Failed to load SQLite3 Dynamic Library
throw new Error("Failed to load SQLite3 Dynamic Library", { cause: e });
^
at https://jsr.io/@db/sqlite/0.13.0/src/ffi.ts:642:9
at eventLoopTick (ext:core/01_core.js:178:7)
Caused by: Error: Could not open library: Could not open library: Error loading shared library ld-linux-aarch64.so.1: No such file or directory (needed by /root/.cache/deno/plug/https/github.com/f8de2d464202a2916cb5fb2ee8af20d23474ae12877f2cd4041a3f4452a3429e.so)
at new DynamicLibrary (ext:deno_ffi/00_ffi.js:456:42)
at Object.dlopen (ext:deno_ffi/00_ffi.js:562:10)
at dlopen (https://jsr.io/@denosaurs/plug/1.1.0/mod.ts:158:15)
at eventLoopTick (ext:core/01_core.js:178:7)
at async https://jsr.io/@db/sqlite/0.13.0/src/ffi.ts:625:7
root@duifje ~/Frog-With-A-Knife (main) [1]#