Sziasztok!
Egy alkalmazást kerestem hogy a telefonommal tudjam az Ubi egyes részeit irányítani, AnyRemote nem tetszik, többet olvastam az LBRC-ről, de nem tudtam telepíteni, most nekifeküdtem, sikerült, viszont ezt írja ha a LBRCdbus-t el akarom indítani:
Akinek nincs kedve végigbogarászni: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 188: ordinal not in range(128).
Mintha a Unicode konvertálás(értelmezés?) esne nehezére, átváltanám utf-8-ba de a Phythont? Kissé veszélyesnek érzem, mivel hosszú fórumtémákat olvastam erről, és nincs mindenki meggyőzve. Abban se vagyok biztos hogy ha a konfigot átírom jó lesz. Valaki segítség? Kösz
chronos@ChronosBase-Ubuntu:/tmp$ LBRCdbus
Traceback (most recent call last):
File "logging/__init__.py", line 744, in emit
msg = self.format(record)
File "logging/__init__.py", line 630, in format
return fmt.format(record)
File "logging/__init__.py", line 430, in format
s = s + record.exc_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 188: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/bin/LBRCdbus", line 17, in
brs = Core()
File "/var/lib/python-support/python2.5/LBRC/dbusinterface.py", line 218, in __init__
self.btserver = BTServer()
File "/var/lib/python-support/python2.5/LBRC/BTServer.py", line 177, in __init__
self.config = config()
File "/var/lib/python-support/python2.5/LBRC/config.py", line 43, in __init__
self.reread()
File "/var/lib/python-support/python2.5/LBRC/config.py", line 53, in reread
self.user = self._read_config(self.paths.get_userconfigfile())
File "/var/lib/python-support/python2.5/LBRC/config.py", line 210, in _read_config
logging.getLogger('LBRC.Config').exception(_("Could not read config file: %s") % absfilename)
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 1021, in exception
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 1015, in error
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 1101, in _log
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 1111, in handle
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 1148, in callHandlers
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 655, in handle
File "/var/lib/python-support/python2.5/LBRC/dbusinterface.py", line 180, in emit
lr.fmessage = self.format(lr)
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 630, in format
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 430, in format
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 188: ordinal not in range(128)