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

Parsing failures due to trimmed messages #28

Open
KockaAdmiralac opened this issue Mar 5, 2019 · 0 comments
Open

Parsing failures due to trimmed messages #28

KockaAdmiralac opened this issue Mar 5, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@KockaAdmiralac
Copy link
Owner

KockaAdmiralac commented Mar 5, 2019

Description

IRC message limit is 512 bytes. This is usually okay for messages written in English language but a lot of messages from Greek, Russian and ქართული wikis are failing to parse due to their messages being trimmed without an overflow. There's nothing to connect those to so their log actions fail to parse.

There is also no known way to detect whether a parsing failure was caused by this or by a legitimate issue that needs to be fixed.

Reproduction steps

Steps to reproduce the behavior:

  1. Run KockaLogger for some time.
  2. See parsing errors from Russian, Greek or Georgian wikis.

Expected behavior

KockaLogger should either not report those if they can't be fixed or fix them somehow.

@KockaAdmiralac KockaAdmiralac added the bug Something isn't working label Mar 5, 2019
@KockaAdmiralac KockaAdmiralac self-assigned this Mar 5, 2019
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

No branches or pull requests

1 participant