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

Not installed #32

Closed
ghost opened this issue Jul 25, 2020 · 3 comments · Fixed by #33
Closed

Not installed #32

ghost opened this issue Jul 25, 2020 · 3 comments · Fixed by #33
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jul 25, 2020

Logs:

go get github.com/go-phie/gophie

github.com/go-phie/gophie/downloader

../../go/src/github.com/go-phie/gophie/downloader/downloader.go:18:37: undefined: downloader.Data
../../go/src/github.com/go-phie/gophie/downloader/downloader.go:29:13: undefined: downloader.URL
../../go/src/github.com/go-phie/gophie/downloader/downloader.go:34:24: undefined: downloader.Stream
../../go/src/github.com/go-phie/gophie/downloader/downloader.go:45:11: undefined: downloader.Data
../../go/src/github.com/go-phie/gophie/downloader/downloader.go:72:10: undefined: downloader.Data
../../go/src/github.com/go-phie/gophie/downloader/downloader.go:93:2: undefined: config.OutputPath
../../go/src/github.com/go-phie/gophie/downloader/downloader.go:100:9: undefined: downloader.Download
../../go/src/github.com/go-phie/gophie/downloader/downloader.go:100:42: undefined: config.ChunkSizeMB

OS: Macos Mojave, Go version go1.14.6 darwin/amd64

@MeNsaaH
Copy link
Member

MeNsaaH commented Jul 25, 2020

Can you try this instead

go get -u github.com/go-phie/gophie

@MeNsaaH MeNsaaH added the bug Something isn't working label Jul 25, 2020
@MeNsaaH
Copy link
Member

MeNsaaH commented Jul 25, 2020

@deven96 this has been reproduced. It's also failing, on my end. Need to fix Downloader Package

@MeNsaaH
Copy link
Member

MeNsaaH commented Jul 25, 2020

I turns out the bug is coming from annie downloader. A couple of changes have been made and need to be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant