You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: