tomerfiliba-org / reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
http://pypi.python.org/pypi/reedsolo
Other
358 stars 86 forks source link

Why the output errata_pos_all of function RScodec.decode() is empy, no matter there is an error or not in the message? #78

Open Abin110 opened 4 months ago

Abin110 commented 4 months ago

image My issue is like what described in the title, and the same as the reedsolo.rs_correct_msg(), my library is 1.70 and python version is 3.11, the code is run in PyCharm

lrq3000 commented 4 months ago

Sorry I cannot currently provide support for this package, please try to use chatgpt to debug tnis, normally you should get positions if there is an error unless it's out of the Singleton bound (ie, you have too many errors and not enough ecc symbols). If that's not the issue, then this is a bug that I will dig into later (no ETA).

20 mai 2024 12:05:22 Abin110 @.***>:

and the same as the reedsolo.rs_correct_msg()

— Reply to this email directly, view it on GitHub[https://github.com/tomerfiliba-org/reedsolomon/issues/78#issuecomment-2120117799], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAIRFXUXNG6BAMR5S47CQGTZDHDGFAVCNFSM6AAAAABH7NJBC6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRQGEYTONZZHE]. You are receiving this because you are subscribed to this thread. [Image de pistage][https://github.com/notifications/beacon/AAIRFXSFZQ5QEWF5URNOONDZDHDGFA5CNFSM6AAAAABH7NJBC6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT6LZXCO.gif]

Abin110 commented 4 months ago

image the fix part is shown in the pic