Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
LITE_SERVER_UNKNOWN: cannot compute block with specified transaction: lt not in db

Hi I'm just trying to get transactions for the address and getting this error from time to time (few times I got successfull response)

request:

 curl -X 'GET' 'https://toncenter.com/api/v2/getTransactions?address=EQBnvfmXYL_z7n4WriIEVrBNKVQBolTD5bx-syCe5B5EtqOy' -H 'accept: application/json'

error:

{"ok":false,"error":"LITE_SERVER_UNKNOWN: cannot compute block with specified transaction: lt not in db","code":500}
  1. Why I'm getting this error periodically?
  2. Do I need in my own Lite node to avoid this error? What is the reason to use own Lite node?

Thanks.

  
  
Posted 2 days ago
Votes Newest

Answers

142 Views
0 Answers
2 days ago
2 days ago
Tags