"Error on retrieving server data from provider"?
someonedeepintheinternet opened this issue ยท 4 comments
Hi, I found this nice mod and downloaded it but when I joined my world, I immediately received this message in the chat which concerns me on upcoming crashings:
Error on retrieving server data from provider
mcp.mobius.waila.plugin.textile.provider.FluidStorageProvider$$Lambda$15031/0x0000000801cf8000
I can try to find the cause if you send a full log that includes this error. It's probably harmless though, so I wouldn't worry about it.
The issue is on here
On 1.20, FAPI's ItemStorage.SIDED
and FluidStorage.SIDED
allows for null side. The method on SidedStorageBlockEntity
is not marked as such though (it's an oversight).
Oh I see, thanks for letting me know! I'll push an update to implement a null check.