wharfkit / signing-request

Library to assist in creating and digesting Signing Requests (ESR)
https://github.com/eosio-eps/EEPs/blob/master/EEPS/eep-7.md
Other
33 stars 20 forks source link

Error when decode bloks.io ESR #11

Closed alaa-m closed 3 years ago

alaa-m commented 3 years ago

Hello,

When I try to decode ESR from bloks.io by reading Anchor QR Code and use this package to decode it, I get this error message :

Error: Unsupported protocol version

This is my esr from bloks.io

esr:agGso3byBrj8JabtRNvcZlR8NsbDPjoRn_vq75Q2QvDpBgMAAjtodHRwczovL2NiLmFuY2hvci5saW5rL2MxZjFkNDI5LTgxMzItNDU4MS04OTA4LTczNmVlODg1MTEwNwEEbGluayoAAADUAQxpPAAC2rR1KcB3rKWFW2PGfO4WBlMt9BBU5I9dzst-KGDG6Xk

Thank you

alaa-m commented 3 years ago

The problem was with my QR Reader App it was converting upper case letters to small 😅 Thank you Greymass for your help 🌷