theo-bnts / custom-maker-discord-bot

Custom Maker is a certified bot for Discord that aims to aggregate all the data that can be obtained through the APIs related to Fortnite.
7 stars 2 forks source link

Replay command broken #3

Open ghost opened 3 years ago

ghost commented 3 years ago

Getting err:

node:events:371
      throw er; // Unhandled 'error' event
      ^

Error: spawn NodeReplayBindings-win.exe ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
    at onErrorNT (node:internal/child_process:477:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on ChildProcess instance at:
    at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
    at onErrorNT (node:internal/child_process:477:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn NodeReplayBindings-win.exe',
  path: 'NodeReplayBindings-win.exe',
  spawnargs: [
    'C:\\Users\\a_dep\\Documents\\GitHub\\custom-maker\\source\\assets\\temp\\1629904465851.replay',
    'Full'
  ]
}

Replay command is a priority?

theo-bnts commented 3 years ago

You should create a folder with this path : source/assets/temp

theo-bnts commented 3 years ago

Replay command is a priority? Yes and no, the command is currently broken and unusable but this has been the case for some time ...