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

Error establishing connection #25

Open
cBournhonesque opened this issue Jan 17, 2023 · 2 comments
Open

Error establishing connection #25

cBournhonesque opened this issue Jan 17, 2023 · 2 comments

Comments

@cBournhonesque
Copy link

Hi, I was able to use webrtc-unreliable (via naia) to establish a webrtc connection between a local client and server.
But now it seems to not work anymore. I see this in the logs

2023-01-17T03:57:52.202243Z  WARN webrtc_unreliable_client::webrtc::crates::ice::agent::agent_gather: [controlled]: could not listen udp 26:3:70:0:3e:1:29:c1: io error: Can't assign requested address (os error 49)
2023-01-17T03:57:52.202343Z  WARN webrtc_unreliable_client::webrtc::crates::ice::agent::agent_gather: [controlled]: could not listen udp fe:80::: io error: Can't assign requested address (os error 49)
2023-01-17T03:57:52.222732Z  INFO webrtc_unreliable_client::webrtc::peer_connection: signaling state changed to stable
2023-01-17T03:57:52.222878Z  INFO webrtc_unreliable_client::webrtc::crates::ice::agent::agent_internal: [controlling]: Setting new connection state: Checking
2023-01-17T03:57:52.222981Z  WARN webrtc_unreliable_client::webrtc::crates::ice::agent::agent_internal: [controlling]: pingAllCandidates called with no candidate pairs. Connection is not possible yet.

I'm not sure how to debug this.
There is 0 code change on my part.
Potential issues:

  • i upgraded to mac os 13.1
  • there is some kind of firewall/permissions blocking the connection?
@cybersoulK
Copy link

cybersoulK commented Feb 16, 2023

i am on MacOs 13.2 and mine works fine both Locally and remote server
(i am using webrtc unreliable directly without naia)

@cybersoulK
Copy link

@cBournhonesque

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

2 participants