b-jesch / service.fritzbox.callmonitor

Fritzbox callmonitor shows incoming/outgoing calls and pause audio/video/tv while connecting
GNU General Public License v2.0
13 stars 2 forks source link

Special characters break the addon #1

Closed fthiesse closed 8 years ago

fthiesse commented 8 years ago

Hey,

incomming calls from persons that have special characters (like "ß") in their name break the addon.

18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] 'ascii' codec can't encode character u'\xdf' in position 4: ordinal not in range(128) 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] In module: 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] At line: 373 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] In file: /home/fthiesse/.kodi/addons/service.fritzbox.callmonitor/default.py 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] 'ascii' codec can't encode character u'\xdf' in position 4: ordinal not in range(128) 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] In module: 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] At line: 238 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] In file: /home/fthiesse/.kodi/addons/service.fritzbox.callmonitor/default.py 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] 'ascii' codec can't encode character u'\xdf' in position 4: ordinal not in range(128) 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] In module: 18:03:27 T:2783959872 ERROR: [service.fritzbox.callmonitor] At line: 202

b-jesch commented 8 years ago

Fixed!