Python error after automatic update

Running pritunl status:

Traceback (most recent call last):
File “/usr/bin/pritunl”, line 33, in
sys.exit(load_entry_point(‘pritunl==1.32.3602.80’, ‘console_scripts’, ‘pritunl’)())
File “/usr/lib/pritunl/usr/lib/python3.9/site-packages/pritunl/main.py”, line 488, in main
raise ValueError(‘Invalid command’)
ValueError: Invalid command

Tried completely purging pritunl and python3 and reinstalling – no change. Any suggestions on where to look?

Following up: Pritunl works if I start it manually; just not if I run the service. It looks like mongodb_uri got reset to an empty string somehow so I fixed that. Still working on why the service isn’t working.