RPC failed; #413

Closed
opened 2023-12-13 17:32:25 +01:00 by DiscusZ · 3 comments
DiscusZ commented 2023-12-13 17:32:25 +01:00 (Migrated from github.com)

Linux Distribution

raspberrypi debian 10 and also 11

What happened

trying to install klipper and thefollowing

Cloning into '/home/pi/klipper'...
remote: Enumerating objects: 55013, done.
remote: Counting objects: 100% (23/23), done.
remote: Compressing objects: 100% (17/17), done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
error: 1711 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed

What did you expect to happen

it should not error like this

How to reproduce

every time I try and install klipper it happens

Additional information

No response

### Linux Distribution raspberrypi debian 10 and also 11 ### What happened trying to install klipper and thefollowing Cloning into '/home/pi/klipper'... remote: Enumerating objects: 55013, done. remote: Counting objects: 100% (23/23), done. remote: Compressing objects: 100% (17/17), done. error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8) error: 1711 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: index-pack failed ### What did you expect to happen it should not error like this ### How to reproduce every time I try and install klipper it happens ### Additional information _No response_
dw-0 commented 2023-12-13 17:58:42 +01:00 (Migrated from github.com)

Looks like a network issue. Nothing in KIAUHs scope.

Looks like a network issue. Nothing in KIAUHs scope.
JonasV328 commented 2023-12-20 18:04:12 +01:00 (Migrated from github.com)

I had a similar problem when installing Crowsnest with KIAUH.

It seems that
git config --global http.postBuffer 157286400
before running KIAUH fixed the problem for me.

I had a similar problem when installing Crowsnest with KIAUH. It seems that `git config --global http.postBuffer 157286400` before running KIAUH fixed the problem for me.
DiscusZ commented 2023-12-20 18:44:02 +01:00 (Migrated from github.com)

I will try that larger value sometime. I did tinker with some values and
thruball failed. I ended up reinstalling from scratch

On Wed, Dec 20, 2023, 10:04 a.m. JonasV328 @.***> wrote:

I had a similar problem when installing Crowsnest with KIAUH.

It seems that
git config --global http.postBuffer 157286400
before running KIAUH fixed the problem for me.


Reply to this email directly, view it on GitHub
https://github.com/dw-0/kiauh/issues/413#issuecomment-1864832468, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AP7PJHZWA72GGHZLAMOWCULYKMLBPAVCNFSM6AAAAABATOR6I2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRUHAZTENBWHA
.
You are receiving this because you authored the thread.Message ID:
@.***>

I will try that larger value sometime. I did tinker with some values and thruball failed. I ended up reinstalling from scratch On Wed, Dec 20, 2023, 10:04 a.m. JonasV328 ***@***.***> wrote: > I had a similar problem when installing Crowsnest with KIAUH. > > It seems that > git config --global http.postBuffer 157286400 > before running KIAUH fixed the problem for me. > > — > Reply to this email directly, view it on GitHub > <https://github.com/dw-0/kiauh/issues/413#issuecomment-1864832468>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AP7PJHZWA72GGHZLAMOWCULYKMLBPAVCNFSM6AAAAABATOR6I2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRUHAZTENBWHA> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Sign in to join this conversation.