-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
While migrating to the fork, I'm getting and error.
Tried clearing out the /tmp folder which has write access and the new scripts are being created.
But fail to run and cause a boot loop.
Using latest docker build.
STDOUT
Starting SeedSync with UID=1000, GID=1000
STDOUT
Using existing group: seedsync (GID=1000)
STDOUT
Using existing user: seedsync (UID=1000)
STDOUT
Running as: seedsync:seedsync (UID=1000, GID=1000)
STDOUT
2026-03-24 20:44:11,157 - INFO - seedsync (MainProcess/MainThread) - Debug mode is disabled.
STDOUT
2026-03-24 20:44:11,158 - INFO - seedsync (MainProcess/MainThread) - Starting SeedSync
STDOUT
2026-03-24 20:44:11,158 - INFO - seedsync (MainProcess/MainThread) - Platform: x86_64
STDOUT
2026-03-24 20:44:12,324 - INFO - seedsync.WebApp (MainProcess/MainThread) - Html path set to: /app/html
STDOUT
2026-03-24 20:44:15,502 - INFO - RemoteScanner.RemoteScanner.Sshcp (RemoteScanner/RemoteScanner) - Detected remote shell: /bin/bash
STDOUT
2026-03-24 20:44:16,000 - INFO - RemoteScanner.RemoteScanner (RemoteScanner/RemoteScanner) - Skipping remote scanfs installation: already installed
STDERR
Process RemoteScanner:
STDERR
Traceback (most recent call last):
STDERR
File "/app/python/controller/scan/remote_scanner.py", line 90, in _run_scanfs_with_retry
STDERR
return self.__ssh.shell(
STDERR
^^^^^^^^^^^^^^^^^
STDERR
File "/app/python/ssh/sshcp.py", line 415, in shell
STDERR
return self.__run_command(command="ssh", flags=" ".join(flags), args=" ".join(args))
STDERR
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
STDERR
File "/app/python/ssh/sshcp.py", line 382, in __run_command
STDERR
raise SshcpError(out_before)
STDERR
ssh.sshcp.SshcpError: File "/tmp/scan_fs.py", line 11
STDERR
from __future__ import annotations
STDERR
^
STDERR
SyntaxError: future feature annotations is not defined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels