You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: