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

Library Error when maximizing the window #26

Open
Thisuu opened this issue Mar 8, 2020 · 2 comments
Open

Library Error when maximizing the window #26

Thisuu opened this issue Mar 8, 2020 · 2 comments

Comments

@Thisuu
Copy link

Thisuu commented Mar 8, 2020

This happens upon opening the wallet and maximizing the window.

LITE_SERVER_UNKNOWN: cannot compute block with specified transaction: lt not in db

OS: Fedora 31
a

@Web3Stack404
Copy link

I am in the same situation, it seems that the server does not store the complete block data.
In addition, there is related error handling in [email protected]/liteap/client.go 648 line, but I didn’t understand it. The approximate code is as follows:
txs, err := c.GetTransactions(ctx, uint32(transactionCount), a, lastLt, ton.Bits256(lastHash))
if err != nil {
if e, ok := err.(liteclient.LiteServerErrorC); ok && int32(e.Code) == -400 { // liteserver can store not full history. in that case it return error -400 for old transactions
break
}
return nil, err
}

@trading-developer
Copy link

I had the error LITE_SERVER_UNKNOWN: cannot locate transaction in block with specified logical time and the parameter archival=true helped me

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

3 participants