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

Login times out after 5 seconds... seems a bit short

Open kenrestivo opened this issue 7 years ago • 2 comments

00:15:53 weechat     | matrix: Connecting to homeserver URL: https://matrix.spaz.org/
00:15:58 weechat =!= | Call to API errored in command url:https://matrix.spaz.org/_matrix/client/r0/login, maybe
     | timeout?

Seems an awfully short timeout... only 5 seconds...

kenrestivo avatar Jun 13 '18 07:06 kenrestivo

Agree. I had to manually change the timeout to 10 seconds or the script would fail 4/5 attempts

RX4NT9UP avatar Sep 06 '18 16:09 RX4NT9UP

You can override this by setting plugins.var.lua.matrix.timeout.

e.g. to set a 30 second timeout:

/set plugins.var.lua.matrix.timeout 30

craftyguy avatar Dec 19 '18 23:12 craftyguy