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 with screen capture on deploy #61

Open
alykat opened this issue Jan 5, 2023 · 2 comments
Open

Error with screen capture on deploy #61

alykat opened this issue Jan 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@alykat
Copy link
Member

alykat commented Jan 5, 2023

Putting this down to investigate later. I'm on a fresh computer, with a fresh install of dgnext, and I'm seeing the following error on deploy once it gets to the screen capture step:

Trying capture...
Error: connect ECONNREFUSED ::1:56912
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1471:16) {
  errno: -61,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '::1',
  port: 56912
}

(The particular port will vary.)

After a long delay, it'll eventually fail and move on to to the rest of the deployment.

Things I have checked:

  • Doesn't seem to matter if I'm running dgnext on port 8000 or on another port (I usually use 7878)
  • Doesn't seem to matter if I'm running another interactive template project (on a different port)
@alykat alykat added the bug Something isn't working label Jan 5, 2023
@thomaswilburn
Copy link
Contributor

I had a similar issue, I think, and this change fixed it for me. Chalkbeat@0d45709

alykat added a commit that referenced this issue Jan 5, 2023
@alykat
Copy link
Member Author

alykat commented Jan 5, 2023

@thomaswilburn Thanks for sharing this! (Note to self: Always remember to check the Chalkbeat commit log when running into issues. And generally catch up with y'all's updates.) Two of us on the team are still getting the error even with the fix, so we'll need to do more investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants