js-deprecated icon indicating copy to clipboard operation
js-deprecated copied to clipboard

custom program error: 0x1f PlaceBid()

Open nurav97 opened this issue 3 years ago • 2 comments

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

nurav97 avatar Apr 22 '22 10:04 nurav97

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

ShuklaSushant avatar Apr 30 '22 14:04 ShuklaSushant

@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

nurav97 avatar May 02 '22 04:05 nurav97