henkelmax / simple-voice-chat

A working voice chat in Minecraft!
https://modrepo.de/minecraft/voicechat/wiki
459 stars 120 forks source link

Data not being sent even while the port is open and functions properly #74

Closed PentBeear closed 3 years ago

PentBeear commented 3 years ago

Please read the FAQ before submitting a bug report!

Bug description Even with the port open and working properly, the client can't seem to send or receive any information.

Expected behavior The port 25554 was open and was successfully allowing me to send messages back and forth, therefor I thought it should work fine.

Log files https://gist.github.com/PentBeear/ae859ae63a0ae5fdc7b2d442eaac8394 You can use https://gist.github.com/.

Versions

Other mods ViveCraft 1.16.5-1.3.3

henkelmax commented 3 years ago

Mod version 1.16.4-1.3.3

There is no version 1.3.3

Have you tested everything in the wiki?

PentBeear commented 3 years ago

Sorry about that typo it's actually 1.0.8 ill go ahead and edit it. And yes i did everything in the wiki

henkelmax commented 3 years ago

Can you send me the logs of the clients and the server when you use the test command?

PentBeear commented 3 years ago

Ah, i see the server log just says Client not Connected, while the client is spamming [VoiceChatAuthenticationThread/INFO] [voicechat/]: Trying to authenticate voice connection every second or so

henkelmax commented 3 years ago

So this means your port isn't forwarded correctly.

PentBeear commented 3 years ago

Ah, you are correct the port decided to never open even though I specified it. Thanks for your time and assistance