429 Response when restoring nuget packages from Bintray

Getting a 429 response when trying to restore nuget packages from Bintray.
Was working OK about a week ago, and haven’t changed the build.
Have confirmed from a local PC that the Bintray API is responding OK to (single) requests.
Any ideas if this is a Bintray issue or is it possible there is a problem on the CircleCI side causing this?

Thanks

Turns out this was a issue with the Bintray API - they had introduced some changes to prevent denial of service attacks, and these were blocking the requests from CircleCI.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.