After the nightmare that is v3 headless, I’m trying to get v1.5x working.
However, it won’t start;
This is on a Ubuntu 20.04 server (no gui) install
sudo insync-headless start --no-daemon
To add accounts in headless mode, use the "insync add_account" command. Run "insync help add_account" for more details.
Traceback (most recent call last):
File "<string>", line 6, in <module>
File "__main__.py", line 128, in <module>
File "__main__insync__.py", line 125, in <module>
File "isyncd/linux/headless/cli.py", line 49, in run
File "__main__insync__.py", line 46, in main
File "isyncd/linux/fm_integrator.py", line 6, in <module>
File "isyncd/linux/qtutil.py", line 7, in <module>
File "PySide2/QtWidgets.py", line 26, in <module>
File "PySide2/QtWidgets.py", line 17, in _bbfreeze_import_dynamic_module
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
I see this has been reported before (Insync won't start anymore (libGL.so.1)) but it was never resolved.
Please don’t tell me the headless version still needs a gui on the server to run, that would be kinda pointless.