Danny-Dasilva / CycleTLS

Spoof TLS/JA3 fingerprints in GO and Javascript
GNU General Public License v3.0
823 stars 163 forks source link

Error if the path contains a space #296

Open liteCarma opened 6 months ago

liteCarma commented 6 months ago

Description

If the path to the working directory contains a space (e:\work\node projects...), an error occurs

Windows 11 Node v18.16.0 Golang v18.16.0

Issue Type

Bug

Operating System

Windows 10

Node Version

Other

Golang Version

Other

Relevant Log Output

Error Processing Request (please open an issue https://github.com/Danny-Dasilva/CycleTLS/issues/new/choose) -> 'E:\Work\Node' is not recognized as an internal or external command,
operable program or batch file.

Error: Command failed: taskkill /pid 22356 /T /F
ERROR: The process "22356" not found.

    at ChildProcess.exithandler (node:child_process:419:12)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1091:16)
    at ChildProcess._handle.onexit (node:internal/child_process:302:5) {
  code: 128,
  killed: false,
  signal: null,
  cmd: 'taskkill /pid 22356 /T /F'
}
EdamAme-x commented 6 months ago

I'm in the same situation.

Node.js v21.1.0

EdamAme-x commented 6 months ago

I don't have Space, but I get an error : (

Error Processing Request (please open an issue https://github.com/Danny-Dasilva/CycleTLS/issues/new/choose) -> 'C:\Users\edame\Dropbox\WorkSpace\discord-nuker-frontend\.next\server\vendor-chunks\index.exe' �́A�����R�}���h�܂��͊O���R�}���h�A       
����\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B

Error: Command failed: taskkill /pid 49472 /T /F
�G���[: �v���Z�X "49472" ��������܂���ł����B

    at ChildProcess.exithandler (node:child_process:422:12)
    at ChildProcess.emit (node:events:515:28)
    at maybeClose (node:internal/child_process:1105:16)
    at ChildProcess._handle.onexit (node:internal/child_process:305:5)
    at Process.callbackTrampoline (node:internal/async_hooks:130:17) {
  code: 128,
  killed: false,
  signal: null,
  cmd: 'taskkill /pid 49472 /T /F'
}