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

eaddrinuse error when docker run #30

Open
Effeo opened this issue Sep 5, 2024 · 0 comments
Open

eaddrinuse error when docker run #30

Effeo opened this issue Sep 5, 2024 · 0 comments

Comments

@Effeo
Copy link

Effeo commented Sep 5, 2024

i'm trying to start the container but i have this error

10:07:55.247 [error] Cannot start listener:
** IP: 0.0.0.0
** PortRage: 50000-50025
** Transport: tcp
** Options: [
use_turn: true,
auth_fun: #Function<0.29886138/2 in :turn_starter.start/2>,
auth_realm: 'turn.stun.localhost',
turn_ipv4_address: {0, 0, 0, 0},
mock_turn_ipv4_address: {127, 0, 0, 1},
turn_min_port: 50026,
turn_max_port: 50050,
parent: :undefined,
parent_resolver: &Membrane.ICE.CandidatePortAssigner.get_candidate_port_owner/1,
certfile: :undefined
]
** Reason: {:error, :eaddrinuse}
10:07:55.247 [error] GenServer Membrane.ICE.TURNManager terminating
** (MatchError) no match of right hand side value: {:error, :eaddrinuse}

i have a coturn server on. When i try to run this command docker run --network=host --env-file .env -e INTEGRATED_TURN_IP="127.0.0.1" free4chat:latest i get the error.

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