We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey all,
i think i found a regression bug from 1.4.2 to 1.5.0. A response message cannot be parsed and causes the mentioned error. The messge is as follows:
echo 'AAAAAHAI+sEKEgcIDRIDVVNEGAgiHENhbGwgVVNETVhOIDIwMjQtMDctMjQgMTguOTkqBCtNWE46DQjv54IBEgQrTVhOGAE6DQjw54IBEgQrTVhOGBJyHQitUxANIAEoAjoHCOgPEAcYGEGTGARWDv0yQEgBgAAAABBncnBjLXN0YXR1czogMA0K' | base64 -d | hexdump -C 00000000 00 00 00 00 70 08 fa c1 0a 12 07 08 0d 12 03 55 |....p..........U| 00000010 53 44 18 08 22 1c 43 61 6c 6c 20 55 53 44 4d 58 |SD..".Call USDMX| 00000020 4e 20 32 30 32 34 2d 30 37 2d 32 34 20 31 38 2e |N 2024-07-24 18.| 00000030 39 39 2a 04 2b 4d 58 4e 3a 0d 08 ef e7 82 01 12 |99*.+MXN:.......| 00000040 04 2b 4d 58 4e 18 01 3a 0d 08 f0 e7 82 01 12 04 |.+MXN..:........| 00000050 2b 4d 58 4e 18 12 72 1d 08 ad 53 10 0d 20 01 28 |+MXN..r...S.. .(| 00000060 02 3a 07 08 e8 0f 10 07 18 18 41 93 18 04 56 0e |.:........A...V.| 00000070 fd 32 40 48 01 80 00 00 00 10 67 72 70 63 2d 73 |[email protected]| 00000080 74 61 74 75 73 3a 20 30 0d 0a |tatus: 0..|
I cannot see anything special about it. But v1.5.0 cannot parse ist while v1.4.2, the golang grpc client, grpc-ui or grpcurl are working as expected.
Regards, Carsten
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey all,
i think i found a regression bug from 1.4.2 to 1.5.0. A response message cannot be parsed and causes the mentioned error.
The messge is as follows:
I cannot see anything special about it. But v1.5.0 cannot parse ist while v1.4.2, the golang grpc client, grpc-ui or grpcurl are working as expected.
Regards,
Carsten
The text was updated successfully, but these errors were encountered: