Rovo Dev stopped working

I’ve set up Rovo Dev in the Atlassian CLI, but a few days ago, the acli rovodev run command started showing the following error:

Failed to connect to the Rovo Dev API on http status error, please try again later.

The logs in ~/.rovodev/rovodev.log are showing that the CLI attempts to make an API request, but it fails with a 403 error:

Request error: Client error '403 Forbidden' for url 'https://api.atlassian.com/rovodev/v2/credits/check'

My email and API token are correct and my Rovo Dev trial is still active. Is there anything else I can do or is this an ACLI bug?

1 Like

Hi @klaussner ,

For reasons I have yet to understand, the Rovo Dev would sometimes switch sites on me and then produce very similar errors. The fix was always to change this part in the config:

atlassianBillingSite:
  siteUrl: https://$SITE.atlassian.net

Hope that helps,
Oliver

3 Likes

That was it! Thank you, @osiebenmarck.

2 Likes