Encoded id/type parsing sometimes not working correctly
philsmd opened this issue · 2 comments
philsmd commented
This problem was reported here by @syb3ria: #2 (comment) and it seems that sometimes some large encoded ids were not correctly identified.
I will push a patch soon that should fix this problem.
The error output was something like this "substr outside of string ..." (because the length field was way too long).
The expected result instead would be that no such error would be shown and that the hashes or other information was shown to the user.
philsmd commented
philsmd commented
It seems that the underlying problem here was indeed fixed: see #2 (comment)
I will close this issue. Please reopen if you still experience a problem like this (e.g. with substr () etc)