v3 close_position error ValueError: {'code': -32000, 'message': 'unknown account'} #382
Unanswered
gosupport1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am try close my opened uniswap v3 positions with
.close_position()
method, but get this error:ValueError: {'code': -32000, 'message': 'unknown account'}
So it find my position id 1547621 but crashing on close_position
why this can happen and how to fix?
this is script:
Beta Was this translation helpful? Give feedback.
All reactions