canvacord icon indicating copy to clipboard operation
canvacord copied to clipboard

ERR_DLOPEN_FAILED err

Open slimeblob opened this issue 1 year ago • 4 comments

I keep having the "ERR_DLOPEN_FAILED". I don't know what's the problem lol, My bot runs perfectly fine on replit but it doesn't on vscode.

slimeblob avatar Aug 22 '22 09:08 slimeblob

@slimeblob could you provide more info on this? Like the error stacktrace, canvacord version, nodejs version, your os version etc?

twlite avatar Aug 22 '22 09:08 twlite

Hello! Thank you for reaching back so fast.

My current node version is 16.17.0, My current canvacord version id ^5.4.6 and my OS version is currently 10.

To be honest, I am just using node's zip and just extracted them (Click here to see zip)

slimeblob avatar Aug 22 '22 09:08 slimeblob

@slimeblob could you provide me the error stacktrace as well? Also, could you try reinstalling your node modules?

twlite avatar Aug 22 '22 09:08 twlite

I have tried re-installing my node modules but still nothing, Here is the error stacktrace:

C:\Users\princ\OneDrive\Desktop\Coding\node_modules\@napi-rs\canvas\js-binding.js:193
    throw loadError
    ^

Error: The specified module could not be found.
\\?\C:\Users\princ\OneDrive\Desktop\Coding\node_modules\@napi-rs\canvas-win32-x64-msvc\skia.win32-x64-msvc.node
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1210:18)
    at Module.load (node:internal/modules/cjs/loader:1004:32)
    at Function.Module._load (node:internal/modules/cjs/loader:839:12)
    at Module.require (node:internal/modules/cjs/loader:1028:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (C:\Users\princ\OneDrive\Desktop\Coding\node_modules\@napi-rs\canvas\js-binding.js:36:29)
    at Module._compile (node:internal/modules/cjs/loader:1126:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
    at Module.load (node:internal/modules/cjs/loader:1004:32)
    at Function.Module._load (node:internal/modules/cjs/loader:839:12) {
  code: 'ERR_DLOPEN_FAILED'
}

slimeblob avatar Aug 22 '22 09:08 slimeblob