You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We have an internal composer server (Satis) that has been running for years without issue.
A couple of weeks ago, the builds stopped working, and we now receive the following error from composer:
[Composer\Downloader\TransportException (404)]
The "https://api.bitbucket.org/2.0/repositories/{username}/{reponame}?field
s=-project%2C-owner" file could not be downloaded (HTTP/1.1 404 Not Found)
Obviously with the user/repo redacted for the sake of this post.
The repository definitely exists - it can be checked out with Git on my main work computer, we've not touched or updated the composer server in a good long time, and we've confirmed that the SSH key on the server and bitbucket still works and we can make the connection.
So, what changed with Bitbucket? and how do we resolve this?
EDIT:: For clarity, we have tested this with a number of Bitbucket repositories - all seem to have the same issue.
The issue appears to be caused by this change in functionality on Bitbucket Cloud.
The composer server attempts to make a connection if it gets a 403, but a 404 is an exception.
Utterly stupid change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.