Updated Common Errors (markdown)
parent
95c3126c1d
commit
89db7f4c7e
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue