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

🐛 BUG: Error in ProxyController: Could not connect to InspectorProxyWorker #4580

Closed
erictoman opened this issue Dec 8, 2023 · 5 comments
Assignees
Labels
awaiting reporter response Needs clarification or followup from OP bug Something that isn't working regression Break in existing functionality as a result of a recent change start-dev-worker Relating to the startDevWorker API

Comments

@erictoman
Copy link

Which Cloudflare product(s) does this pertain to?

Wrangler core

What version(s) of the tool(s) are you using?

"wrangler": "^3.19.0"

What version of Node are you using?

20.9

What operating system are you using?

Manjaro

Describe the Bug

This happen to me on debian and arch based OS.
Error in ProxyController: Failed to send message to InspectorProxyWorker: {"type":"reloadStart"}
MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
at #assembleAndUpdateConfig (/home/eric/Documents/broken-shape-ce76/node_modules/miniflare/dist/src/index.js:8889:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Mutex.runWith (/home/eric/Documents/broken-shape-ce76/node_modules/miniflare/dist/src/index.js:3861:16) {
code: 'ERR_RUNTIME_FAILURE',
cause: undefined
}
=> Error contextual data: {
config: {
name: 'broken-shape-ce76',
script: { contents: '' },
dev: {
server: [Object],
inspector: [Object],
urlOverrides: [Object],
liveReload: false
}
},
bundle: undefined
}

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

No response

@erictoman erictoman added the bug Something that isn't working label Dec 8, 2023
@github-project-automation github-project-automation bot moved this to Untriaged in workers-sdk Dec 8, 2023
@mattallty
Copy link

Same error here, same trace. Rolling back to 3.18.0 fixes the issue.
MacOS Sonoma 14.1, node v20.9.0

@mrbbot
Copy link
Contributor

mrbbot commented Dec 11, 2023

Hey! 👋 Would you be able to provide a minimal reproduction for this issue? Without that, it's unlikely we'll be able to solve this issue.

@mrbbot mrbbot added needs reproduction Needs reproduction from OP waal start-dev-worker Relating to the startDevWorker API and removed waal labels Dec 11, 2023
@coderovich
Copy link

coderovich commented Dec 19, 2023

faced with the same issue. Vagrant, Debian 12. NodeJS 20.10. Wrangler > 3.18.0 (3.19, 3.20, 3.21)
"Hello World" template.

When i'm trying to set up specific port:
$: wrangler dev --ip=192.168.83.140 --log-level=debug

getting

Error in ProxyController: Could not connect to InspectorProxyWorker
 SyntaxError: Unexpected end of JSON input

P.S. $: wrangler dev without --ip works properly

@lrapoport-cf lrapoport-cf added awaiting Cloudflare response Awaiting response from workers-sdk maintainer team and removed needs reproduction Needs reproduction from OP labels Jan 2, 2024
@lrapoport-cf lrapoport-cf moved this from Untriaged to Backlog in workers-sdk Jan 2, 2024
@lrapoport-cf lrapoport-cf removed the awaiting Cloudflare response Awaiting response from workers-sdk maintainer team label Jan 8, 2024
@lrapoport-cf lrapoport-cf added the regression Break in existing functionality as a result of a recent change label Jan 22, 2024
@lrapoport-cf
Copy link
Contributor

hi @coderovich :) it looks like the error you're seeing is different than what's reported in this issue. are you still encountering this? if so, could you please file a separate issue for it so we can track it appropriately?

@erictoman can you please provide a minimal repro?

@lrapoport-cf lrapoport-cf added the awaiting reporter response Needs clarification or followup from OP label Jan 29, 2024
@lrapoport-cf
Copy link
Contributor

hi @erictoman :) we haven't heard from you in a while, so we’re going to close this issue for now, but if this is still a problem, please feel free to open a new issue referencing this one. please be sure to include an updated summary and any additional requested details, followup, or context and we will revisit and investigate further. thanks!

@github-project-automation github-project-automation bot moved this from Backlog to Done in workers-sdk Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reporter response Needs clarification or followup from OP bug Something that isn't working regression Break in existing functionality as a result of a recent change start-dev-worker Relating to the startDevWorker API
Projects
None yet
Development

No branches or pull requests

6 participants