NullReferenceException at AdviseRulerPositionBug

I started getting this

Failed to run a 60.00 timer in 'PoliticalSurvival v0.7.1' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.PoliticalSurvival.AdviseRulerPosition () [0x0016a] in <0db5ca62b025449590f81a475708ceaa>:0
at Oxide.Plugins.PoliticalSurvival.<Loaded>m__0 () [0x00000] in <0db5ca62b025449590f81a475708ceaa>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <33287985591c40d6983f0b8f0e915565>:0"
after updating to 0.7.1 from 0.6.8.

Also I believe the 60 is in seconds, not minutes, as when I changed the ""broadcastRulerPositionAfter": 60" to 720 it stopped displaying this error after 60 seconds, so now I am waiting 12 minutes to see if I get it then.

Just thought I would start this thread to let you know right away. This is the 3rd pluggin to throw this error in the last few weeks so it might be a regular occurance with pluggings in the future.

Edit: OK, My server restarted on its own for some reason, so the 12minute wait reset, but it threw out

like I thought it would. So if you want the "broadcastRulerPositionAfter": 60" or "chooseNewRulerOnDisconnectMinutes": 60 to be 60min, it should be 3600?

Failed to run a 720.00 timer in 'PoliticalSurvival v0.7.1' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.PoliticalSurvival.AdviseRulerPosition () [0x0016a] in <a22a442803e348d6a2c2a7b1a2174437>:0
at Oxide.Plugins.PoliticalSurvival.<Loaded>m__0 () [0x00000] in <a22a442803e348d6a2c2a7b1a2174437>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <33287985591c40d6983f0b8f0e915565>:0

So this

"broadcastRulerPositionAfter": 60 - this announces the rulers position every 60 seconds if the tax is above 10%
"chooseNewRulerOnDisconnectMinutes": 60 - this will force a new ruler if the current one has been offline for 60 minutes. 

Thank you for letting me know about the bug.

No problem. Yes I thought that is what it was supposed to mean. It just looked diffrerent due to the error I kept seeing. I usually try to figure things out even if I don't know enough:P Still, thanks for getting back to me:)
Seeing similar error after server restarts. I noticed those that disconnected more than 60 mins were not changing (which is true and set to 60 in config). I saw this same error on server start. However, if I reload, I do not see that error.

Merged post

Failed to run a 60.00 timer in 'PoliticalSurvival v0.7.1' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.PoliticalSurvival.AdviseRulerPosition () [0x0016a] in <c4e4e802f0f74be0b50cea47355532f9>:0 
  at Oxide.Plugins.PoliticalSurvival.<Loaded>m__0 () [0x00000] in <c4e4e802f0f74be0b50cea47355532f9>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <ac41dd3599754d448b8c218b34645820>:0 


Merged post

In addition, I have it set to false to not show ruler position but it's still showing their position.
beerock
Seeing similar error after server restarts. I noticed those that disconnected more than 60 mins were not changing (which is true and set to 60 in config). I saw this same error on server start. However, if I reload, I do not see that error.

Merged post

Failed to run a 60.00 timer in 'PoliticalSurvival v0.7.1' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.PoliticalSurvival.AdviseRulerPosition () [0x0016a] in <c4e4e802f0f74be0b50cea47355532f9>:0 
  at Oxide.Plugins.PoliticalSurvival.<Loaded>m__0 () [0x00000] in <c4e4e802f0f74be0b50cea47355532f9>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <ac41dd3599754d448b8c218b34645820>:0 


Merged post

In addition, I have it set to false to not show ruler position but it's still showing their position.
The settinf to show ruler position is a bit misleading. When set to true it always shows the rulers position, however, even if false, the rulers position will be broadcasted when he sets tax aboce 10%. This will be changed in next update.