Sia-Ant-Farm icon indicating copy to clipboard operation
Sia-Ant-Farm copied to clipboard

An error when running "go get -u github.com/NebulousLabs/Sia-Ant-Farm/..."

Open zyding1983 opened this issue 6 years ago • 2 comments

go/src/github.com/NebulousLabs/Sia-Ant-Farm/ant/job_host.go:70:16: j.client.HostAcceptingContractsPost undefined (type *client.Client has no field or method HostAcceptingContractsPost)

zyding1983 avatar Apr 23 '18 08:04 zyding1983

@zyding1983 I am also facing issues, but not this one, when do you see this error appear, on initial install or when trying to run the farm?

wolfgangihloff avatar Jun 05 '18 22:06 wolfgangihloff

looks like you need to fetch the dependencies again I believe. go get -u ./... for both the Sia repo and the Sia-Ant-Farm repo. Make sure that you have pulled the latest release.

DavidVorick avatar Jun 06 '18 05:06 DavidVorick