Unable to find the pullrequest

We have multiple PRs in Azure.
But since some hours the following error is showing:

ERROR: Could not find the pullrequest with key '2242'
ERROR: Caused by: Error 404 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=xxx_Portal&pullrequestKey=2242 : {"errors":[{"msg":"Unable to find the pullrequest with key \u00272242\u0027"}]}

We have already checked our tokens. But they are not expired.

We are experiencing the same error. In addition some projects are not being scanned anymore.

Hi guys,

Welcome to the community!

Can you try replacing them anyway? Per the docs

  • Azure requires that a user log in every 30 days, or it automatically kills a PAT; this action may cause your related pipeline to fail. Here is an Azure Q&A on this topic.

 
HTH,
Ann

We have already replaced the tokens when we test it before the post.

Hi,

Many systems will return a 404 error (i.e. what you’ve asked for doesn’t exist) rather than a 403 error, thus admitting that the resource exists but you just don’t have access to it.

Can you try it again? In 99.99% of these cases, that’s the problem.

 
Ann

Any news? Any possible change of the GitHub API? We have CI based pipelines and auto analysis. Both are not recognizing new PR’s.

We have refresh it a gain. And it works not.

We checking now an other thing. So, we come back with a status update

1 Like