Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

[Question] Malformed response from skin URL check

ilfarpro opened this issue ยท 1 comments

commented

Issue Description: I'm getting "Malformed response from skin URL check" warnings in console from time to time. but often enough to worry about it. Currently, I don't know how to solve it. Of course I've tried to Google it, but there no relevant information about this warning. Could you, please tell, what is it, and how to solve this?

[true] I have looked at all other issues and this is not a duplicate
[false] I have been able to replicate this

commented

Apparently, the Base64 decode in SnakeYAML (which we've used for years) is apparently flaking out on the base-64 encoded response on the skin URLs sometimes.... switched to the Base64 decode in the JDK (8+ has one), and it seems to work with the bad value from your logs.