Calibre stopped working recently. Tried uninstalling and reinstalling.
When I open a terminal and call $calibre
I get the following error message:
Traceback (most recent call last):
File "/usr/bin/calibre", line 20, in <module>
sys.exit(calibre())
File "/usr/lib/calibre/calibre/gui_launch.py", line 73, in calibre
main(args)
File "/usr/lib/calibre/calibre/gui2/main.py", line 543, in main
listener = create_listener()
File "/usr/lib/calibre/calibre/gui2/main.py", line 514, in create_listener
return Listener(address=gui_socket_address())
File "/usr/lib/calibre/calibre/utils/ipc/server.py", line 110, in __init__
self._listener._unlink.cancel()
AttributeError: 'NoneType' object has no attribute 'cancel'
Do I need to install some dependency that the sudo apt install didn't get? I tried installing via command line and the software installer/updater GUI.
I'm on version Ubuntu 20.04.1 LTS. I made sure that my software in general is up to date also.