You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With pull request #53 you've introduced an enhanced debug mode which is enabled in our pipelines by default to see a more verbose log.
Since the update a few hours ago, we've issues with the changes you made for the enhanced debug mode:
{"action":"generate report","data":{"provide":"gitlab"}}
{"action":"sonar get task status","data":"/api/ce/activity"}
{"action":"[axios] request","data":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"headers":{"common":{"Accept":"application/json, text/plain, */*"},"delete":{},"get":{},"head":{},"post":{"Content-Type":"application/x-www-form-urlencoded"},"put":{"Content-Type":"application/x-www-form-urlencoded"},"patch":{"Content-Type":"application/x-www-form-urlencoded"},"Authorization":"Bearer [MASKED]"},"method":"get","url":"[REDACTED]/api/ce/activity?component=[REDACTED]&onlyCurrents=true"}}
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'ClientRequest'
| property 'socket' -> object with constructor 'TLSSocket'
--- property '_httpMessage' closes the circle
at JSON.stringify (<anonymous>)
at Logger.debug (/usr/local/lib/node_modules/sonar-quality-gate/build/utils/log.js:18:26)
at onResponse (/usr/local/lib/node_modules/sonar-quality-gate/build/http/interceptors.js:14:17)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
After the error the whole application crashes and doesn't continue decorating the merge requests in GitLab.
The text was updated successfully, but these errors were encountered:
Hi :)
With pull request #53 you've introduced an enhanced debug mode which is enabled in our pipelines by default to see a more verbose log.
Since the update a few hours ago, we've issues with the changes you made for the enhanced debug mode:
After the error the whole application crashes and doesn't continue decorating the merge requests in GitLab.
The text was updated successfully, but these errors were encountered: