ChartjsNodeCanvas icon indicating copy to clipboard operation
ChartjsNodeCanvas copied to clipboard

Error: The specified procedure could not be found.

Open ChopChoP534 opened this issue 1 year ago • 1 comments

Describe the bug Getting the following error when trying to generate a graph of prices.

Versions

  • NodeJS version: 16.20.2
  • Chart.JS version: 3.5.1
\\?\D:\Projects\CoinGecko-PriceBot\node_modules\canvas\build\Release\canvas.node
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1282:18)
    at Module.load (node:internal/modules/cjs/loader:1076:32)
    at Function.Module._load (node:internal/modules/cjs/loader:911:12)
    at Module.require (node:internal/modules/cjs/loader:1100:19)
    at require (node:internal/modules/cjs/helpers:119:18)
    at Object.<anonymous> (D:\Projects\CoinGecko-PriceBot\node_modules\canvas\lib\bindings.js:3:18)        
    at Module._compile (node:internal/modules/cjs/loader:1198:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
    at Module.load (node:internal/modules/cjs/loader:1076:32)
    at Function.Module._load (node:internal/modules/cjs/loader:911:12) {
  code: 'ERR_DLOPEN_FAILED'
}


ChopChoP534 avatar Sep 04 '23 14:09 ChopChoP534

Same issue, I will let you know if I figure anything out. For now I am looking for alternatives because I can not get this figure out.

SawkaDev avatar Nov 09 '23 20:11 SawkaDev