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

locator degree does not match number of roots #3

Open
kalpitbm opened this issue Aug 8, 2018 · 1 comment
Open

locator degree does not match number of roots #3

kalpitbm opened this issue Aug 8, 2018 · 1 comment

Comments

@kalpitbm
Copy link

kalpitbm commented Aug 8, 2018

I am getting below error, and not able to receive message.
com.google.zxing.common.reedsolomon.ReedSolomonException: Error locator degree does not match number of roots

Please let me know what i need to do to get success response

@cawfree
Copy link
Owner

cawfree commented Aug 8, 2018

Hey, thanks for checking out the repo.

Just to check, have you made any changes to the repo in your local clone? It sounds like the packet data you're sending may have exceeded what is possible to represent using the 5-bit polynomial. Are you trying to send characters that lie outside of the alphabet?

If so, you'll need to update the ChirpFactory to use a wider representation for your data; this means your payloads will be longer, meaning an increased time to transmit and process.

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

No branches or pull requests

2 participants