Thanks Uuo, hopefully Blasty can shed some light on this.
@Blasty, Not sure if anything has changed on your end, but all versions of linkify since poll embedding show this in console.
http://i.imgur.com/6Liu1RW.png
From what I can tell the updated height message isn't being sent.
When working correctly I receive two messages...
{"height":246,"pollId":"16"} <-- initial height
{"height":786,"pollId":"16"} <-- updated height
When the error occurs I just get this...
{"height":244,"pollId":"16"}
TypeError: Cannot read property 'voted' of undefined
If there is anything I can do let me know