diff options
Diffstat (limited to '.config/bpytop')
-rw-r--r-- | .config/bpytop/bpytop.conf | 2 | ||||
-rw-r--r-- | .config/bpytop/error.log | 184 |
2 files changed, 185 insertions, 1 deletions
diff --git a/.config/bpytop/bpytop.conf b/.config/bpytop/bpytop.conf index c699fbc..e571ed3 100644 --- a/.config/bpytop/bpytop.conf +++ b/.config/bpytop/bpytop.conf @@ -1,4 +1,4 @@ -#? Config file for bpytop v. 1.0.67 +#? Config file for bpytop v. 1.0.68 #* Color theme, looks for a .theme file in "/usr/[local/]share/bpytop/themes" and "~/.config/bpytop/themes", "Default" for builtin default theme. #* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai" diff --git a/.config/bpytop/error.log b/.config/bpytop/error.log new file mode 100644 index 0000000..e74d20d --- /dev/null +++ b/.config/bpytop/error.log @@ -0,0 +1,184 @@ +04/12/21 (01:08:37) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1337, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +07/12/21 (18:36:35) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1337, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +12/12/21 (02:01:22) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1337, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +14/12/21 (16:13:15) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1337, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +17/12/21 (23:05:44) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1337, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +17/12/21 (23:07:53) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1337, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +18/12/21 (18:05:35) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1337, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +18/12/21 (18:05:35) | ERROR: <urlopen error [Errno -3] Temporary failure in name resolution> +Traceback (most recent call last): + File "/usr/lib/python3.10/urllib/request.py", line 1348, in do_open + h.request(req.get_method(), req.selector, req.data, headers, + File "/usr/lib/python3.10/http/client.py", line 1282, in request + self._send_request(method, url, body, headers, encode_chunked) + File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request + self.endheaders(body, encode_chunked=encode_chunked) + File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders + self._send_output(message_body, encode_chunked=encode_chunked) + File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output + self.send(msg) + File "/usr/lib/python3.10/http/client.py", line 975, in send + self.connect() + File "/usr/lib/python3.10/http/client.py", line 1447, in connect + super().connect() + File "/usr/lib/python3.10/http/client.py", line 941, in connect + self.sock = self._create_connection( + File "/usr/lib/python3.10/socket.py", line 824, in create_connection + for res in getaddrinfo(host, port, 0, SOCK_STREAM): + File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo + for res in _socket.getaddrinfo(host, port, family, type, proto, flags): +socket.gaierror: [Errno -3] Temporary failure in name resolution + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/bin/bpytop", line 5009, in _checker + with urllib.request.urlopen("https://github.com/aristocratos/bpytop/raw/master/bpytop.py", timeout=5) as source: # type: ignore + File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen + return opener.open(url, data, timeout) + File "/usr/lib/python3.10/urllib/request.py", line 519, in open + response = self._open(req, data) + File "/usr/lib/python3.10/urllib/request.py", line 536, in _open + result = self._call_chain(self.handle_open, protocol, protocol + + File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain + result = func(*args) + File "/usr/lib/python3.10/urllib/request.py", line 1391, in https_open + return self.do_open(http.client.HTTPSConnection, req, + File "/usr/lib/python3.10/urllib/request.py", line 1351, in do_open + raise URLError(err) +urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> +18/12/21 (18:06:31) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1337, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +18/12/21 (18:06:31) | ERROR: <urlopen error [Errno -3] Temporary failure in name resolution> +Traceback (most recent call last): + File "/usr/lib/python3.10/urllib/request.py", line 1348, in do_open + h.request(req.get_method(), req.selector, req.data, headers, + File "/usr/lib/python3.10/http/client.py", line 1282, in request + self._send_request(method, url, body, headers, encode_chunked) + File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request + self.endheaders(body, encode_chunked=encode_chunked) + File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders + self._send_output(message_body, encode_chunked=encode_chunked) + File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output + self.send(msg) + File "/usr/lib/python3.10/http/client.py", line 975, in send + self.connect() + File "/usr/lib/python3.10/http/client.py", line 1447, in connect + super().connect() + File "/usr/lib/python3.10/http/client.py", line 941, in connect + self.sock = self._create_connection( + File "/usr/lib/python3.10/socket.py", line 824, in create_connection + for res in getaddrinfo(host, port, 0, SOCK_STREAM): + File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo + for res in _socket.getaddrinfo(host, port, family, type, proto, flags): +socket.gaierror: [Errno -3] Temporary failure in name resolution + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/usr/bin/bpytop", line 5009, in _checker + with urllib.request.urlopen("https://github.com/aristocratos/bpytop/raw/master/bpytop.py", timeout=5) as source: # type: ignore + File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen + return opener.open(url, data, timeout) + File "/usr/lib/python3.10/urllib/request.py", line 519, in open + response = self._open(req, data) + File "/usr/lib/python3.10/urllib/request.py", line 536, in _open + result = self._call_chain(self.handle_open, protocol, protocol + + File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain + result = func(*args) + File "/usr/lib/python3.10/urllib/request.py", line 1391, in https_open + return self.do_open(http.client.HTTPSConnection, req, + File "/usr/lib/python3.10/urllib/request.py", line 1351, in do_open + raise URLError(err) +urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> +18/12/21 (21:28:48) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1337, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +27/12/21 (22:02:19) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +27/12/21 (22:04:20) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +27/12/21 (22:17:45) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +27/12/21 (22:19:59) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +27/12/21 (22:55:57) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +09/01/22 (22:20:14) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +09/01/22 (22:23:30) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +09/01/22 (22:36:32) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +09/01/22 (22:37:07) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +09/01/22 (22:41:16) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +09/01/22 (22:45:41) | ERROR: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' +Traceback (most recent call last): + File "/usr/bin/bpytop", line 1357, in refresh + for f in os.listdir(d): +FileNotFoundError: [Errno 2] No such file or directory: '/home/zt/.config/bpytop/themes' |