Oddbean new post about | logout
 It's a long shot because I think the issue is related only to RTMP disconnections which I can't determine the cause for yet.

Still, errors are never good. 
 @512955d5 

doh, think I found it.
 
good:if (!(user && user.dataValues))     
    
not good:if (!user || !user.dataValues)    

Fixed in current code, should be pushing out new version tonight.