Page 1 of 1

iDistance Calculationmath domain error

PostPosted: Mon Aug 20, 2018 6:27 pm
by ryanbuckner
Received this error each day

Code: Select all
Aug 20, 2018 at 7:59:21 PM
   FindFriendsMini Error           Error within iDistance Calculationmath domain error
Traceback (most recent call last):
  File "plugin.py", line 1739, in iDistance
    arc = math.acos( cos )
ValueError: math domain error
   FindFriendsMini Error           Error within iDistance Calculationmath domain error
Traceback (most recent call last):
  File "plugin.py", line 1739, in iDistance
    arc = math.acos( cos )
ValueError: math domain error

Re: iDistance Calculationmath domain error

PostPosted: Mon Aug 20, 2018 6:58 pm
by GlennNZ
ryanbuckner wrote:
Received this error each day

Code: Select all
Aug 20, 2018 at 7:59:21 PM
   FindFriendsMini Error           Error within iDistance Calculationmath domain error
Traceback (most recent call last):
  File "plugin.py", line 1739, in iDistance
    arc = math.acos( cos )
ValueError: math domain error
   FindFriendsMini Error           Error within iDistance Calculationmath domain error
Traceback (most recent call last):
  File "plugin.py", line 1739, in iDistance
    arc = math.acos( cos )
ValueError: math domain error


Thanks - it is just cosmetic and left over exception logging.

Will fix in next build

Up now 0.8.8 - in Pluginstore and github


Glenn

Re: iDistance Calculationmath domain error

PostPosted: Mon Aug 20, 2018 7:26 pm
by ryanbuckner
Fixed! Thanks so much.