Skip to content

Error in starting pixie: Error: listen EADDRINUSE: address already in use :::8085 #15

@valduze

Description

@valduze

Good day,
After login and trying to start pixie, it complains about :Error: listen EADDRINUSE: address already in use :::8085
I am sure nothing is running on that port, as I double checked with: sudo lsof -i :8085
I am running on Node.js v20.2.0 on my Macbook: Sonoma version 14.0. and I have tried this on my Ubuntu 20.04 server with Node.js v20.8.1 and my Macbook: Sonoma version 14.0. More errors:

gpt-console>login

      If login not opened automatically:
      Copy paste this link in the browser https://agent.gptconsole.ai/auth/login-page?logintype=gptconsole


gpt-console>start pixie "create a landing page for my budget website"

      If login not opened automatically:
      Copy paste this link in the browser https://agent.gptconsole.ai/auth/login-page?logintype=gptconsole

node:events:489
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE: address already in use :::8085
    at Server.setupListenHandle [as _listen2] (node:net:1823:16)
    at listenInCluster (node:net:1871:12)
    at Server.listen (node:net:1959:7)
    at /Users/myuser/.config/yarn/global/node_modules/gpt-console/cli.min.js:2:23431
    at new Promise (<anonymous>)
    at messageAndOpenLogin$1 (/Users/myuser/.config/yarn/global/node_modules/gpt-console/cli.min.js:2:22075)
    at gptCli.<computed> [as eval] (/Users/myuser/.config/yarn/global/node_modules/gpt-console/cli.min.js:146:26929)
    at REPLServer.onLine (node:repl:900:10)
    at REPLServer.emit (node:events:511:28)
    at REPLServer.emit (node:domain:489:12)
    at [_onLine] [as _onLine] (node:internal/readline/interface:415:12)
    at [_line] [as _line] (node:internal/readline/interface:886:18)
    at [_ttyWrite] [as _ttyWrite] (node:internal/readline/interface:1264:22)
    at REPLServer.self._ttyWrite (node:repl:995:9)
    at ReadStream.onkeypress (node:internal/readline/interface:263:20)
    at ReadStream.emit (node:events:511:28)
Emitted 'error' event on Server instance at:
    at emitErrorNT (node:net:1850:8)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'EADDRINUSE',
  errno: -48,
  syscall: 'listen',
  address: '::',
  port: 8085
}
Node.js v20.2.0

Thanks,
Jongi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions