Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Processing Request #361

Open
canyesilyurt opened this issue Nov 12, 2024 · 1 comment
Open

Error Processing Request #361

canyesilyurt opened this issue Nov 12, 2024 · 1 comment
Assignees
Labels
triage This ticket will be looked at shortly

Comments

@canyesilyurt
Copy link

Description

Please give me example post and get request for javascript

Issue Type

Support

Operating System

Mac OS

Node Version

Other

Golang Version

None

Relevant Log Output

Error Processing Request (please open an issue https://github.com/Danny-Dasilva/CycleTLS/issues/new/choose) 



node:internal/errors:563
    ErrorCaptureStackTrace(err);
    ^

Error: kill EPERM
    at process.kill (node:internal/process/per_thread:234:13)
    at /Users/cy/Downloads/kick aio s/jsfollow/node_modules/cycletls/dist/index.js:63:25
    at new Promise (<anonymous>)
    at cleanExit (/Users/cy/Downloads/kick aio s/jsfollow/node_modules/cycletls/dist/index.js:62:19)
    at Socket.<anonymous> (/Users/cy/Downloads/kick aio s/jsfollow/node_modules/cycletls/dist/index.js:91:19)
    at Socket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:545:12)
    at readableAddChunkPushByteMode (node:internal/streams/readable:495:3)
    at Readable.push (node:internal/streams/readable:375:5)
    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
  errno: -1,
  code: 'EPERM',
  syscall: 'kill'
}
@canyesilyurt canyesilyurt added the triage This ticket will be looked at shortly label Nov 12, 2024
@BungeeDesign
Copy link

I encountered the same issue. This error occurs when there's white space in your working directory path (in your case: /kick aio s/). To fix this, move your project to a directory path without spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage This ticket will be looked at shortly
Projects
None yet
Development

No branches or pull requests

3 participants