Page 1 of 1

Errors in Post-processing

Posted: Thu Dec 21, 2017 1:19 pm
by acurrington
I'm having an issue with headphones. It doesn't seem to post-process anything that is downloaded.

It sends the request to uTorrent, and the files sit there once completed, and nothing happens.

If I go into headphones and force a post-process to occur, I get the following message in the log.

Code: Select all

2017-12-21 18:09:12	ERROR	Uncaught exception: Traceback (most recent call last):
File "/volume1/.@plugins/AppCentral/headphones/Headphones/headphones/logger.py", line 214, in new_run
old_run(*args, **kwargs)
File "/usr/local/AppCentral/python/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/volume1/.@plugins/AppCentral/headphones/Headphones/headphones/postprocessor.py", line 1306, in forcePostProcess
verify(rgid, folder, forced=True, keep_original_folder=keep_original_folder)
File "/volume1/.@plugins/AppCentral/headphones/Headphones/headphones/postprocessor.py", line 303, in verify
keep_original_folder, forced, single)
File "/volume1/.@plugins/AppCentral/headphones/Headphones/headphones/postprocessor.py", line 547, in doPostProcessing
plex.update()
File "/volume1/.@plugins/AppCentral/headphones/Headphones/headphones/notifiers.py", line 384, in update
sections = r.getElementsByTagName('Directory')
AttributeError: 'NoneType' object has no attribute 'getElementsByTagName'
2017-12-21 18:09:12	ERROR	Request raise HTTP error with status code 401 (local client error).
2017-12-21 18:09:12	INFO	Sending library update command to Plex Media Server@ http://192.168.1.200:32400/
I have PMS, but nothing appears there, and it also doesn't appear to move the files into my Music structure... Headphones seems to have this error and then nothing else occurs.

Any ideas what might be going on?