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

SyntaxError: Unexpected end of JSON input in HttpCommandDispatcher on repeater removal #60

Closed
pmstss opened this issue May 4, 2022 · 0 comments · Fixed by #61
Closed
Assignees
Labels
Type: bug Something isn't working

Comments

@pmstss
Copy link
Contributor

pmstss commented May 4, 2022

SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at Object.transformResponse (node_modules\axios\lib\defaults\index.js:86:21)
    at transform (node_modules\axios\lib\core\transformData.js:18:15)
    at Object.forEach (node_modules\axios\lib\utils.js:245:10)
    at Object.transformData (node_modules\axios\lib\core\transformData.js:17:9)
    at onAdapterResolution (node_modules\axios\lib\core\dispatchRequest.js:62:35)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at ExponentialBackoffRetryStrategy.acquire (packages\bus\src\retry-strategies\ExponentialBackoffRetryStrategy.ts:32:17)
    at HttpCommandDispatcher.execute (packages\bus\src\dispatchers\HttpCommandDispatcher.ts:28:22)                         
    at DefaultScans.stopScan (packages\scan\src\DefaultScans.ts:29:5)
    at SecScan.run (packages\runner\src\lib\SecScan.ts:39:7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant