Page 1 of 1

iCovertMetersTime Exception

PostPosted: Sat Sep 08, 2018 7:22 am
by dnomode
Im getting the following error. Any ideas why?

Code: Select all
   FindFriendsMini Error           iCovertMetersTime Exception
Traceback (most recent call last):
  File "plugin.py", line 1690, in iConvertMetersTime
    secondsoftime = int(meters/float(self.travelTime))
ValueError: could not convert string to float:


Screenshot 2018-09-08 09.22.06.png
Screenshot 2018-09-08 09.22.06.png (84.9 KiB) Viewed 1699 times


Thanks
Edmond

Re: iCovertMetersTime Exception

PostPosted: Sat Sep 08, 2018 3:08 pm
by GlennNZ
Hi

Thanks for the report.

Would seem within the plugin config you have a non-number for the ‘Meters/second for Travel Calculation’
Should default to 16.7
But if changed or includes a non number will give that error - will tighten up the checking.


Glenn

Re: iCovertMetersTime Exception

PostPosted: Sat Sep 08, 2018 4:50 pm
by dnomode
Thanks Glen,

That field was blank. I must have deleted it. I entered 16.7

Thanks
Edmond