weechat-matrix-protocol-script
weechat-matrix-protocol-script copied to clipboard
Login times out after 5 seconds... seems a bit short
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...
Agree. I had to manually change the timeout to 10 seconds or the script would fail 4/5 attempts
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