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

[Error : 0 : Unknown class "smc.getRawFullAccountState"] #64

Open
complicat9d opened this issue Aug 9, 2024 · 0 comments
Open

[Error : 0 : Unknown class "smc.getRawFullAccountState"] #64

complicat9d opened this issue Aug 9, 2024 · 0 comments

Comments

@complicat9d
Copy link

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 respond

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant