Closed jemeraldo closed 2 years ago
https://github.com/psylopunk/pytonlib/issues/4#issuecomment-1136290854
I haven't come up with an elegant solution for this yet. You need to figure out why this is happening and to do this, try what is said on the link. In addition, there is a page where it is described in more detail about ways to solve problems: https://github.com/psylopunk/pytonlib/blob/main/troubleshooting.md
If this does not always happen again, maybe it's just the glitches of the liteserver that you are using. You need to assign ls_index to another one in TonlibClient.
In the future, if you fail to solve the problem, attach the output from the extended log. AKA verbosity_level :)
I faced with strange exception, which appears with call get_transactions method of the account object:
In my log:
The strangeness in that the exception appears sometimes, not with every method call.
I don't know if it's my fault in my code or not. I will be appreciate any thoughts about that.