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

v6 bugs: Kiauh Klipper Install constantly fails in v6 #606

Open
jjkark opened this issue Dec 8, 2024 · 9 comments
Open

v6 bugs: Kiauh Klipper Install constantly fails in v6 #606

jjkark opened this issue Dec 8, 2024 · 9 comments
Labels
Status: Feedback Needed Further information is required

Comments

@jjkark
Copy link

jjkark commented Dec 8, 2024

Linux Distribution

6.6.62+rpt-rpi-v7

What happened

Klipper fails to install, crashing on "Receiving objects" with a error message of:

error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
error: 3719 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
[ERROR] Error cloning repository https://github.com/Klipper3d/klipper: Unknown error
[ERROR] An unexpected error occured during cloning of the repository.
[ERROR] An unexpected error occured during cloning of the repository.
[ERROR] Klipper installation failed!

What did you expect to happen

I expected to have KIAUH install Klipper, but it fails 100% of the time.

How to reproduce

even with expanding the http and https buffers to 500mb, it does not resolve the issue. I can reproduce 100% of the time.
Screenshot 2024-12-08 at 5 29 43 PM

Additional information

Screenshot 2024-12-08 at 5 29 43 PM image
@jjkark
Copy link
Author

jjkark commented Dec 8, 2024

image b

@jjkark
Copy link
Author

jjkark commented Dec 8, 2024

image

Even tried changing speed and timeouts:

pi@raspberrypi:~ $ git config --global http.postBuffer 524288000
pi@raspberrypi:~ $ git config --global http.lowSpeedLimit 0
pi@raspberrypi:~ $ git config --global http.lowSpeedTime 999999
pi@raspberrypi:~ $ git config --global https.postBuffer 524288000

@dw-0
Copy link
Owner

dw-0 commented Dec 9, 2024

Looking at the screenshots, your download speed is very very slow. This could lead to such issues as well.
Can you successfully install Klipper with KIAUH v5?

@dw-0 dw-0 added the Status: Feedback Needed Further information is required label Dec 9, 2024
@jjkark
Copy link
Author

jjkark commented Dec 9, 2024

Yes. My download speed on v5 was 1.2mb/s up to 1.8mb/s. Only on v6 was it throttled.

This was v5

Receiving objects: 13% (9698/69390), 62.57 MiB | 1.02 MiB/s
Receiving objects: 54% (37471/69390), 185.85 MiB | 838.00 KiB/s
Receiving objects: 87% (57147/69390), 312 MiB | 1.14 MiB/s

this was v6:

image

@jjkark
Copy link
Author

jjkark commented Dec 9, 2024

Whoops. Followed by these two.

IMG_5326
IMG_5327

@dw-0
Copy link
Owner

dw-0 commented Dec 9, 2024

Can you please do me a favor and show me the installation process via actual screenshots of Klipper with KIAUH v5?
Im unsure currently what's going on there, i don't think there should be a difference, as both v5 and v6 use the same clone command (i think). So current screenshots of v5 would be a very good hint if its possible for you.

@jjkark
Copy link
Author

jjkark commented Dec 9, 2024

As it is already fully installed now, what would you like me to do? Remove and reinstall via v5?

@dw-0
Copy link
Owner

dw-0 commented Dec 9, 2024

Remove and reinstall via v5?

Ideally, yes.
But how did you manage to install it with v6 now? I think it did not work at all?

@zubairahmed01
Copy link

I am facing the similar error weither it is >V6 or V5, I am getting

´error: 8099 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output´

I was also not able to clone kilpper initially if I do it manually, but after changing the git http post buffer, I can clone but the script still fails.

https://stackoverflow.com/questions/6842687/the-remote-end-hung-up-unexpectedly-while-git-cloning

'git config --global http.postBuffer 1048576000'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Feedback Needed Further information is required
Projects
None yet
Development

No branches or pull requests

3 participants