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

Fail to process documents due to missing language pickle file #364

Closed
lon-tierney opened this issue Nov 22, 2023 · 0 comments · Fixed by #384
Closed

Fail to process documents due to missing language pickle file #364

lon-tierney opened this issue Nov 22, 2023 · 0 comments · Fixed by #384
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lon-tierney
Copy link
Contributor

Describe the bug
Upon installation, documents uploaded fail to process with error message and 200 response code in logs:
Screenshot 2023-11-22 093007

Upon investigation, it appears that the download of the English language file has failed, though the ZIP file is present:

Screenshot 2023-11-22 112703

Per other deployments, this ZIP file should have been extracted. During runtime, the service attempts to download the file again, but then sees the ZIP file, and stops. Likely the root cause is the file not being extracted.

Note, the built-in gzip tool is unable to decompress as it does not recognize a ".zip" extension. Unknown if that is related to the file not being decompressed?

Version details

Additional context
Add any other context about the problem here.

@lon-tierney lon-tierney added this to the 0.4-Delta milestone Nov 22, 2023
@lon-tierney lon-tierney added the bug Something isn't working label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants