seedsync icon indicating copy to clipboard operation
seedsync copied to clipboard

Constant warning: ActiveScanner.ActiveScanner - Path does not exist

Open yalpski opened this issue 4 years ago • 1 comments

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!

yalpski avatar Jan 13 '21 19:01 yalpski

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.

ipsingh06 avatar Jan 24 '21 00:01 ipsingh06