-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled exception in processdir.. ordinal not in range #28
Comments
Full debug log if you need it. |
Regarding the file moving problem, I added my sabnzb download directory to the "alternate directory" field which was blank previously and everything began moving. I assumed the system would automatically move things from the downloader directories into the library, is this incorrect? I feel like I may have just managed to hack around whatever problem I actually have and that this isn't the correct solution. Can someone confirm? |
To help with identifying and fixing issues, please include as much information as possible, including:
LazyLibrarian version number (at the bottom of config page)
Operating system used (windows, mac, linux, NAS type)
Interface in use (default, bookstrap)
Which api (Goodreads, GoogleBooks, both)
Source of your LazyLibrarian installation (git, zip file, 3rd party package)
Relevant debug log with api keys and any passwords redacted
Please note - usually a single line of log is not sufficient. The lines just before the error occurs can give useful context and greatly assist with debugging.
There is a built-in debug log creator on the logs page which makes it easy to provide this information
Hello,
I'm new to using this app but I do love it so far. I have a couple of quirky things on, only one of which has an error that you can look but hopefully you can provide some direction on the other.
Here is some info on my setup:
I am running Freenas 11.2 with LL installed in its own jail. I am leveraging sabnzb as my download client which is running in a separate jail. I am able to see downloads processing in sabnzb so I know the two systems can talk to each other. I have all of the users in the "wheel" group and have made all of the relative directory permissions in LL 775 (probably overkill, I know).
First, I'm seeing the below error in my log. I've gone through the docs and can't seem to find a incorrect setting that might be leading to it. My permissions seem to be good because at least some of the files are making it to the correct directories. Any ideas on what I might do to resolve this and/or what else it could be impacting?
`
Second, my Sabnzb "completed" downloads folder seems to have a lot of completed download files that LL is not detecting and moving. I can't, for the life of me, figure out why this is occurring so any guidance would be appreciated. Here are some details around permissions in the directories. If there is a fast way to get you all of my LL app settings, please just ask and I will attach them.
700 files in the completed download dir
root@lazylibrarian:/mnt/downloads/sabnzbd/completed/library # ls | wc -l
700
Permissions for each of the folders in the path above
total 52
drwxr-xr-x 7 root wheel 7B Jan 1 18:53 .
drwxr-xr-x 5 root wheel 5B Jan 1 21:11 ..
drwxrwxr-x+ 62 lazylibrarian wheel 62B Jan 6 23:00 audiobooks
drwxrwxr-x+ 2 lazylibrarian wheel 2B Jan 1 18:35 books
drwxrwxr-x+ 2 lazylibrarian wheel 2B Jan 1 18:35 comics
drwxrwxr-x+ 38 lazylibrarian wheel 38B Jan 5 00:09 ebooks
drwxrwxr-x+ 2 lazylibrarian wheel 2B Jan 1 18:35 magazines
root@lazylibrarian:/mnt/media # cd ..
root@lazylibrarian:/mnt # ls -alh
total 35
drwxr-xr-x 5 root wheel 5B Jan 1 21:11 .
drwxr-xr-x 19 root wheel 23B Jan 1 18:57 ..
drwxr-xr-x 3 root wheel 3B Jan 1 21:11 downloads
drwxr-xr-x 7 root wheel 7B Jan 1 18:53 media
drwxr-xr-x 2 lazylibrarian wheel 2B Jan 1 18:34 nzb
root@lazylibrarian:/mnt # cd downloads/
root@lazylibrarian:/mnt/downloads # ls -alh
total 2
drwxr-xr-x 3 root wheel 3B Jan 1 21:11 .
drwxr-xr-x 5 root wheel 5B Jan 1 21:11 ..
drwxr-xr-x 3 root wheel 3B Jan 1 21:11 sabnzbd
root@lazylibrarian:/mnt/downloads # cd sabnzbd/
root@lazylibrarian:/mnt/downloads/sabnzbd # ls -alh
total 2
drwxr-xr-x 3 root wheel 3B Jan 1 21:11 .
drwxr-xr-x 3 root wheel 3B Jan 1 21:11 ..
drwxr-xr-x 3 root wheel 3B Jan 1 21:11 completed
root@lazylibrarian:/mnt/downloads/sabnzbd # cd completed/
root@lazylibrarian:/mnt/downloads/sabnzbd/completed # ls -alh
total 289
drwxr-xr-x 3 root wheel 3B Jan 1 21:11 .
drwxr-xr-x 3 root wheel 3B Jan 1 21:11 ..
drwxrwxr-x+ 702 root wheel 702B Jan 7 19:21 library
As you can see, the lazylibrarian user is in the wheel group so these folders should be accessible by the group perms
root@lazylibrarian:/mnt/downloads/sabnzbd/completed/library # groups lazylibrarian
lazylibrarian wheel
Here is what my media directory perms looks like, I limited the results for ease of reading but as you can see, 51 total folders, there is media making it to my audiobooks dir as well
root@lazylibrarian:/mnt/media/ebooks # ls -alh
total 51
drwxrwxr-x+ 38 lazylibrarian wheel 38B Jan 5 00:09 .
drwxr-xr-x 7 root wheel 7B Jan 1 18:53 ..
drwxr-xr-x+ 3 lazylibrarian wheel 3B Jan 1 21:34 A.J. Finn
drwxr-xr-x+ 3 lazylibrarian wheel 3B Jan 1 21:34 Aaron Blabey
drwxr-xr-x+ 3 lazylibrarian wheel 3B Jan 1 22:46 Alex Michaelides
drwxr-xr-x+ 3 lazylibrarian wheel 3B Jan 1 22:46 Andrzej Sapkowski
drwxr-xr-x+ 3 lazylibrarian wheel 3B Jan 1 22:58 Angie Thomas
drwxr-xr-x+ 3 lazylibrarian wheel 3B Jan 1 22:58 Aziz Ansari
drwxr-xr-x+ 3 lazylibrarian wheel 3B Jan 1 22:46 Brian Kilmeade
drwxr-xr-x+ 3 lazylibrarian wheel 3B Jan 1 22:46 Bryan Stevenson
The text was updated successfully, but these errors were encountered: