miketheprogrammer / go-thrust

Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
MIT License
445 stars 34 forks source link

Resume download #80

Open luiz-rocha opened 7 years ago

luiz-rocha commented 7 years ago

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