Updated Common Errors (markdown)
parent
7512abede0
commit
3d67b8ae71
|
@ -39,7 +39,8 @@ This usually happens when a raid takes longer than the **IntervalMinutes** you'v
|
|||
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.
|
||||
|
||||
## Error occurs when "Switching global settings to [global setting name]"
|
||||
`FATAL - A error occurred durng the raid... System.InvalidOperationException Sequence contains no elements...` 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.
|
||||
`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)"
|
||||
|
@ -54,7 +55,6 @@ This can occur when you are using a buy/sell FORMULA in your PT settings and a n
|
|||
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.
|
||||
|
||||
## Ticker update failed! - PTMagic Monitor failed to update data.
|
||||
|
||||
This is often caused by an incorrect setting in settings.general.json
|
||||
See: [settings.general.json](https://github.com/PTMagicians/PTMagic/wiki/settings.general#timezoneoffset)
|
||||
|
||||
|
|
Loading…
Reference in New Issue