Skip to content

Error with screen capture on deploy #61

@alykat

Description

@alykat

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions