Updated Common Errors (markdown)
parent
b1bd60dc28
commit
a32e392b09
|
@ -25,8 +25,8 @@ Starting with version 2.1.0, you need to add an API token to settings.general.js
|
|||
### Unhandled Exception: System.NullReferenceException / Object Reference not set to an instance of an object.
|
||||
Your settings.general.json file is unable to find a necessary setting in the "Application" section, either because it has been omitted, or a comma is missing at the end of the previous line. Check that you have a comma at the end of every line in your settings (except the last), check the example default settings that come with PTM, or check the release notes (and prior releases) for any REQUIRED settings changes that you might have skipped since you last updated PTMagic.
|
||||
|
||||
### PTMagic has been raiding since (DATE) (TIME). Checking things...
|
||||
This usually happens when a raid takes longer than the **IntervalMinutes** you've set in settings.analzyer.json. The interval has elapsed, and PTM is trying to start a new raid, but the previous raid is still being executed. This not a serious problem, however, descreasing resource usage by other applications, or increasing PTM's priority can help speed up raids.
|
||||
### PTMagic has been raiding since (DATE) (TIME). Checking things... / PTMagic raid is taking longer than expected
|
||||
This usually happens when a raid takes longer than the **IntervalMinutes** you've set in settings.analzyer.json. The interval has elapsed, and PTM is trying to start a new raid, but the previous raid is still being executed. This not a serious problem, however, descreasing resource usage by other applications, or increasing PTM's priority can help speed up raids. If your analyzer is too complex (too many market trends, or global/SMS settings) or using very large time frames (multiple days) for market trends, this can also make the raids take significantly longer.
|
||||
|
||||
### 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.
|
||||
|
|
Loading…
Reference in New Issue