Skip to content
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

[BUG][WEBJS] - Failed to Unzip File: End-of-Central-Directory Signature Not Found #676

Open
Sabyrzhanuly opened this issue Dec 2, 2024 · 0 comments
Labels
bug Something isn't working engine:WEBJS patron:PLUS

Comments

@Sabyrzhanuly
Copy link

Sabyrzhanuly commented Dec 2, 2024

Describe the bug

When attempting to unzip a ZIP file, the process fails with an error indicating that the file is either not a ZIP archive or is corrupted. This prevents the application from proceeding with further actions.

Version

Get the WAHA version by calling GET /api/version

{
  "version": "2024.11.11 ",
  "engine": "WEBJS",
  "tier": "PLUS"
}

Docker Logs

[/app/RemoteAuth-30309616.zip]
End-of-central-directory signature not found.
Either this file is not a zipfile, or it constitutes one disk of a multi-part archive.
In the latter case, the central directory and zipfile comment will be found on the last disk(s) of this archive.

unzip: cannot find zipfile directory in one of /app/RemoteAuth-30309616.zip or /app/RemoteAuth-30309616.zip.zip,
and cannot find /app/RemoteAuth-30309616.zip.ZIP, period.

patron:PLUS

@Sabyrzhanuly Sabyrzhanuly added the bug Something isn't working label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working engine:WEBJS patron:PLUS
Projects
None yet
Development

No branches or pull requests

2 participants