From 89db7f4c7e5419025be1e530ea4145e22175bd79 Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Mon, 10 Jun 2019 20:34:23 +0900 Subject: [PATCH] Updated Common Errors (markdown) --- Common-Errors.md | 3 +++ 1 file changed, 3 insertions(+) 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.