0

Could not find id of root path, Scanner Found empty folders

VJ-SYNNAS 2 years ago 0

Hey there

I have tried so many permutations combinations to fix the problem where the Scanner keeps on giving me empty folder error as well as could not find id of root path warning

From the latest scan logs:

20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning books directories
20220211 00:43:57 [Scanner thread] WARN com.ubooquity.data.database.a - Could not find id of root path /volume1/demo/# 2022 eBooks (ignore this warning if you just added a new root directory)
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.a - Inserting/updating book entry in database : /volume1/demo/# 2022 eBooks
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.a - Found 1 empty folders
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.a - Deleted empty folders from database. Looking for new ones...
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning books directories, populating folders content cache
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books folder content cache populated
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Scanning comics directories
20220211 00:43:57 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /volume1/demo/TestComics (ignore this warning if you just added a new root directory)
20220211 00:43:57 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /volume1/demo/# 2022 Comix (ignore this warning if you just added a new root directory)
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.c - Inserting/updating comic entry in database : /volume1/demo/TestComics
20220211 00:43:57 [Scanner thread] WARN com.ubooquity.data.database.c - Could not find id of root path /volume1/demo/# 2022 Comix (ignore this warning if you just added a new root directory)
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.c - Inserting/updating comic entry in database : /volume1/demo/# 2022 Comix
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.c - Found 2 empty folders
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.database.c - Deleted empty folders from database. Looking for new ones...
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Finished scanning comics directories, populating folders content cache
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics folder content cache populated
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Comics statistics: [total: 0, added or updated: 0, removed: 0]
20220211 00:43:57 [Scanner thread] INFO com.ubooquity.data.feeder.a - Books statistics: [total: 0, added or updated: 0, removed: 0]

I have set this up using Docker on NAS. And my configuration looks like this:

Image 792

Admin interface config:

Image 794

Image 793

I have created a user on ubooquity admin as well and gave it shared folder access. Still no luck. everytime my folder is read it gives me 0 files. there is no way for me to debug it further as well. 

I feel something has to do with

 Could not find id of root path 

or the fact that my directory has special symbols in it `##` However when I created a test directory without special symbols, I got the same result. Have spent couple of hours already debugging with no luck.