Problems logging in
Upgraded to latest version (about 1 hour ago) and now will not login - keep getting login timeout. But if I set
local DEBUG = true
after lots of messages (which I expect), I can login. I suspect this is the old problem I had with the delay between sending username and password being too short and thus returning error. With all the code changes and more brain fossilization, I can't find where to change.
I humbly suggest another variable near header to adjust this timeout for blokes on slow network connections like me.
The initial sync timer is on line 1176:
local login_timer = 60*5*1000
I started having the same problem about 3 days ago. I didn't update the script, it just happened out of the blue.
Setting DEBUG to true fixed the issue so I could connect but I don't understand why this happend