Skip to content
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

[bug] Subscription fails on KeyError #119

Closed
FrankC01 opened this issue Jun 16, 2023 · 0 comments
Closed

[bug] Subscription fails on KeyError #119

FrankC01 opened this issue Jun 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FrankC01
Copy link
Owner

Due to switch from RPC parameter arrays to dict

Fix will be in 0.26.0, in the meantime:

If you are able to access the code
In pysui\sui\sui_clients\subscribe.py change line 98
FROM:
parm_arg = builder.params[0]
TO:
parm_arg = builder.params["filter"]

@FrankC01 FrankC01 added the bug Something isn't working label Jun 16, 2023
@FrankC01 FrankC01 self-assigned this Jun 16, 2023
@FrankC01 FrankC01 added this to pysui Jun 16, 2023
@github-project-automation github-project-automation bot moved this to Backlog in pysui Jun 16, 2023
@FrankC01 FrankC01 moved this from Backlog to In Progress in pysui Jun 16, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in pysui Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant