Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constant warning: ActiveScanner.ActiveScanner - Path does not exist #83

Open
yalpski opened this issue Jan 13, 2021 · 1 comment
Open

Comments

@yalpski
Copy link

yalpski commented Jan 13, 2021

I just discovered SeedSync and am trying to get it setup, but I'm running into a problem where things are only added to the queue then never start downloading. I can see that it is able to connect to the remote server and read correctly read the files located there. I know that it has permission to the folder it is attempting to download them to, and have used LFTP on its own to successfully download a file without issue.

This is running on Ubuntu Server 20.10

The log looks like this (with the filenames replaced with File1, File2, File3):

 2021/01/13 14:52:10 - INFO - RemoteScanner.RemoteScanner - Skipping remote scanfs installation: already installed

2021/01/13 14:52:12 - INFO - seedsync.AutoQueue - Auto queueing 'File1'

2021/01/13 14:52:12 - INFO - seedsync.AutoQueue - Auto queueing 'File2'

2021/01/13 14:52:12 - INFO - seedsync.AutoQueue - Auto queueing 'File3'

2021/01/13 14:52:12 - INFO - seedsync.Controller - Received command Action.QUEUE for file File1

2021/01/13 14:52:12 - INFO - seedsync.Controller - Received command Action.QUEUE for file File2

2021/01/13 14:52:12 - INFO - seedsync.Controller - Received command Action.QUEUE for file File3

2021/01/13 14:52:13 - WARNING - ActiveScanner.ActiveScanner - Path does not exist: /Imports/File1

2021/01/13 14:52:13 - WARNING - ActiveScanner.ActiveScanner - Path does not exist: /Imports/File2

The last two lines then just repeat to infinity. Any help would be greatly appreciated!

@ipsingh06
Copy link
Owner

The warnings are harmless and happen because of the slight delay between when download is started and when the files appear on disk. I'm going to remove them in the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants