-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hello
I'm getting these errors on the API, and I can't seem to be able to make any requests to the liteserver
2024-05-03 00:08:05.991 | ERROR | pyTON.manager:check_children_alive:232 - TonlibWorker #000 is dead!!! Exit code: 12
2024-05-03 00:08:06.000 | INFO | pyTON.manager:read_results:184 - Task read_results from TonlibWorker #000 was cancelled
2024-05-03 00:08:08.002 | ERROR | pyTON.manager:check_children_alive:232 - TonlibWorker #000 is dead!!! Exit code: 12
2024-05-03 00:08:08.011 | INFO | pyTON.manager:read_results:184 - Task read_results from TonlibWorker #000 was cancelled
2024-05-03 00:18:11.562 | ERROR | pyTON.manager:check_children_alive:232 - TonlibWorker #000 is dead!!! Exit code: 12
2024-05-03 00:18:11.572 | INFO | pyTON.manager:read_results:184 - Task read_results from TonlibWorker #000 was cancelled
2024-05-03 00:18:13.573 | ERROR | pyTON.manager:check_children_alive:232 - TonlibWorker #000 is dead!!! Exit code: 12
2024-05-03 00:18:13.582 | INFO | pyTON.manager:read_results:184 - Task read_results from TonlibWorker #000 was cancelled
All requests end up with a timeout
{"ok":false,"error":"Liteserver timeout","code":504}
if I do /getWorkerState I get this result:
{'code': None,
'error': None,
'ok': True,
'result': {'0': {'id': {'@type': 'pub.ed25519',
'key': 'ZZZ'},
'ip': 2902065154,
'is_archival': False,
'is_enabled': False,
'is_working': True,
'last_block': 37663839,
'ls_index': 0,
'port': 43679,
'restart_count': 0,
'tasks_count': 0}}}
This block seems to be a few minutes out of date, but otherwise looks alright.
But if I do any other request, it times out. Any help debugging this?
Metadata
Metadata
Assignees
Labels
No labels