Who can help with liteserver. It just stopped and return this error:

mytonctrl
[debug] 19.11.2023, 07:16:35.867 (UTC) Thread self_test started
[debug] 19.11.2023, 07:16:35.867 (UTC) Thread write_log started
[info] 19.11.2023, 07:16:35.867 (UTC) Start program `/usr/src/mytonctrl/mytonctrl.py`
Welcome to the console. Enter 'help' to display the help menu.
Traceback (most recent call last):
File "/usr/src/mytonctrl/mytonctrl.py", line 1216, in
console.Run()
File "/usr/src/mytonctrl/mypyconsole/mypyconsole.py", line 97, in Run
self.startFunction()
File "/usr/src/mytonctrl/mytonctrl.py", line 106, in PreUp
check_vport()
File "/usr/src/mytonctrl/mytonctrl.py", line 122, in check_vport
vconfig = ton.GetValidatorConfig()
File "/usr/src/mytonctrl/mytoncore.py", line 1929, in GetValidatorConfig
result = self.validatorConsole.Run("getconfig")
File "/usr/src/mytonctrl/mytoncore.py", line 68, in Run
process = subprocess.run(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, timeout=timeout)
File "/usr/lib/python3.10/subprocess.py", line 505, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "/usr/lib/python3.10/subprocess.py", line 1154, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
File "/usr/lib/python3.10/subprocess.py", line 2022, in _communicate
self._check_timeout(endtime, orig_timeout, stdout, stderr)
File "/usr/lib/python3.10/subprocess.py", line 1198, in _check_timeout
raise TimeoutExpired(
subprocess.TimeoutExpired: Command '['/usr/bin/ton/validator-engine-console/validator-engine-console', '-k', '/var/ton-work/keys/client', '-p', '/var/ton-work/keys/server.pub', '-a', '127.0.0.1:56687', '-v', '0', '--cmd', 'getconfig']' timed out after 3 seconds

Nov 19, 2023, 7:17 AM
It seems problem is related to network connection issue . timeout , you can utilize simple script just to get config to proof connectivity , maybe put some more time as it is now 3 second . also check your proxy if you use any .
Nov 19, 2023, 7:50 AM
It looks like your local node is not working. I would advise looking at the node logs and looking for errors:
/var/ton-work/log.thread*
Nov 19, 2023, 8:01 AM
There are a lot of same messages:

[ 1][t 9][2023-11-17 18:24:26.171143043][transaction.cpp:324][!litequery] account 92AABEA785A7A090985A265CD31F323D849DA51239737E321FB055695E994FCF does not have a valid ShardAccount to unpack
https://github.com/AlexGor-dev/Top-Wallets/blob/1f01c4aa851b995c92de3c9672f06134741f428f/tonlib/ton/crypto/block/transaction.cpp#L324

Here link to line which return this error
Also found, that yesterday it throw this error:

5695E994FCF does not have a valid ShardAccount to unpack
[ 0][t 8][2023-11-18 19:43:47.194476910][Status.h:273][!writer] Unexpected Status [PosixError : No space left on device : 28 : Pwrite to [fd:31930] at offset 25800704 has failed] in file /usr/src/ton/validator/db/package.cpp at line 69
[ 0][t 8][2023-11-18 19:44:24.823689025][Status.h:571][!adnldb][&status_.is_ok()] [Error : 0 : IO error: No space left on device: While appending to file: /var/ton-work/db//adnl/MANIFEST-010566: No space left on device]
Nov 19, 2023, 8:45 AM
It looks like you are running out of free disk space, you can check: df -f
Nov 19, 2023, 9:25 AM

© 2024 Draquery.com All rights reserved.