My Autorespond recognizes the match but does not run the command #2920
Unanswered
briecrackers
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On server reboot the player gets kicked to /hub and must reconnect to /survival. When /survival server is not up instantly, this results in a "Exception Connecting: ReadTimeoutException : null" warning. I want autorespond to recognize the message and continue to retry the /survival command. Ultimately resulting in a successful reconnection when the /survival server is back up. My match file is as follows:
I am currently having an issue where the autorespond properly recognizes the server timeout message but then sends the following error:
I apologize as I am not familiar with coding and am unsure how to use the debugging scripts. I just used trial and error from the samples to attempt this and have been just testing these out on each daily reboot of the server. I have tried action (instead of actionother) and this resulted in the server message not matching. I also tried the action without the "" (actionother = send /survival) and this resulted in the same error, "Command did not run, cannot determine the result of the command."
I'm assuming that this is not so much a bug as just my lack of understanding. Any help in possibly fixing this would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions