We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
prerequisite: pytonlib 0.0.63
issue description:
response = await self._ton_client.raw_run_method( method="seqno", stack_data=[], address=wallet_address )
I am trying to get a seqno for an initialised wallet, but either cannot get a response from some lite-servers:
pytonlib.tonlibjson.TonlibNoResponse: tonlibjson did not respond
or get the response that my request cannot get parsed, as there are no smc.getRawFullAccountState:
smc.getRawFullAccountState
# TonlibClient(verbosity_level=5, ...) [ 1][t 0][2024-08-09 11:30:55.136011][ClientJson.cpp:78] Failed to parse [request:{\042@type\042: \042smc.getRawFullAccountState\042, \042id\042: 1, \042@extra\042: ...}] [Error : 0 : Unknown class "smc.getRawFullAccountState"]
I tried to reset SMC, in case there were some problems with it, by following this guide, but to no avail.
"My solution": I switched back to pytonlib 0.0.58, everything works fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
prerequisite: pytonlib 0.0.63
issue description:
I am trying to get a seqno for an initialised wallet, but either cannot get a response from some lite-servers:
or get the response that my request cannot get parsed, as there are no
smc.getRawFullAccountState
:# TonlibClient(verbosity_level=5, ...) [ 1][t 0][2024-08-09 11:30:55.136011][ClientJson.cpp:78] Failed to parse [request:{\042@type\042: \042smc.getRawFullAccountState\042, \042id\042: 1, \042@extra\042: ...}] [Error : 0 : Unknown class "smc.getRawFullAccountState"]
I tried to reset SMC, in case there were some problems with it, by following this guide, but to no avail.
"My solution": I switched back to pytonlib 0.0.58, everything works fine.
The text was updated successfully, but these errors were encountered: