Skip to content

Port 5000 Already in Use #266

@SteveCaruso

Description

@SteveCaruso

Which version of Nextcloud are you using?

32.0.5

Which version of PHP context_chat are you using?

5.2.0

Which version of backend context_chat are you using?

5.2.0

Nextcloud deployment method?

bare-metal on Fedora

Describe the Bug

When context_chat_backend attempts to start up it appears to be hard-coded to use port 5000.

I already use port 5000 for another service.

Checking the compose.yaml file I could not find a place to re-configure this.

How can this be changed?

To Reproduce

  1. Have another service running on port 5000.
  2. Install context_chat_backend.

PHP logs (Warning these might contain sensitive information)

No response

Ex-App logs (Warning these might contain sensitive information)

Relevant bits:

INFO: Started server process [186]
INFO: Waiting for application startup.
INFO: Application startup complete.
ERROR: [Errno 98] error while attempting to bind on address ('::1', 5000, 0, 0): address already in use
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.

Server logs (if applicable)

No response

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