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

Failed update removes mytonctrl #350

Open
FalcoXYZ opened this issue Sep 4, 2024 · 1 comment
Open

Failed update removes mytonctrl #350

FalcoXYZ opened this issue Sep 4, 2024 · 1 comment

Comments

@FalcoXYZ
Copy link

FalcoXYZ commented Sep 4, 2024

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
@ingria
Copy link
Contributor

ingria commented Sep 29, 2024

I have also encountered this problem

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

2 participants