Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

reading https://api.bitbucket.org/2.0/repositories/ww/goautoneg?fields=scm: 404 Not Found

avolcoff October 11, 2020

getting this error during Go build: (see last line)

go: github.com/open-cluster-management/multicloud-operators-channel@v1.0.0 requires
        github.com/operator-framework/operator-sdk@v0.12.0 requires
        github.com/operator-framework/operator-registry@v1.1.1 requires
        bitbucket.org/ww/goautoneg@v0.0.0-20120707110453-75cd24fc2f2c: reading https://api.bitbucket.org/2.0/repositories/ww/goautoneg?fields=scm: 404 Not Found

 is there some outage?
this was working fine a couple of weeks ago

1 answer

0 votes
avolcoff October 12, 2020

Found the solution:

not sure why suddenly the versions that I used for over a month started to break (with no code changes)

 

had to change go.mod

from:

 github.com/open-cluster-management/multicloud-operators-channel v0.0.0-20200326020623-ff347c2da37c
 github.com/open-cluster-management/multicloud-operators-deployable v1.0.0
 github.com/open-cluster-management/multicloud-operators-placementrule v1.0.0
 github.com/open-cluster-management/multicloud-operators-subscription v1.0.0

to:

 github.com/open-cluster-management/multicloud-operators-channel v1.0.1-0.20200930214554-fa55cf642642
 github.com/open-cluster-management/multicloud-operators-deployable v0.0.0-20200925154205-fc4ec3e30a4d
 github.com/open-cluster-management/multicloud-operators-placementrule v1.0.1-2020-06-08-14-28-27.0.20200927053545-8e131abcf13c
 github.com/open-cluster-management/multicloud-operators-subscription v1.0.0-2020-05-12-21-17-19.0.20201009005738-cbe273a045ab

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events