IndigoDomotics / indigo-pushover

Indigo plugin to send push notifications via Pushover.
MIT License
17 stars 11 forks source link

UnicodeDecodeError #30

Closed haakonfl closed 3 years ago

haakonfl commented 4 years ago

Hi, thanks for a great plugin. I get this error in my log; do you know what it means? It looks similar to an earlier reported issue that was said to be fixed. I use version 1.5.3 with Indigo 7.3.

`Pushover Error Error in plugin execution ExecuteAction:

Traceback (most recent call last): File "plugin.py", line 121, in send UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128) `

FlyingDiver commented 4 years ago

Try using https://github.com/IndigoDomotics/indigo-pushover/releases/tag/1.5.4

Let me know if that fixes it.

haakonfl commented 4 years ago

Thanks! I will try that.

mlamoure commented 4 years ago

Joe - Once maybe @haakonfl confirms, can we consider bumping this rls? I've been using it without problems for quite some time now.

I'm working on some usability updates that I'll want to have pulled and tested as a pre-release before a full release to the plugin store.

FlyingDiver commented 4 years ago

Works for me.

FlyingDiver commented 3 years ago

Closing this because 1.5.4 has been in the store for quite a while. Not sure why the OP wasn't using it.