This mod reconnecting problem
Tapo44ka opened this issue ยท 5 comments
Great plugin! I had a problem, namely, when I go to the server, I can speak for 10-30 seconds, then the mod turns off, namely, when I press V, it writes to me in the interface: Plasmo Voice is not installed on this server. What is causing this? (The port is open, with / vrc again, it works for 10-30 seconds, and turns off, I did everything according to the FAQ.
Try to enter the IP address of your server in the config and check if it helps.
udp:
# Enter the IP address of your server here
ip: 0.0.0.0
port: 60606
If you already did so, try the opposite and just leave it as 0.0.0.0
.
And check the console and make sure there is no such message. If you see this message, check if the ports are open. Be aware that this is a UDP port. Ask your hosting provider if they have UDP ports open.
Log error:
[11:10:51 WARN]: java.net.BindException: Cannot assign requested address (Bind failed)
[11:10:51 WARN]: at java.net.PlainDatagramSocketImpl.bind0(Native Method)
[11:10:51 WARN]: at java.net.AbstractPlainDatagramSocketImpl.bind(AbstractPlainDatagramSocketImpl.java:93)
[11:10:51 WARN]: at java.net.DatagramSocket.bind(DatagramSocket.java:392)
[11:10:51 WARN]: at java.net.DatagramSocket.(DatagramSocket.java:242)
[11:10:51 WARN]: at su.plo.voice.socket.SocketServerUDP.run(SocketServerUDP.java:78)