Hey guys,
I have a problem with postprocessing, this is the error:
PostProcess tv Threaded Started at 07:55:25
We will be using a max of 1 threads, a queue of 75 tv releases.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/lib/python3.3/threading.py", line 637, in _bootstrap_inner
self.run()
File "/var/www/html/nZEDb/www/../misc/update_scripts/python_scripts/postprocess_threaded.py", line 136, in run
subprocess.call(["php", pathname+"/../nix_scripts/tmux/bin/postprocess_new.php", ""+my_id])
File "/usr/local/lib/python3.3/subprocess.py", line 520, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/local/lib/python3.3/subprocess.py", line 820, in __init__
restore_signals, start_new_session)
File "/usr/local/lib/python3.3/subprocess.py", line 1380, in _execute_child
restore_signals, start_new_session, preexec_fn)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 39-40: ordinal not in range(128)
This halts the entire postprocessing, please help.
Oh, and my linux lang variable is set to UTF8 in case that matters.