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

Cannot use SimpleWebTransport #12

Closed
kevincerro opened this issue Jan 6, 2025 · 1 comment · Fixed by #13
Closed

Cannot use SimpleWebTransport #12

kevincerro opened this issue Jan 6, 2025 · 1 comment · Fixed by #13

Comments

@kevincerro
Copy link

Loading Transport Class... FAILED
Class not found, make sure to included namespaces!

My config looks like

{
  "TransportClass": "Mirror.SimpleWebTransport",
  "AuthenticationKey": "Secret Auth Key",
  "TransportPort": 7777,
  "UpdateLoopTime": 10,
  "UpdateHeartbeatInterval": 100,
  "RandomlyGeneratedIDLength": 5,
  "RandomlyGeneratedIDChars": "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw",
  "UseEndpoint": true,
  "EndpointPort": 8080,
  "EndpointServerList": true,
  "EnableNATPunchtroughServer": true,
  "NATPunchtroughPort": 7776,
  "UseLoadBalancer": false,
  "LoadBalancerAuthKey": "AuthKey",
  "LoadBalancerAddress": "127.0.0.1",
  "LoadBalancerPort": 7070,
  "LoadBalancerRegion": 1
}
@kevincerro
Copy link
Author

Solved using Mirror.SimpleWeb.SimpleWebTransport FQDN

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

Successfully merging a pull request may close this issue.

1 participant