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

mystem.lemmatize() fails when runs in celery worker #43

Open
Hiyorimi opened this issue Mar 16, 2021 · 1 comment
Open

mystem.lemmatize() fails when runs in celery worker #43

Hiyorimi opened this issue Mar 16, 2021 · 1 comment

Comments

@Hiyorimi
Copy link
Contributor

pymystem3 = "^0.2.0"

Steps to reproduce:

  1. Run mystem.lemmatize() on string longer than 65535 chars in celery worker.
  2. Get exception
 (yexception) util/charset/wide.h:295: failed to decode UTF-8 string at pos 65535
Aborted.

Bug reproduces. However in usual runtime it runs smoothly

@IamSVP94
Copy link

what is about low RAM?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants