solid-contrib/solid-takeout-import

No folders found in Takeout folder

Closed this issue · 1 comments

When running the intake.html script no folders are found in the Takeout folder. Contents of the packaged file from googles archive have been unzipped into the Takeout folder. The Fetch works and returns a 200 OK response. However, the store.each(root,contains) returns empty.

log('loading ' + root)
let resp = await fetcher.load(root)
log('loaded ' + root)
let folders = store.each(root, contains)
for (let i=0; i < folders.length; i++) // HERE folders.length is 0

I am new to solid so I may be doing something wrong but I have followed the instructions.

Closing as issue was with my installation of this library. I should have located this within the solid filesystem rather than under the /var/www/html apache filesystem. Closing as not an issue