NHOrus / ponydownloader

Attempt to learn go and exploit derpibooru.org public api to batch download files concurrently
BSD 2-Clause "Simplified" License
12 stars 1 forks source link

Current executable files no longer work. Could you upload new ones, please? #35

Open a-washing-machine opened 5 years ago

a-washing-machine commented 5 years ago

Hey, would you mind uploading new executable files for your derpibooru-downloader?

The current executable stopped working sometime last year due to changes on derpibooru.

I even installed GO and tried compiling the recent source code myself, but I keep getting "cannot find package"-errors. Lacking any knowledge of GO-programming, I cannot fix them.

An executable for the recent version would be appreciated. :)

(I use Windows 7 [x64])

My apologies for putting this here, github does not seem to support private messaging, which is quite frankly odd.


For reference, below are the errors described:

C:\ponydownloader-0.11.1>go build

init_windows.go:10:2: cannot find package "github.com/inconshreveable/mousetrap" in any of: C:\Go\src\github.com\inconshreveable\mousetrap (from $GOROOT) C:\Users\username\go\src\github.com\inconshreveable\mousetrap (from $GOPATH ) settings.go:11:2: cannot find package "github.com/jessevdk/go-flags" in any of: C:\Go\src\github.com\jessevdk\go-flags (from $GOROOT) C:\Users\username\go\src\github.com\jessevdk\go-flags (from $GOPATH) logging.go:9:2: cannot find package "gopkg.in/natefinch/lumberjack.v2" in any of : C:\Go\src\gopkg.in\natefinch\lumberjack.v2 (from $GOROOT) C:\Users\username\go\src\gopkg.in\natefinch\lumberjack.v2 (from $GOPATH)

NHOrus commented 5 years ago

Can you say what's the problem with downloading from derpibooru?

I just tested it and both build and download still works.

To finish build you need to do go get before go build