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
Traceback (most recent call last):
File "main.py", line 20, in <module>
REGISTRY.register(sonar_collector)
File "/usr/local/lib/python3.6/site-packages/prometheus_client/registry.py", line 24, in register
names = self._get_names(collector)
File "/usr/local/lib/python3.6/site-packages/prometheus_client/registry.py", line 64, in _get_names
for metric in desc_func():
File "/root/sonar/sonar.py", line 41, in collect
insecure=True
File "/root/sonar/sonar.py", line 23, in __init__
self.projects = Projects(self)
File "/root/sonar/data/projects.py", line 15, in __init__
list_status = get_list_projects(sonar)
File "/root/sonar/data/projects.py", line 73, in get_list_projects
raw_data = response.json()
File "/usr/local/lib/python3.6/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/local/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Hi everyone ,
Currently Sonar-exporter is not working
Here are detail step and exception log :
step1 : build image as instruction
step2 : run image with docker command :
Check container logs:
@namnh68 @hieupmse05244
The text was updated successfully, but these errors were encountered: