Not sure if this helps but ctrl C out of the process.
^CTraceback (most recent call last):
File "/usr/local/bin/opal", line 8, in <module>
sys.exit(run())
File "/usr/local/lib/python3.10/dist-packages/obiba_opal/console.py", line 184, in run
args.func(args)
File "/usr/local/lib/python3.10/dist-packages/obiba_opal/data.py", line 153, in do_command
res = EntityService(client, args.verbose).get_entity_tables(
args.id, args.type)
File "/usr/local/lib/python3.10/dist-packages/obiba_opal/data.py", line 175, in get_entity_tables
response = request.fail_on_error().accept_json().get().resource(self._make_ws(id, type, True)).send()
File "/usr/local/lib/python3.10/dist-packages/obiba_opal/core.py", line 399, in send
response = OpalResponse(self.client.session.send(request.prepare()))
File "/usr/local/lib/python3.10/dist-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/requests/adapters.py", line 486, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.10/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.10/dist-packages/urllib3/connectionpool.py", line 449, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.10/dist-packages/urllib3/connectionpool.py", line 444, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib/python3.10/http/client.py", line 1395, in getresponse
response.begin()
File "/usr/lib/python3.10/http/client.py", line 323, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.10/http/client.py", line 284, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.10/socket.py", line 705, in readinto
return self._sock.recv_into(b)
KeyboardInterrupt
Dwain