Client version (1.7.3) differs from server version (v1.7.3)
spams the logs like this
same issue here, I'm using docker image on aws server
The version string is set using the commit tag, so it should be v1.X.X - are the client and server using the same binary?
in my case I'm running jpillora/chisel on server and brew installed client on the mac
Ah I don’t operate the brew installation... someone else compiles that version - I’d be wary. I’ll look into it
On Wed, 23 Dec 2020 at 8:29 am Matti Paksula [email protected] wrote:
in my case I'm running jpillora/chisel on server and brew installed client on the mac
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/jpillora/chisel/issues/228#issuecomment-749784628, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2X434S6R52O75YH2CN6TSWEFVBANCNFSM4U6HCNTQ .
brew install chisel
Updating Homebrew...
==> Downloading https://homebrew.bintray.com/bottles/chisel-2.0.1.big_sur.bottle.tar.gz
https://formulae.brew.sh/formula/chisel is another app. How did you install with chisel?
I'm seeing this, too:
2022/03/02 18:13:26 server: session#12: Client version (1.7.7) differs from server version (v1.7.7)
Server is using the docker image:
docker run --rm -it jpillora/chisel --help
Usage: chisel [command] [--help]
Version: v1.7.7 (go1.17.6)
Client downloaded the binary directly from Github:
./chisel_1.7.7_darwin_arm64 --help
Usage: chisel [command] [--help]
Version: 1.7.7 (go1.17.6)
I'm not sure, but maybe this is related to .github/goreleaser.yml#L8 using {{.Version}} which according to goreleaser gets stripped of v prefixes?
prob related: https://github.com/weaveworks/eksctl/pull/4873
On 3. Mar 2022, at 11.36, tralafiti @.***> wrote:
I'm seeing this, too:
2022/03/02 18:13:26 server: session#12: Client version (1.7.7) differs from server version (v1.7.7) Server is using the docker image:
docker run --rm -it jpillora/chisel --help
Usage: chisel [command] [--help]
Version: v1.7.7 (go1.17.6) Client downloaded the binary directly from Github:
./chisel_1.7.7_darwin_arm64 --help
Usage: chisel [command] [--help]
Version: 1.7.7 (go1.17.6) I'm not sure, but maybe this is related to .github/goreleaser.yml#L8 using {{.Version}} which according to goreleaser gets stripped of v prefixes?
— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.