-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
prerequisite: pytonlib 0.0.63
- OS: MacOS, Monterey 12.5
- processor: Apple Silicon M2
- python version: 3.10.6
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 respondor 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.
Metadata
Metadata
Assignees
Labels
No labels