You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, dab 0.4.4 has some errors with getAllUserNFTs func. In your file nfts_refistry.js this principal not work with plug principal. But if call with string, it work with errors. const userPrincipal = user instanceof principal_1.Principal ? user : principal_1.Principal.fromText(user);
Hey @progforyou thanks for bring this to our attention. We really appreciate the time you take for this.
About the principal, we recommend u all use text because there is some breaking changes in the last Principal library published by dfinity and we cannot update it right now without break other things.
About the other errors, those errors are from the canister, except for the DIP721 error which is fixed in the next release. For example, No Token errors is the way that EXT collections say to us that the principal doesn't have any NFT of that collection. It is not the best way but we cannot do anything
About last error, probably the problem here is again the version of agent u are using, please use version 0.9.3 of any dfinity library. It works with plug because Plug use that version of library and u use agent provided by us.
@aleacevedo I'm having the same issue, even when using version 0.9.3 of all dfinity libraries. Code is pretty much identical to progforyou's. Plug works fine as well. Any advice?
Hello, dab 0.4.4 has some errors with getAllUserNFTs func. In your file nfts_refistry.js this principal not work with plug principal. But if call with string, it work with errors.
const userPrincipal = user instanceof principal_1.Principal ? user : principal_1.Principal.fromText(user);
please, help with this problem
"@psychedelic/dab-js": "^0.4.4",
p.s. with stoic same error
but func getUserNFTs work only with plug, with stoic error
The text was updated successfully, but these errors were encountered: