metaplex-foundation / js-deprecated

Deprecated Metaplex JavaScript SDK
https://metaplex-foundation.github.io/js/
MIT License
128 stars 77 forks source link

custom program error: 0x1f PlaceBid() #197

Open nurav97 opened 2 years ago

nurav97 commented 2 years ago

i am getting the custom error code 0x1f i dont know what it means please need your help

ShuklaSushant commented 2 years ago

I am also getting the same problem with JS SDK? Are you able to get it done from metaplex UI?

nurav97 commented 2 years ago

@ShuklaSushant you will have to edit the code of JS SDK from this pull request

https://github.com/metaplex-foundation/js/pull/172 and then compile it and then it will work as the PR is not merged yet

FYI also to any one on how to find out the exact error is to convert hex ( 0x1f ) to decimal ( 31 ) and then count from 0 error to 31 in the errors.rs file