Errors when trying to join a server
MODKILLER1001 opened this issue ยท 8 comments
Modloader
Fabric
Minecraft Version
1.19.2
Modloader Version
Fabric loader 0.14.9/ Fabric API 0.60.0+1.19.2
No Chat Reports Version
1.19.2-v1.11.2
Modpack Info
No response
The latest.log File
Bug Description
When trying to join a paper server with enforce secure profile enabled, it can take several tries, 95% of the time the first try doesn't work, the 2nd time is 50%, third time is usually a charm
Steps to Reproduce
Get an instance with FAPI 0.60.0+1.19.2, and NCR 1.19.2-v1.11.2
Try to join a server running paper 1.19.2 # 141. that has enforce secure profile enabled. You will get error messages like these
Other Information
No response
The java util Map get Object null is the most common message, with index out of bounds the second most common, and plain java lang NullPointerException the third most common.
Also note I did add the server to the whitelist to allow it.
related to #160 possibly as same kick message
paper - yes
whitelist - yes
signing - yes
Alright, so, as far as I can tell this is some kind of weird throttling. As much as I tested waiting for a few seconds between reconnects seems to reliably fixes the issue.
In that light NCR now has a delay before automatic reconnects. By default it is 4 seconds, but can be adjusted in config.
I could still reproduce it with v1.13.8, even if NCR waits for the reconnect... :(
On some tries it displays the vanilla error message instead (missing signing key blah blah).