Updated Common Errors (markdown)

HojouFotytu 2021-07-18 19:31:41 +09:00
parent de8fa07828
commit c8ecf0bb0e
1 changed files with 2 additions and 2 deletions

@ -42,8 +42,8 @@ Your settings.general.json file is likely missing a comma after one of your sett
`FATAL - A error occurred durng the raid... System.InvalidOperationException Sequence contains no elements...` <br>
indicates that PTM is trying to change a parameter in your PAIRS, DCA, or INDICATORS file that is located on the very first line of your default settings file. Insert a few blank (or commented) lines at the top of your default setting file to fix this.
## Expected keyword (True, False, and, or) but found...
This means you are using a buy/sell FORMULA in your PT settings, but the logic of your formula is incorrect. 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)"
## This site can't be reached
When trying to access your monitor page in a browser, you get an `ERR_UNSAFE_REDIRECT`. This usually has something to do with server permissions. It can sometimes be resolved by removing the deprecated setting "RootUrl" from the file "general.settings.json" in your PTMagic folder.
## Expected/Missing parenthesis
See above