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 Report β€” failed: connect(): Cannot assign requested address; address = [::1]:44563 #3232

Open
AggressivelyMeows opened this issue Dec 11, 2024 · 0 comments

Comments

@AggressivelyMeows
Copy link

This bug is preventing me from being able to send multiple requests to a wrangler dev instance. The first one goes through fine, but any further requests are blocked by this error.

Along with this bug, the workerd process will be stuck using all of the CPU avalible.
image

Heres some logs in case these are useful:

workerd/jsg/util.c++:274: error: e = kj/async-io-unix.c++:1510: failed: connect(): Cannot assign
  requested address; address = [::1]:44563
  stack:
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d9f673
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d9c6f5
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d9cf60
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d9d750
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@21e5345
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d90b00
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d925e0
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@34b764c
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@34b7aa4
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d794a0
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@4d854c0
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@21c1230
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@21cbea0
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2a35390
  /home/codespace/.npm/_npx/dbdf2178844b3cf0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@29380d0;
  sentryErrorContext = jsgInternalError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant