From a32e392b096a9cd2fe61bd8785ce135a322e0c80 Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Fri, 5 Jul 2019 07:54:08 +0900 Subject: [PATCH] Updated Common Errors (markdown) --- Common-Errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common-Errors.md b/Common-Errors.md index bf065bb..4ed546e 100644 --- a/Common-Errors.md +++ b/Common-Errors.md @@ -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.