We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Go-Thrust:2016/09/13 12:30:24 Thrust Client:: Initializing Extract directory was /home/user/0.7.6 Downloading https://github.com/breach/thrust/releases/download/v0.7.6/thrust-v0.7.6-linux-x64.zip to /home/user/0.7.6 19.51 MB / 33.95 MB [======================================================================>---------------------------------------------------] 57.48% 52.49 KB/s 4m41s
Download stopped unexpectedly and I'm getting this error when running go run tutorials/basic_window/basic_window.go again
Go-Thrust:2016/09/13 13:07:22 Thrust Client:: Initializing Thrust already exists on filesystem .... skipping panic: zip: not a valid zip file
goroutine 1 [running]: panic(0x78f460, 0xc82000b020) /usr/local/go/src/runtime/panic.go:481 +0x3e6 github.com/miketheprogrammer/go-thrust/lib/spawn.Run() /home/user/Projects/Go/src/github.com/miketheprogrammer/go-thrust/lib/spawn/spawn_process.go:74 +0x188 github.com/miketheprogrammer/go-thrust/thrust.Start() /home/user/Projects/Go/src/github.com/miketheprogrammer/go-thrust/thrust/thrust.go:46 +0x18 main.main() /home/user/Projects/Go/src/github.com/miketheprogrammer/go-thrust/tutorials/basic_window/basic_window.go:16 +0xb1 exit status 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Go-Thrust:2016/09/13 12:30:24 Thrust Client:: Initializing
Extract directory was /home/user/0.7.6
Downloading https://github.com/breach/thrust/releases/download/v0.7.6/thrust-v0.7.6-linux-x64.zip to /home/user/0.7.6
19.51 MB / 33.95 MB [======================================================================>---------------------------------------------------] 57.48% 52.49 KB/s 4m41s
Download stopped unexpectedly and I'm getting this error when running go run tutorials/basic_window/basic_window.go again
Go-Thrust:2016/09/13 13:07:22 Thrust Client:: Initializing
Thrust already exists on filesystem .... skipping
panic: zip: not a valid zip file
goroutine 1 [running]:
panic(0x78f460, 0xc82000b020)
/usr/local/go/src/runtime/panic.go:481 +0x3e6
github.com/miketheprogrammer/go-thrust/lib/spawn.Run()
/home/user/Projects/Go/src/github.com/miketheprogrammer/go-thrust/lib/spawn/spawn_process.go:74 +0x188
github.com/miketheprogrammer/go-thrust/thrust.Start()
/home/user/Projects/Go/src/github.com/miketheprogrammer/go-thrust/thrust/thrust.go:46 +0x18
main.main()
/home/user/Projects/Go/src/github.com/miketheprogrammer/go-thrust/tutorials/basic_window/basic_window.go:16 +0xb1
exit status 2
The text was updated successfully, but these errors were encountered: