Hello
Has anybody used the Remove notification method? When I use it, it causes an exception. Here's the log:
Socket connected.
Incoming: XMLCommand
IN: PROTOCOL
Incoming: Log
Incoming: Log
Incoming: ClientConnectionChange
Incoming: Log
Incoming: Log
Incoming: ClientConnectionChange
Incoming: LoginResult
Incoming: Log
Incoming: ServerSettings
Incoming: Log
Incoming: License
License status: Activated
Incoming: UserVariableArray
Incoming: JobArray
Incoming: CertificateArray
Incoming: ConditionSetArray
Incoming: PGPKeyRingArray
Incoming: XMLCommand
Incoming: NotificationArray
Incoming: XMLCommand
Incoming: SecUsers
Incoming: ConnectionArray
Incoming: TimeExceptionCollectionArray
Incoming: ClientConnectionArray
Incoming: Sync
Incoming: Log
Incoming: Notification
Incoming: Log
Incoming: Log
Incoming: XMLCommand
Incoming: Log
Incoming: Log
Incoming: Ping
An unhandled error has occured (please send the information below to
support@visualcron.com):
VisualCron API version: 1.0.1, build: 39394
Protocol: 4.9.5
OS: 9
System.NullReferenceException: Object reference not set to an instance of an object.
at VisualCronAPI.Notifications.Remove(String NotificationId)
at VisualCronAPI.Notifications.Q8e91xgZd(Object , Object )
at VisualCronAPI.Notifications.Remove(NotificationClass n)
The weird thing about it is the AddUpdate works, the actual notification works and it will remove the notification but it still causes the null ref exception.