nakabonne / pbgopy

Copy and paste between devices
MIT License
807 stars 30 forks source link

Error on large file #19

Closed faithfulnessalamu closed 3 years ago

faithfulnessalamu commented 3 years ago

Got this error when copying a file of size 1.7gb:

$ cat ~/DiskImages/lubuntu-20.04.1-desktop-amd64.iso | pbgopy copy --max-size 2gb

Error: failed to issue request: Put "http://localhost:9090": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Usage:
pbgopy copy [flags]

Examples:
export PBGOPY_SERVER=http://192.168.11.5:9090
echo hello | pbgopy copy

Flags:
-a, --basic-auth string   Basic authentication, username:password
-h, --help                help for copy
--max-size string     Max data size with unit (default "500mb")
-p, --password string     Password for encryption/decryption
--timeout duration    Time limit for requests (default 5s)

failed to issue request: Put "http://localhost:9090": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
nakabonne commented 3 years ago

doesn't it go well even if using the --timeout flag?

faithfulnessalamu commented 3 years ago

Oh, apparently required a much much larger timeout. Sorry for the bother.