syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
400 stars 40 forks source link

Syncthing is broken #396

Closed cyberb closed 5 years ago

cyberb commented 5 years ago

Unable to install:

root@amd64:~# snap install syncthing       error: cannot perform the following tasks: - Run install hook of "syncthing" snap if present (run hook "install":
-----
Traceback (most recent call last):
  File "/snap/syncthing/180918113/meta/hooks/install", line 6, in <module>
    from syncthing_hooks import SyncthingInstaller
  File "/snap/syncthing/180918113/hooks/syncthing_hooks.py", line 13, in <module>
    from syncloud_app import logger
ImportError: No module named syncloud_app
-----)
cyberb commented 5 years ago

Need to embed python to remove dependency on platform.

cyberb commented 5 years ago

Fixed and released