Jan 26 18:38:11 brente com.github.gi_lom.dialect.SearchProvider[5772]: Traceback (most recent call last): Jan 26 18:38:11 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpcore/_exceptions.py", line 8, in map_exceptions Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: yield Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpcore/backends/sync.py", line 76, in connect_tcp Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: sock = socket.create_connection( Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3.9/socket.py", line 823, in create_connection Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: for res in getaddrinfo(host, port, 0, SOCK_STREAM): Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3.9/socket.py", line 954, in getaddrinfo Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: for res in _socket.getaddrinfo(host, port, family, type, proto, flags): Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: socket.gaierror: [Errno -2] Name or service not known Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: During handling of the above exception, another exception occurred: Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: Traceback (most recent call last): Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_transports/default.py", line 60, in map_httpcore_exceptions Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: yield Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_transports/default.py", line 187, in handle_request Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: resp = self._pool.handle_request(req) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpcore/_sync/connection_pool.py", line 248, in handle_request Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: raise exc Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpcore/_sync/connection_pool.py", line 232, in handle_request Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: response = connection.handle_request(request) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpcore/_sync/connection.py", line 90, in handle_request Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: raise exc Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpcore/_sync/connection.py", line 67, in handle_request Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: stream = self._connect(request) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpcore/_sync/connection.py", line 115, in _connect Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: stream = self._network_backend.connect_tcp(**kwargs) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpcore/backends/sync.py", line 76, in connect_tcp Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: sock = socket.create_connection( Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3.9/contextlib.py", line 137, in __exit__ Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: self.gen.throw(typ, value, traceback) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpcore/_exceptions.py", line 12, in map_exceptions Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: raise to_exc(exc) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: httpcore.ConnectError: [Errno -2] Name or service not known Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: The above exception was the direct cause of the following exception: Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: Traceback (most recent call last): Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/share/dialect/search_provider", line 208, in <module> Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: TranslateService() Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/share/dialect/search_provider", line 44, in __init__ Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: self.translator = self._get_translator() Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/share/dialect/search_provider", line 194, in _get_translator Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: translator = TRANSLATORS[backend]( Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/share/dialect/dialect/translators/libretrans.py", line 29, in __init__ Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: r = self.client.get(self.lang_url) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_client.py", line 1025, in get Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: return self.request( Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_client.py", line 802, in request Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: return self.send(request, auth=auth, follow_redirects=follow_redirects) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_client.py", line 889, in send Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: response = self._send_handling_auth( Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_client.py", line 917, in _send_handling_auth Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: response = self._send_handling_redirects( Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_client.py", line 954, in _send_handling_redirects Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: response = self._send_single_request(request) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_client.py", line 990, in _send_single_request Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: response = transport.handle_request(request) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_transports/default.py", line 187, in handle_request Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: resp = self._pool.handle_request(req) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3.9/contextlib.py", line 137, in __exit__ Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: self.gen.throw(typ, value, traceback) Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: File "/usr/lib/python3/dist-packages/httpx/_transports/default.py", line 77, in map_httpcore_exceptions Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: raise mapped_exc(message) from exc Jan 26 18:38:12 brente com.github.gi_lom.dialect.SearchProvider[5772]: httpx.ConnectError: [Errno -2] Name or service not known Jan 26 18:38:20 brente chromium.desktop[6341]: [6341:6341:0126/183820.885560:ERROR:gpu_init.cc(441)] Passthrough is not supported, GL is desktop Jan 26 18:38:21 brente chromium.desktop[6341]: [6341:6341:0126/183821.204130:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process. Jan 26 18:38:23 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): EDID vendor "AUO", prod id 13549 Jan 26 18:38:23 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): Printing DDC gathered Modelines: Jan 26 18:38:23 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2100 1080 1083 1084 1110 -hsync -vsync (66.7 kHz eP) Jan 26 18:38:24 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): EDID vendor "AUO", prod id 13549 Jan 26 18:38:24 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): Printing DDC gathered Modelines: Jan 26 18:38:24 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2100 1080 1083 1084 1110 -hsync -vsync (66.7 kHz eP) Jan 26 18:38:25 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): EDID vendor "AUO", prod id 13549 Jan 26 18:38:26 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): Printing DDC gathered Modelines: Jan 26 18:38:26 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2100 1080 1083 1084 1110 -hsync -vsync (66.7 kHz eP) Jan 26 18:38:26 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): EDID vendor "AUO", prod id 13549 Jan 26 18:38:26 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): Printing DDC gathered Modelines: Jan 26 18:38:26 brente /usr/libexec/gdm-x-session[5094]: (II) modeset(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2100 1080 1083 1084 1110 -hsync -vsync (66.7 kHz eP)