Page 1 of 1

Unicode error in Schedules Write to Log action

PostPosted: Sat Dec 28, 2019 7:17 am
by juntta
Hi!

Noticed that in Indigo 7.4 I have this error if I have umlaut characters (f.ex. ä, ö or å) in text that I want to write to log with schedule action. See:

image_20191228.png
image_20191228.png (161.74 KiB) Viewed 1802 times


Settings above produces this error:
Code: Select all
Traceback (most recent call last):
  File "plugin.py", line 282, in writeToLog
  File "plugin.py", line 159, in _debugLog
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 19: ordinal not in range(128)


I don't remember having this issue before (7.3 or earlier).

Re: Unicode error in Schedules Write to Log action

PostPosted: Sat Dec 28, 2019 7:26 am
by autolog
See this post: Indigo 7.4 - Action Collection Error

AFAIK it is a bug that will be fixed when Indigo 7.4.1 is released. :)

Re: Unicode error in Schedules Write to Log action

PostPosted: Sat Dec 28, 2019 7:49 am
by juntta
Thanks, sounds like same issue! Not a major problem for me but those red log lines always catches my eye...