It's me again, sorry for the double post.
I just updated to final version of Eden on my ATV2 and the subtitle plugin was updated as well.
The problem is that when I tried to download a subtitle, I'm getting the following error:
Code:
21:31:11 T:230973440 ERROR: Exception in python script callback execution
21:31:11 T:230973440 ERROR: Traceback (most recent call last):
21:31:11 T:230973440 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.subtitles/resources/lib/gui.py", line 488, in onClick
21:31:11 T:230973440 ERROR: self.Download_Subtitles( self.getControl( SUBTITLES_LIST ).getSelectedPosition() )
21:31:11 T:230973440 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.subtitles/resources/lib/gui.py", line 297, in Download_Subtitles
21:31:11 T:230973440 ERROR: zipped, language, file = self.Service.download_subtitles(self.subtitles_list, pos, zip_subs, self.tmp_sub_dir, self.sub_folder,self.session_id)
21:31:11 T:230973440 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.subtitles/resources/lib/services/Argenteam/service.py", line 142, in download_subtitles
21:31:11 T:230973440 ERROR: log( __name__ ,"%s argenteam: número de init_filecount %s" % (debug_pretext, init_filecount)) #EGO
21:31:11 T:230973440 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.xbmc.subtitles/resources/lib/utilities.py", line 110, in log
21:31:11 T:230973440 ERROR: xbmc.log((u"### [%s-%s] - %s" % (__scriptname__,module,msg,)).encode('utf-8'),level=xbmc.LOGDEBUG )
21:31:11 T:230973440 ERROR: UnicodeDecodeError
21:31:11 T:230973440 ERROR: :
21:31:11 T:230973440 ERROR: 'ascii' codec can't decode byte 0xc3 in position 22: ordinal not in range(128)
Any ideas of what this could be?
Thanks