ShokoServer icon indicating copy to clipboard operation
ShokoServer copied to clipboard

Unable to import from local path

Open RickDB opened this issue 7 years ago • 4 comments

Issue

Files not importing from local import folder.

To reproduce

Rename import folder in JMMServer from UNC location back to local disk / path like for example:

E:\some\anime\

run import files from server and will get this error:

MainWindow.workerImport_DoWork => Importer.RunImport_NewFiles System.Exception: Import Folder not found 'E:\some\anime'

Do notice that the extra trailing slash gets trimmed off at some point during import, confirmed that local path is accessible from server and should be able to resolve it. Possible cause is that Nutzcode filesystem resolver below fails to validate path:

https://github.com/japanesemediamanager/jmmserver/blob/master/JMMServer/Entities/ImportFolder.cs#L68

This is with latest master branch and debug build selected.

RickDB avatar Oct 06 '16 16:10 RickDB