404 errors in connected mode

Please provide

  • Operating system: Windows 10
  • SonarLint plugin version: 9.2.0.81471
  • Programming language you’re coding in: Java
  • Is connected mode used: Yes
    • Connected to SonarQube Version: 9.9.1.69595

Hello,

we’ve noticed that SonarLint often receives a 404 error on its api calls. In our SonarQube access log we see the following error message about once every hour:

"GET /api/settings/values.protobuf?component=d HTTP/1.1" 404 - "-" "SonarLint Eclipse 9.2.0.81471"

Is this due to a bug in SonarLint or a configuration error on our side?

Hi @Pasc

Looks like the project key input is passed as “d”

?component=d

Is “d” the correct project key?

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