JeffryCA

Results 12 comments of JeffryCA

Having the same issue.

+1 I have the same problem

I really have tried multiple times and not one transaction was successful @crypt0miester (not even the deploy one) By just changing to devnet it works again...

Like this? ``` ​_data​ ​=​ ​bytes​([​1​]) ​+​ ​_get_data_buffer​(​name​, ​symbol​, ​uri​, ​fee​, ​creators​, ​verified​, ​share​) ​+​ ​bytes​([​1​, ​0​]) ```

The > Like this? > > ``` > ​_data​ ​=​ ​bytes​([​1​]) ​+​ ​_get_data_buffer​(​name​, ​symbol​, ​uri​, ​fee​, ​creators​, ​verified​, ​share​) ​+​ ​bytes​([​1​, ​0​]) > ``` This sadly does not work. Can...

> > The > > > Like this? > > > ``` > > > ​_data​ ​=​ ​bytes​([​1​]) ​+​ ​_get_data_buffer​(​name​, ​symbol​, ​uri​, ​fee​, ​creators​, ​verified​, ​share​) ​+​ ​bytes​([​1​, ​0​]) >...

> > > > The > > > > > Like this? > > > > > ``` > > > > > ​_data​ ​=​ ​bytes​([​1​]) ​+​ ​_get_data_buffer​(​name​, ​symbol​, ​uri​,...

Any news @crypt0miester? Or any way you can point me to the right docs to try and change the code as well?

> https://github.com/crypt0miester/python-api/tree/v1.2 > > here you go, please test it. @crypt0miester I fixed some minor bugs to make the "update_primary_sale_happened" function work but the transaction failed. #1 [Metaplex Token Metadata](https://solscan.io/address/metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s)...

I think I was trying to call this before minting but after the creation of the metadata. I now tried after the mint and it worked. I was wondering if...