Error 504 - robot stopped
Created at 02 Oct 2013, 16:15
Error 504 - robot stopped
02 Oct 2013, 16:15
What causes this error? How can I re-start the bot? (I know its probably not possible..)
Here is the Log from cAlgo:
Spotware
02 Oct 2013, 16:49
Your robot probably downloads something from internet in OnTick robot and sometimes this method throws an exception. If you don't want your robot to crash you can catch exception using try...catch statement:
@Spotware