Bas van Berckel

Results 11 comments of Bas van Berckel

It's possible that the revoke operation is not necessary at all if the source account is closed right away, but I am not 100% sure about this

The issue is that the revoke instruction is sent after the accountclose instruction, which leads to an uninitializedaccount error.

I believe this is already enough to fix this error: https://github.com/metaplex-foundation/js/pull/172

What does your import/require statement look like in your app code? You shouldn't need to import from /lib, just from '@metaplex/js'

Yeah, my bad, you can't directly install from this repo as the artifacts aren't included. Clone the repo, build it and install that as a dependency to your own project:...

I have my own implementation of placebid that fixes both these errors, the fix linked in this thread above together with my pull request should resolve both. I am not...

The bidder token address should be generated like in https://github.com/metaplex-foundation/metaplex/pull/1557 That will resolve the initial error of this issue. The transaction order should be changed like in my PR, that...

I've updated the pr to fix both errors. @AmmarKhalid123 Would you be able to verify this works in your setup?

Ah yes, thanks. Fixed that now

``` [2025-06-04 18:30:02,701] ERROR {app.py:875} Exception on /kobo/TOKEN/v1/library/sync [GET] Traceback (most recent call last): File "/lsiopy/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 199, in _key_not_found self._key_fallback(key, None) File "/lsiopy/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 138, in _key_fallback raise KeyError(key)...