diff --git a/Common-Errors.md b/Common-Errors.md index d977345..7b24609 100644 --- a/Common-Errors.md +++ b/Common-Errors.md @@ -31,6 +31,9 @@ This usually happens when a raid takes longer than the **IntervalMinutes** you'v ### Unhandled Exception: Newtonsoft.Json.JsonReaderException Your settings.general.json file is likely missing a comma after one of your settings. You can also use a [JSON validator](https://codebeautify.org/jsonvalidator) tool to check for other errors. +### Expected keyword (True, False, and, or) but found... +This means you are using a buy/sell FORMULA in your PT settings, but PTM cannot parse your formula correctly. Please ask on the PT discord to make sure your formula is correct. If it is, but you still get this error be sure you are using spaces between all your arguments: eg., "(A && B) || (A && C)" + ### Dashboard (top) update failed! You can find more information about this error by using the url: http://localhost:8000/_get/DashboardTop (change the port to match your PTM port.