yushijinhun / authlib-injector

Build your own Minecraft authentication system.
https://authlib-injector.yushi.moe
GNU Affero General Public License v3.0
744 stars 67 forks source link

Authlib 2 #120

Closed max8rr8 closed 3 years ago

max8rr8 commented 3 years ago

Minecraft versions since 1.16.4 use authlib 2.x.x, and current version of authlib injector fails with com.mojang.authlib.exceptions.AuthenticationUnavailableException: null in minecraft 1.16.4 and 1.16.5 or

[08:28:52] [Render thread/ERROR]: Failed to verify authentication
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401

in minecraft 1.17 logs

yushijinhun commented 3 years ago

The error in your log doesn't affect any functionality.

I have just confirmed that skins can't be displayed in Minecraft 1.17, which is caused by a change in authlib 2.3.31. I will fix it soon.

*update: tracked in #121

yushijinhun commented 3 years ago

Fixed in #124.