Page 1 of 1

Pushover 2022.0.1- Error in plugin execution startup

PostPosted: Fri Oct 13, 2023 7:55 am
by CliveS
I just updated to 2022.0.1 and got the following error, reverting back to 2022.0.0 and all is fine.

Code: Select all
13 Oct 2023 at 14:47:48
   Stopping plugin Pushover (pid 22023)
   Stopped plugin Pushover
   Upgrading plugin Pushover to newer version 2022.0.1 (previous version moved to trash)
   Loading plugin "Pushover 2022.0.1" using API v3.0
   Starting plugin "Pushover 2022.0.1" (pid 30009)
   Started plugin "Pushover 2022.0.1"
   Pushover Error                  Error in plugin execution startup:

  File "plugin.py", line 24, in startup
type: name 'pluginPrefs' is not defined


13 Oct 2023 at 14:48:26
   Stopping plugin Pushover (pid 30009)
   Stopped plugin Pushover
   Downgrading plugin Pushover to older version 2022.0.0 (previous version moved to trash)
   Loading plugin "Pushover 2022.0.0" using API v3.0
   Starting plugin "Pushover 2022.0.0" (pid 30038)
   Started plugin "Pushover 2022.0.0"



Re: Pushover 2022.0.1- Error in plugin execution startup

PostPosted: Fri Oct 13, 2023 12:56 pm
by FlyingDiver
My bad. Should be fixed now. Get 2022.0.2.

Re: Pushover 2022.0.1- Error in plugin execution startup

PostPosted: Fri Oct 13, 2023 1:19 pm
by CliveS
That works fine, thank you.