-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
solders.SerdeJSONError: data did not match any variant of untagged enum IdlAccountItem at line 1 column 391 #149
Comments
from anchorpy import Program, Provider, Wallet, Idl async def load_program():
async def main(): if name == "main": |
@siyangyuandegit Reduce your Anchor version to 0.20.1 as well. 0.29.0 might work though. |
@Hari-hari-dev wdym "reduce" to 0.20.1, the latest version is 0.20.1? https://pypi.org/project/anchorpy/#history UPDATE: nvm, I see which hash the anchor folder is pointed to .. Note that the issue could also be this: #147 |
Yeah, #147 explains it. Anchor 0.27.0 works too. I think up to 0.29.0. 0.30.1 gives enum errors. |
How can i fix the bug?
The text was updated successfully, but these errors were encountered: