But after some update I've got error:
Code: Select all
Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 618, in respond
File "cherrypy\_cpdispatch.pyo", line 25, in __call__
File "sabnzbd\interface.pyo", line 253, in index
File "sabnzbd\api.pyo", line 1468, in build_header
File "gettext.pyo", line 365, in lgettext
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-7: ordinal not in range(256)
Is it possible to find that erroneous character?
I've already translated hundreds of words and it's too complicate for me to check every segment (remove one translated message, compile mo, replace old mo with new one, kill sabnbzd process, start sabnbzd, check output).