Getting error while running uplink-main project unable to decode user agent entries: version token is not valid

Hi,

Getting Error 'could not open project: uplink: unable to decode user agent entries: version token is not valid: (devel)'.

Trying to setup storj in windows.

Go Language installation is done. While running command ‘go run ./examples/walkthrough’, I am getting above error

Hi Munjalp, and welcome!

To be able to use the walkthrough example, you need to checkout a release version. You can do by first checkout all tags:

git fetch --all --tags

You’ll then be able to checkout a specific version, for example the latest one:

git checkout v1.9.0

Hope it helps!