GitHub Actions - Error during SonarScanner execution

Hi,

I have a Golang repo publicly on GitHub.

Here is a PR that fails with the error shown below:

Error observed:

ERROR: Error during SonarScanner execution
ERROR: Something went wrong while trying to get the pullrequest with key '32'
ERROR: Caused by: Error 500 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=TibiaData_tibiadata-api-go&pullrequestKey=32 : {"errors":[{"msg":"An unexpected error occurred. Please try again later."}]}
ERROR: 
ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.

I have both the SonarCloud GitHub App installed on my repository and in SonarCloud I do not have automatic analysis and I use a GitHub Actions workflow for the analysis.
And it’s inside that workflow run that it fails, when it’s supposed to upload the stuff to SonarCloud.

What shall I check for next?
I really don’t get why it’s not working.

Regards,
Tobias

Hey there.

It looks like that the PR is now analyzed. Is everything working for you now?

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