I installed weresync on Ubuntu 20.04 Server using pip3 install weresync.
Then I ran sudo weresync-daemon & >/dev/null 2>&1 which returns:
[1] 16114
running it again returns:
[2] 16133 Traceback (most recent call last): File "/usr/local/bin/weresync-daemon", line 11, in <module> load_entry_point('WereSync==1.1.5', 'console_scripts', 'weresync-daemon')() File "/usr/local/lib/python3.8/dist-packages/WereSync-1.1.5-py3.8.egg/weresync/daemon/daemon.py", line 37, in run with bus.publish("net.manilas.weresync.DriveCopier", DriveCopier()): File "/usr/local/lib/python3.8/dist-packages/pydbus-0.6.0-py3.8.egg/pydbus/publication.py", line 42, in publish return Publication(self, bus_name, *objects) File "/usr/local/lib/python3.8/dist-packages/pydbus-0.6.0-py3.8.egg/pydbus/publication.py", line 35, in __init__ self._at_exit(bus.request_name(bus_name, allow_replacement=allow_replacement, replace=replace).__exit__) File "/usr/local/lib/python3.8/dist-packages/pydbus-0.6.0-py3.8.egg/pydbus/request_name.py", line 29, in request_name return NameOwner(self, name, allow_replacement, replace) File "/usr/local/lib/python3.8/dist-packages/pydbus-0.6.0-py3.8.egg/pydbus/request_name.py", line 13, in __init__ raise RuntimeError("name already exists on the bus") RuntimeError: name already exists on the bus
I just can't get this to work without being thrown some sort of error no matter what I do. Is this even still under development or some sort of supervision? Please help!
I installed weresync on Ubuntu 20.04 Server using
pip3 install weresync.Then I ran
sudo weresync-daemon & >/dev/null 2>&1which returns:[1] 16114running it again returns:
[2] 16133 Traceback (most recent call last): File "/usr/local/bin/weresync-daemon", line 11, in <module> load_entry_point('WereSync==1.1.5', 'console_scripts', 'weresync-daemon')() File "/usr/local/lib/python3.8/dist-packages/WereSync-1.1.5-py3.8.egg/weresync/daemon/daemon.py", line 37, in run with bus.publish("net.manilas.weresync.DriveCopier", DriveCopier()): File "/usr/local/lib/python3.8/dist-packages/pydbus-0.6.0-py3.8.egg/pydbus/publication.py", line 42, in publish return Publication(self, bus_name, *objects) File "/usr/local/lib/python3.8/dist-packages/pydbus-0.6.0-py3.8.egg/pydbus/publication.py", line 35, in __init__ self._at_exit(bus.request_name(bus_name, allow_replacement=allow_replacement, replace=replace).__exit__) File "/usr/local/lib/python3.8/dist-packages/pydbus-0.6.0-py3.8.egg/pydbus/request_name.py", line 29, in request_name return NameOwner(self, name, allow_replacement, replace) File "/usr/local/lib/python3.8/dist-packages/pydbus-0.6.0-py3.8.egg/pydbus/request_name.py", line 13, in __init__ raise RuntimeError("name already exists on the bus") RuntimeError: name already exists on the busI just can't get this to work without being thrown some sort of error no matter what I do. Is this even still under development or some sort of supervision? Please help!