2023.12.20.0

API.Twitter: simplify JSON error string
Add notification of new log data
Add deleting permanent cache path if empty
This commit is contained in:
Andy
2023-12-20 15:37:40 +03:00
parent 7a33c02497
commit dde024276b
6 changed files with 66 additions and 14 deletions

View File

@@ -364,7 +364,7 @@ Namespace API.Twitter
DownloadModelForceApply = False
FirstDownloadComplete = True
Catch jsonNull_ex As ArgumentNullException When jsonArgs.State = WebDocumentEventArgs.States.Error
Throw New Plugin.ExitException($"{ToStringForLog()}: No deserialized data found")
Throw New Plugin.ExitException("No deserialized data found")
Catch limit_ex As TwitterLimitException
Throw limit_ex
Catch ex As Exception