storj / up

Docker-compose files for running full Storj network locally
GNU Affero General Public License v3.0
23 stars 8 forks source link

Doesn't generate right environment variables for uplinkng (which is now uplink) #12

Closed thepaul closed 2 years ago

thepaul commented 2 years ago
~/tmp% docker compose up -d
(snip output)
~/tmp% eval $(storj-up credentials -e)
~/tmp% uplink mb sj://abc
No accesses configured. Use 'access save' or 'access create' to create one
        main.(*external).GetAccessInfo:92
        main.(*external).OpenAccess:67
        main.(*external).OpenProject:30
        main.(*cmdMb).Execute:40
        main.(*external).Wrap:123
        github.com/zeebo/clingy.(*Environment).dispatchDesc:126
        github.com/zeebo/clingy.(*Environment).dispatch:53
        github.com/zeebo/clingy.Environment.Run:34
        main.main:25
        runtime.main:255

This seemed to work fine before I updated my storj repo and got the uplinkng -> uplink rename.

storjBuildBot commented 2 years ago

Change https://review.dev.storj.io/c/storj/up/+/6901 mentions this issue.