OTvar player script not working

Hi,
I keep getting error messages when pressing the play button (1) and the earth button(2).

(1)
OTVar Glyph Animator Error: could not convert string to float: GlyphsToolHand
Traceback (most recent call last):
File “OTVar Player.py”, line 173, in play_
if float(Glyphs.defaults[“com.mekkablue.OTVarGlyphAnimator.delay”]) > 0.07:
ValueError: could not convert string to float: GlyphsToolHand

(2)
Traceback (most recent call last):
File “/Library/Python/2.7/site-packages/vanilla/vanillaBase.py”, line 214, in action_
self.callback(sender)
File “OTVar Player.py”, line 240, in buildWeb
axisPos = m.customParameters[“Axis Location”][0][“Location”]
TypeError: ‘NoneType’ object has no attribute ‘getitem

There is probably a bug in the API that causes every pref value to be the string GlyphsToolHand when it is registered for the first time. :-/