weechat-matrix-protocol-script icon indicating copy to clipboard operation
weechat-matrix-protocol-script copied to clipboard

Problems logging in

Open morpheusbeing opened this issue 8 years ago • 2 comments

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.

morpheusbeing avatar Jan 21 '17 05:01 morpheusbeing

The initial sync timer is on line 1176:

local login_timer = 60*5*1000

torhve avatar Jan 21 '17 12:01 torhve

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

vbrandl avatar Mar 15 '17 09:03 vbrandl