Importing from a folder in a SMB share fails #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Assuming that you have a:
Importpage, and,the import fails cryptically.
Troubleshooting this further, specifically around the files @nstephenh shared with me:
sanitizemethod here was causing illegal characters to be removed from the filename, subsequently breaking functionality that attempts to extract the said file into thecoversfolder..cbrfile, which in reality was a.cbzfile tripped up the uncompression code, failing out and terminating the queue.The aforementioned findings are still not severe enough to warrant terminating the import queue. Ideally:
.zipor a.rararrayof issues and then the final array should be caught. @nstephenh Please feel free to weigh in.