Headphones music app not post-processing

Status
Not open for further replies.

ChiknNutz

Patron
Joined
Nov 6, 2015
Messages
217
Headphones never has worked quite right for me, though I am successfully using SAB, Sonarr and CouchPotato. Headphones never seems to do any of the post-processing correctly. The only way I've been able to get it to sort of work (meaning rename and move the downloads into the correct folder) is to use the Force Actions button. Now it is creating these "Unprocessed" folders and making them with some funky permissions that I cannot access. Again, I have all these other working fine using very similiar settings. Any ideas here?

Also posted on GitHub: https://github.com/rembo10/headphones/issues/2453

I just checked the log and found this error:

Code:
Uncaught exception: Traceback (most recent call last):
File "/usr/pbi/headphones-amd64/share/headphones/headphones/headphones/logger.py", line 210, in new_run
old_run(*args, **kwargs)
File "/usr/pbi/headphones-amd64/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/pbi/headphones-amd64/share/headphones/headphones/headphones/postprocessor.py", line 1213, in forcePostProcess
verify(release['AlbumID'], folder, keep_original_folder=keep_original_folder)
File "/usr/pbi/headphones-amd64/share/headphones/headphones/headphones/postprocessor.py", line 219, in verify
doPostProcessing(albumid, albumpath, release, tracks, downloaded_track_list, Kind, keep_original_folder)
File "/usr/pbi/headphones-amd64/share/headphones/headphones/headphones/postprocessor.py", line 452, in doPostProcessing
plex.update()
File "/usr/pbi/headphones-amd64/share/headphones/headphones/headphones/notifiers.py", line 362, in update
sections = r.getElementsByTagName('Directory')
AttributeError: 'NoneType' object has no attribute 'getElementsByTagName'
 

Attachments

  • headphones_12-18-2015 7-37-10 AM.jpg
    headphones_12-18-2015 7-37-10 AM.jpg
    28 KB · Views: 282
Last edited:

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
you should also post your issue in headphones forum/github and link it here.
 
Status
Not open for further replies.
Top