IndigoDomotics / indigo-pushover

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

Error in Indigo when using no title #24

Closed dawiinci closed 5 years ago

dawiinci commented 5 years ago
   Pushover Error                  Error in plugin execution ExecuteAction:
Traceback (most recent call last):
  File "plugin.py", line 119, in send
UnboundLocalError: local variable 'msgTitle' referenced before assignment

I'm using no title in the plugin - the field is left empty. The message is sent out anyway but the error is logged.

I am not sure if this is introduced with 1.5.1, but it happens at this version.

FlyingDiver commented 5 years ago

It was introduced in the most recent pull request.

Fixed in 1.5.2