I am running paper trading API bot for checking the strategy in option buying. Today thrice this error occurred. Twice when scanning the market once when it’s in monitoring live paper trade. In all the occasions it force closed and exited. The logger has this information. {‘s’: ‘error’, ‘code’: -99, ‘message’: ‘Bad request’}. If we restart the program again it’s working as expected. Can you help identify the root cause and solution?
1 Like
Hey, as per the error message, “bad request”, this error message will come when there is an incorrect request param sent, so please validate your payload, or you can share the payload in the DM. We can help you with that.