DEBUG : CLI version 2.30.2 matches requirements.txt 2.30.2.
ERROR : (pid=900)
DEBUG : Exception info:
------------------------
Traceback (most recent call last):
File "/Users/XXXXXX/.local/pipx/venvs/pretext/lib/python3.14/site-packages/psutil/_psosx.py", line 363, in wrapper
return fun(self, *args, **kwargs)
File "/Users/XXXXXX/.local/pipx/venvs/pretext/lib/python3.14/site-packages/psutil/_psosx.py", line 524, in net_connections
rawlist = cext.proc_net_connections(self.pid, families, types)
PermissionError: [Errno 1] Operation not permitted (originated from proc_pidinfo(PROC_PIDLISTFDS) 1/2)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/XXXXXX/.local/pipx/venvs/pretext/lib/python3.14/site-packages/pretext/cli.py", line 44, in try_except
return ctx.invoke(f, *args, **kwargs)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/Users/XXXXXX/.local/pipx/venvs/pretext/lib/python3.14/site-packages/click/core.py", line 814, in invoke
return callback(*args, **kwargs)
File "/Users/XXXXXX/.local/pipx/venvs/pretext/lib/python3.14/site-packages/pretext/cli.py", line 953, in view
if current_server is not None and current_server.is_active_server():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/Users/XXXXXX/.local/pipx/venvs/pretext/lib/python3.14/site-packages/pretext/server.py", line 64, in is_active_server
for _, _, _, laddr, _, _ in p.net_connections("all"):
~~~~~~~~~~~~~~~~~^^^^^^^
File "/Users/XXXXXX/.local/pipx/venvs/pretext/lib/python3.14/site-packages/psutil/__init__.py", line 1250, in net_connections
return self._proc.net_connections(kind)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/Users/XXXXXX/.local/pipx/venvs/pretext/lib/python3.14/site-packages/psutil/_psosx.py", line 369, in wrapper
raise AccessDenied(pid, name) from err
psutil.AccessDenied: (pid=900)