I keep getting this error...
Why... :(
URL: https://api.bitbucket.org/2.0/repositories/*****/pipelines_config/variables/*****
Response HTTP: 500
string(227) "{"message": "VARIABLE_SERVICE_PUT_REPOSITORY_VARIABLE failed and fallback failed.", "arguments": {"spanId": "c55ff5c957b68867", "parentSpanId": "0000000000000000", "traceId": "c55ff5c957b68867"}, "key": "Internal Server Error"}"
Same occurs for a DELETE request...
https://api.bitbucket.org/2.0/repositories/****/pipelines_config/variables/*****
Response HTTP: 500
string(230) "{"message": "VARIABLE_SERVICE_DELETE_REPOSITORY_VARIABLE failed and fallback failed.", "arguments": {"spanId": "6105c4d944ec1496", "parentSpanId": "0000000000000000", "traceId": "6105c4d944ec1496"}, "key": "Internal Server Error"}"
Hi Chris, there's nothing much we can do without knowing how your API request looks like. Can you share with us the full URL of the REST API you're trying to call? From there we can tell what's wrong with the command you're using, like for example:
-Are you passing all the mandatory parameters of that end-point?
- Are you inserting the UUID in the REST API URL correctly (keep in mind that you need to wrap the uuid in encoded curly brackets - %7B and %7D)?
Best regards!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.