You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During updating of mytonctrl using update, the network connection of the node had a hiccup. This caused the git clone command to stop working, which resulted in mytonctrl being completely removed from the system.
I would suggest maybe cloning the repo to a temp directory, before actually removing it from the system. This way, you can be sure that mytonctrl is fully cloned before removing it. Below is the log file.
https://github.com/ton-blockchain/mytonctrl.git -> master
Cloning into 'mytonctrl'...
remote: Enumerating objects: 3962, done.
remote: Counting objects: 100% (110/110), done.
remote: Compressing objects: 100% (75/75), done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
error: 10 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
ls /usr/src/mytonctrl
ls: cannot access '/usr/src/mytonctrl': No such file or directory
mytonctrl
/usr/bin/python3: No module named mytonctrl
The text was updated successfully, but these errors were encountered:
During updating of mytonctrl using
update
, the network connection of the node had a hiccup. This caused the git clone command to stop working, which resulted in mytonctrl being completely removed from the system.I would suggest maybe cloning the repo to a temp directory, before actually removing it from the system. This way, you can be sure that mytonctrl is fully cloned before removing it. Below is the log file.
The text was updated successfully, but these errors were encountered: