Hi
I am using pyasn1 to convert ber bytes to asn1. I saved the bytes in a txt file and then I am reading it and then passing it to pyasn1.codec.ber.decoder.decode. But I am getting this error.
I read the decoder while where it was pointing to and this error is because bytesRead != length. So how could I make it work?
Hi I am using pyasn1 to convert ber bytes to asn1. I saved the bytes in a txt file and then I am reading it and then passing it to
pyasn1.codec.ber.decoder.decode
. But I am getting this error.I read the decoder while where it was pointing to and this error is because
bytesRead != length
. So how could I make it work?