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

I can't find a server when playing with WebGL build in V13 #3

Open
sseiichi opened this issue Mar 15, 2023 · 7 comments
Open

I can't find a server when playing with WebGL build in V13 #3

sseiichi opened this issue Mar 15, 2023 · 7 comments
Labels
bug Something isn't working

Comments

@sseiichi
Copy link

Hi,

I tried V13 and I found I can't find a server when playing with WebGL build via SimpleWebTransport in V13 release.
I can find a server with Windows build and Unity's play mode via SimpleWebTransport.
I used LRM-Node.zip of V13 release as a relay server.

@sseiichi
Copy link
Author

With revision 9b7c45b, I can find a server when playing with WebGL.

@Speidy674
Copy link
Owner

when I make a test build. whit SimpleWebTransport it works. can give a little more info so we can find out what the problem is. did you try to test another appid setting in the other tab?

@sseiichi
Copy link
Author

I used LRMTestScene for test and appid is 1.

Here are screenshots.
rapture_20230316205303
rapture_20230316205314
rapture_20230316205324
rapture_20230316205337
rapture_20230316210947

rapture_20230316205554

rapture_20230316210527

LRM-Node's config.json

{
  "TransportClass": "MultiCompiled.KcpWebCombined",
  "AuthenticationKey": "Secret Auth Key",
  "TransportPort": 7777,
  "UpdateLoopTime": 10,
  "UpdateHeartbeatInterval": 100,
  "RandomlyGeneratedIDLength": 5,
  "UseEndpoint": true,
  "EndpointPort": 8080,
  "EndpointServerList": true,
  "EnableNATPunchtroughServer": true,
  "NATPunchtroughPort": 7776,
  "UseLoadBalancer": false,
  "LoadBalancerAuthKey": "AuthKey",
  "LoadBalancerAddress": "127.0.0.1",
  "LoadBalancerPort": 7070,
  "LoadBalancerRegion": 1
}

@Speidy674 Speidy674 added the bug Something isn't working label Mar 16, 2023
@Biebras
Copy link

Biebras commented Jul 7, 2023

I think nat-punch does not work on WebGL.

It should work without nat-punch as it works for us.

@sseiichi
Copy link
Author

sseiichi commented Jul 9, 2023

I'm not using NAT Punch as you can see my screenshots.

@sseiichi
Copy link
Author

sseiichi commented Jul 9, 2023

@Biebras
I would appreciate if you could upload your project that works.

@Biebras
Copy link

Biebras commented Jul 10, 2023

I'm developing a game for my job, so I can't share content. When you request a server list, what error are you getting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants