calpheonjs icon indicating copy to clipboard operation
calpheonjs copied to clipboard

Cannot find module ./query

Open Ayeven opened this issue 3 years ago • 4 comments

`[2020-11-29 16:17:35]: CMD [CMD] Bot Owner Ayeven (273097175452614666) ran command calpheon [2020-11-29 16:17:35]: ERROR Unhandled rejection: Error: Cannot find module './query' Require stack:

  • /home/runner/ayevenbot/node_modules/calpheonjs/dist/index.js
  • /home/runner/ayevenbot/commands/calpheon.js
  • /home/runner/ayevenbot/modules/functions.js
  • /home/runner/ayevenbot/index.js Error: Cannot find module './query' Require stack:
  • /home/runner/ayevenbot/node_modules/calpheonjs/dist/index.js
  • /home/runner/ayevenbot/commands/calpheon.js
  • /home/runner/ayevenbot/modules/functions.js
  • /home/runner/ayevenbot/index.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15) at Function.Module._load (internal/modules/cjs/loader.js:841:27) at Module.require (internal/modules/cjs/loader.js:1025:19) at require (internal/modules/cjs/helpers.js:72:18) at Object. (/home/runner/ayevenbot/node_modules/calpheonjs/dist/index.js:14:14) at Module._compile (internal/modules/cjs/loader.js:1137:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10) at Module.load (internal/modules/cjs/loader.js:985:32) at Function.Module._load (internal/modules/cjs/loader.js:878:14) at Module.require (internal/modules/cjs/loader.js:1025:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/home/runner/ayevenbot/node_modules/calpheonjs/dist/index.js', '/home/runner/ayevenbot/commands/calpheon.js', '/home/runner/ayevenbot/modules/functions.js', '/home/runner/ayevenbot/index.js' ] }` I'm not sure if this only happen if you using it on repl.it. I have not tested on development platform/own pc. I have not tried to manually upload the necessary folder to my repl.it project either. I have tried the older bdo-scrapper and it working on my repl.it

Ayeven avatar Nov 29 '20 08:11 Ayeven