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

Nextcloud access change event issue #398

Closed cyberb closed 5 years ago

cyberb commented 5 years ago
executing /snap/nextcloud/current/hooks/access-change.py
2019-07-11 09:43:24,699 - events - ERROR - error in script:
2019-07-11 09:43:24,700 - events - ERROR - Traceback (most recent call last):
  File "/snap/platform/1905051083/python/lib/python2.7/site-packages/syncloud_platform-1905051083-py2.7.egg/syncloud_platform/events.py", line 32, in run_hook_script
    run_script(app_event_script, add_location_to_sys_path)
  File "/snap/platform/1905051083/python/lib/python2.7/site-packages/syncloud_platform-1905051083-py2.7.egg/syncloud_platform/gaplib/scripts.py", line 11, in run_script
    execfile(script_filename, g)
  File "/snap/nextcloud/current/hooks/access-change.py", line 4, in <module>
    subprocess.check_output(join(dirname(__file__), 'access-change'), shell=True)
  File "/snap/platform/1905051083/python/lib/python2.7/subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
CalledProcessError: Command '/snap/nextcloud/current/hooks/access-change' returned non-zero exit status 1
2019-07-11 09:43:24,701 - events - INFO - /snap/notes/current/hooks/access-change.py not found
2019-07-11 09:43: