cnescatlab / sonar-cnes-report

Generates analysis reports from SonarQube web API.
GNU General Public License v3.0
449 stars 154 forks source link

CNES Report stuck on Loading Screen #411

Open cliobrando opened 1 month ago

cliobrando commented 1 month ago

After analyzing some projects, the CNES window stops responding and the message "Loading..." appears.

If I restart the instance, the problem continues, it has happened to me before and I was able to solve it by restoring a previous database backup. I can use the tool from the command line without problems.

In the browser's dev tools I see these messages: net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200 (OK) /api/user_tokens/generate 400 (Bad Request)

The last message that appeared in the cnesreport-0.log was this one:

INFO: Character decoding failed. Parameter [branch] with value [%] has been ignored. Note that the name and value quoted here may be corrupted due to the failed decoding. Use debug level logging to see the original, non-corrupted values.
Note: further occurrences of Parameter errors will be logged at DEBUG level.

OS: Ubuntu 22.04 Sonarqube: 10.6 CNES Report: 5.0.0

Captures: image

Topin2001 commented 3 weeks ago

Hello, In order to look into your issue, can you provide me the network output of the 'f12' page when you're loading the report page please ?

cliobrando commented 3 weeks ago

I restored the database to get it working again, so it's working now, I'll try to replicate the error.