при интеграции сонара Infulux с графаной - PullRequest
0 голосов
/ 20 февраля 2020
count -----
1
begin export data...
Traceback (most recent call last):
File "./sonar-client.py", line 110, in <module>
ids = client.get_all_ids('/api/components/search?qualifiers=TRK')
File "./sonar-client.py", line 34, in get_all_ids
data = self._make_request(endpoint)
File "./sonar-client.py", line

31, в _make_request return r. json () Файл "/usr/local/lib/python3.6/site-packages/requests/models .py ", строка 898, в json вернуть сложный json .loads (self.text, ** kwargs) файл" /usr/local/lib/python3.6/json/init .py ", строка 354, в загрузках возвращает файл _default_decoder.decode (s)" /usr/local/lib/python3.6/json/decoder.py ", строка 339, в декодировании obj, end = self. raw_decode (s, idx = _w (s, 0) .end ()) Файл "/usr/local/lib/python3.6/json/decoder.py", строка 357, в raw_decode поднимите JSONDecodeError ("Ожидаемое значение" ", s, err.value) из None json .decoder.JSONDecodeError: Ожидаемое значение: строка 1, столбец 1 (символ 0) Файл" /usr/local/lib/python3.6/json/decoder.py " , строка 357, в raw_decode повысить JSONDecodeError («Ожидаемое значение», s, err.value) из None json .decoder.JSONDecodeError: Ожидаемое значение: строка 1, столбец 1 (символ 0)

...