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

gokr-packer exiting with status 2 after *grpc.ClientConn has no field or method State #6

Closed
YaguraStation opened this issue May 3, 2017 · 1 comment

Comments

@YaguraStation
Copy link

Trying to write scan2drive on to SD card. After below error old gokrazy image and apps remain.

# gokr-packer -overwrite=/dev/mmcblk0 github.com/stapelberg/scan2drive

2017/05/03 13:15:47 packer.go:225: installing [github.com/stapelberg/scan2drive]
2017/05/03 13:15:47 gotool.go:60: getting incomplete packages [github.com/stapelberg/scan2drive]
# github.com/stapelberg/scan2drive
go/src/github.com/stapelberg/scan2drive/main.go:410: scanConn.State undefined (type *grpc.ClientConn has no field or method State)
2017/05/03 13:19:02 packer.go:228: exit status 2
@stapelberg
Copy link
Owner

This is caused by version skew between the GRPC version on my machine and newer GRPC. I’ll correct this later. In the meantime, you could try git reset --hard 38df39bad1892a821a4feac7f7506a19a13661f2 in $(go env GOPATH)/src/google.golang.org/grpc.

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