Closed EpicPlayerA10 closed 6 months ago
I know this hasn't been released yet, but as far as I can tell, the patch introduced in https://github.com/pterodactyl/wings/commit/f1c5bbd42d423986e7017b4f3c43057a1b7d1717 does not work yet
It no longer panics, but it can't cast here: https://github.com/pterodactyl/wings/blob/f1c5bbd42d423986e7017b4f3c43057a1b7d1717/server/filesystem/compress.go#L194-L197
I may be misunderstanding but the Gz doesn't seem to implement Extractor
, just Compressor
I will see if I can find out more in the meantime
Confirmed this is still not working on the latest release and latest develop branch - Reopening.
Current Behavior
When I try to unarchive minecraft log file (example:
/logs/2024-03-15-2.log.gz
) then it wouldn't work and on the planel it would show this error:On wings it will throw this error:
Expected Behavior
Minecraft log file should be unarchived.
Steps to Reproduce
Panel Version
1.11.5
Wings Version
1.11.11
Games and/or Eggs Affected
Minecraft (Paper)
Docker Image
ghcr.io/pterodactyl/yolks:java_17
Error Logs
No response
Is there an existing issue for this?