-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot decompress file that is not an archive #5034
Comments
I know this hasn't been released yet, but as far as I can tell, the patch introduced in pterodactyl/wings@f1c5bbd 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 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?
The text was updated successfully, but these errors were encountered: