DHS plugin not sending LODs to client
Hello, I am running a paper 1.21.1 server with DHS 0.10.0 and when I connect with a fabric 1.21.1 client with DH 2.3.3-b I get this message in the server log (.txt file attached).
The server also shows "Server support shared level keys" as you can see on the screenshot linked.
This error seems to prevent my client to get the LODs from the server as the server is not recognizing I am using DH.
I tried to check all the FAQ and answers but could not find my error message.
I am running Oracle graalvm 21.0.8 on my server and Java 21.0.8 on the client.
Thank you for your help !
6 Replies
DH_Error_message.txt
uploaded to mclo.gsUploaded by erdann
Solution
I suspect you have edited and broken your config file on the server side
Do you mean the config.yml in the DHSupport folder ? Should I just delete it and reload the server so it is recreated ? I think the only change I have made is removing the comment before "generate_new_chunks: false"
That's the one. The contents of that file are used to negotiate the client's configuration when it connects - and that's where you're getting the error message in the server log. So the client is left half-configured, which is why it says level keys only
Thanks a lot, it worked ! It really was an easy fix, I should have tried this earlier, sorry for the inconvenience !
No worries :)