manual post processing issues

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Lish
Posts: 7
Joined: Sun Feb 02, 2014 8:18 am

manual post processing issues

Post by Lish »

Hello,
First of all, thanks to you for your great program I've been using for a very long time.
I recently did a new instal, but I've some manual post processing issues.
Mylar get the torrents without any problems, but when I want to post process them, it does nothing.
Here what I have in the log :
Uncaught exception: Traceback (most recent call last):
File "D:\mylar development\mylar\logger.py", line 159, in new_run
old_run(*args, **kwargs)
File "C:\Python27\lib\threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "D:\mylar development\mylar\PostProcessor.py", line 178, in Process
self._log("nzb folder: " + str(self.nzb_folder))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 22: ordinal not in range(128)
Any ideas ?

Thanks
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: manual post processing issues

Post by evilhero »

The '/xe9' is the unicode for é

The error was indicating that it couldn't log the text to the log file properly. It's fixed in the latest development build that just went up about 10 minutes ago (e44d5817a329aa9e1bab1344476d03ffd11b314e)
Lish
Posts: 7
Joined: Sun Feb 02, 2014 8:18 am

Re: manual post processing issues

Post by Lish »

Just updated.
Everything is fine.
Thanks !!
:D
Post Reply