Traceback (most recent call last):
File "/srv/onionoo.torproject.org/onionoo/monitoring/services/onionoo", line 23, in <module>
list_of_errors = Counter([(x.split(' ')[2], x.split(' ')[3].split(':')[0]) for x in str(out).split('\\n') if x != '"' and len(x)>1])
File "/srv/onionoo.torproject.org/onionoo/monitoring/services/onionoo", line 23, in <listcomp>
list_of_errors = Counter([(x.split(' ')[2], x.split(' ')[3].split(':')[0]) for x in str(out).split('\\n') if x != '"' and len(x)>1])
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/onionoo.torproject.org/onionoo/monitoring/services/onionoo", line 28, in <module>
g_warnings.labels(host, "Problem running exporter - {}".format(e)).set(1)
File "/usr/lib/python3/dist-packages/prometheus_client/metrics.py", line 146, in labels
raise ValueError('Incorrect label count')
ValueError: Incorrect label count