rembo10 / headphones

Automatic music downloader for SABnzbd
GNU General Public License v3.0
3.38k stars 601 forks source link

Unhandled Exception #2613

Closed ghost closed 8 years ago

ghost commented 8 years ago

Here is the debug log:

2016-04-16 16:02:07 ERROR Uncaught exception: Traceback (most recent call last): File "/opt/headphones/headphones/logger.py", line 214, in new_run old_run(*args, **kwargs) File "/usr/local/lib/python2.7.11/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/opt/headphones/headphones/postprocessor.py", line 1336, in forcePostProcess verify(release['AlbumID'], folder, keep_original_folder=keep_original_folder) File "/opt/headphones/headphones/postprocessor.py", line 245, in verify keep_original_folder) File "/opt/headphones/headphones/postprocessor.py", line 429, in doPostProcessing renameFiles(albumpath, downloaded_track_list, release) File "/opt/headphones/headphones/postprocessor.py", line 1075, in renameFiles year = date[:4] TypeError: 'NoneType' object has no attribute '__getitem__' 2016-04-16 16:02:07 INFO Renaming files 2016-04-16 16:02:07 INFO Successfully applied metadata to: /mnt/MoviesUSBold/Music to fix/CD's 01-25/Van Halen - Women And Children First (1980)/09 - In A Simple Rhyme.flac 2016-04-16 16:02:07 INFO Successfully applied metadata to: /mnt/MoviesUSBold/Music to fix/CD's 01-25/Van Halen - Women And Children First (1980)/03 - Fools.flac 2016-04-16 16:02:07 INFO Successfully applied metadata to: /mnt/MoviesUSBold/Music to fix/CD's 01-25/Van Halen - Women And Children First (1980)/01 - And The Cradle Will Rock....flac 2016-04-16 16:02:07 INFO Successfully applied metadata to: /mnt/MoviesUSBold/Music to fix/CD's 01-25/Van Halen - Women And Children First (1980)/08 - Could This Be Magic.flac 2016-04-16 16:02:07 INFO Successfully applied metadata to: /mnt/MoviesUSBold/Music to fix/CD's 01-25/Van Halen - Women And Children First (1980)/04 - Romeo Delight.flac 2016-04-16 16:02:07 INFO Successfully applied metadata to: /mnt/MoviesUSBold/Music to fix/CD's 01-25/Van Halen - Women And Children First (1980)/02 - Everybody Wants Some!!.flac 2016-04-16 16:02:07 INFO Successfully applied metadata to: /mnt/MoviesUSBold/Music to fix/CD's 01-25/Van Halen - Women And Children First (1980)/05 - Tora! Tora!.flac 2016-04-16 16:02:07 INFO Successfully applied metadata to: /mnt/MoviesUSBold/Music to fix/CD's 01-25/Van Halen - Women And Children First (1980)/06 - Loss Of Control.flac 2016-04-16 16:02:07 INFO Successfully applied metadata to: /mnt/MoviesUSBold/Music to fix/CD's 01-25/Van Halen - Women And Children First (1980)/07 - Take Your Whiskey Home.flac 2016-04-16 16:02:07 DEBUG Using ID3v2.4 2016-04-16 16:02:07 INFO Beets recommendation for tagging items: Recommendation.strong 2016-04-16 16:01:58 INFO Preparing to write metadata to tracks.... 2016-04-16 16:01:58 INFO Cleaning up files 2016-04-16 16:01:58 INFO Starting post-processing for: Van Halen - Women and Children First 2016-04-16 16:01:58 DEBUG Matching metadata album: women and children first with album name: women and children first 2016-04-16 16:01:58 DEBUG Matching metadata artist: van halen with artist name: van halen 2016-04-16 16:01:58 DEBUG Verifying metadata... 2016-04-16 16:01:58 INFO Found a match in the database: Van Halen - Women and Children First. Verifying to make sure it is the correct album 2016-04-16 16:01:58 DEBUG Attempting to extract name, album and year from folder name 2016-04-16 16:01:58 DEBUG Attempting to extract release group from folder name 2016-04-16 16:01:58 DEBUG Attempting to find album in the snatched table 2016-04-16 16:01:58 INFO Processing: Van Halen - Women And Children First (1980) 2016-04-16 16:01:58 INFO Found 13 folders to process (0 ignored).

AdeHub commented 8 years ago

dup https://github.com/rembo10/headphones/issues/2594 fixed in develop