the-hideout / TarkovMonitor

Monitor Tarkov log files to help track progress, queues, and groups
GNU General Public License v3.0
91 stars 16 forks source link

Error parsing Notifications log data #74

Closed PullGravs closed 3 months ago

PullGravs commented 3 months ago

Error parsing Notifications log data 2024-05-27 15:32:29.637 -04:00|Info|push-notifications|LongPollingWebSocketRequest result Count:630 MessageType:Text 2024-05-27 15:32:29.637 -04:00|Info|push-notifications|LongPollingWebSocketRequest received:630 2024-05-27 15:32:29.637 -04:00|Info|push-notifications|Got notification | ChatMessageReceived { "type": "new_message", "eventId": "6654dfd0ba3f3da279066bc6", "dialogId": "5ac3b934156ae10c4430e83c", "message": { "_id": "6654dfd06bb3d602dc0b06887", "uid": "5ac3b934156ae10c4430e83c", "type": 4, "dt": 1716838352, "text": "", "templateId": "5bdabfb886f7743e152e867e 0", "systemData": { "buyerNickname": "MrTinoDeluXe", "soldItem": "56deeefcd2720bc8328b4568", "itemCount": 1 }, "items": { "stash": "6654dfd06bb3d602dc0b0689", "data": [ { "_id": "6654dfd06bb3d602dc0b067b", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 30000 }, "parentId": "6654dfd06bb3d602dc0b0689", "slotId": "main" } ] }, "maxStorageTime": 604800, "profileChangeEvents": [], "hasRewards": true } } 2024-05-27 15:32:29.637 -04:00|Info|push-notifications|NotificationManager.ProcessMessage | Received notification: Type: ChatMessageReceived, Time: 0, Duration: Default, ShowNotification: False 2024-05-27 15:32:29.823 -04:00|Info|push-notifications|LongPollingWebSocketRequest result Count:153 MessageType:Text 2024-05-27 15:32:29.823 -04:00|Info|push-notifications|LongPollingWebSocketRequest received:153 2024-05-27 15:32:29.823 -04:00|Info|push-notifications|Got notification | RagfairOfferSold { "type": "RagfairOfferSold", "eventId": "6654dfd1c888358d450d4183", "offerId": "6654d9b5a8a0ec89640f6f6f5", "handbookId": "56deeefcd2720bc8328b4568", "count": 1 } 2024-05-27 15:32:29.823 -04:00|Info|push-notifications|NotificationManager.ProcessMessage | Received notification: Type: RagfairOfferSold, Time: 0, Duration: Default, ShowNotification: True 2024-05-27 15:32:30.144 -04:00|Info|push-notifications|LongPollingWebSocketRequest result Count:630 MessageType:Text 2024-05-27 15:32:30.144 -04:00|Info|push-notifications|LongPollingWebSocketRequest received:630 2024-05-27 15:32:30.144 -04:00|Info|push-notifications|Got notification | ChatMessageReceived { "type": "new_message", "eventId": "6654dfd14e54522f260c9de8", "dialogId": "5ac3b934156ae10c4430e83c", "message": { "_id": "6654dfd14d8ce75b4f12ca117", "uid": "5ac3b934156ae10c4430e83c", "type": 4, "dt": 1716838353, "text": "", "templateId": "5bdabfb886f7743e152e867e 0", "systemData": { "buyerNickname": "OhioGrassman", "soldItem": "56deeefcd2720bc8328b4568", "itemCount": 1 }, "items": { "stash": "6654dfd14d8ce75b4f12ca12", "data": [ { "_id": "6654dfd14d8ce75b4f12ca08", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 30000 }, "parentId": "6654dfd14d8ce75b4f12ca12", "slotId": "main" } ] }, "maxStorageTime": 604800, "profileChangeEvents": [], "hasRewards": true } } 2024-05-27 15:32:30.144 -04:00|Info|push-notifications|NotificationManager.ProcessMessage | Received notification: Type: ChatMessageReceived, Time: 0, Duration: Default, ShowNotification: False 2024-05-27 15:32:30.277 -04:00|Info|push-notifications|LongPollingWebSocketRequest result Count:153 MessageType:Text 2024-05-27 15:32:30.277 -04:00|Info|push-notifications|LongPollingWebSocketRequest received:153 2024-05-27 15:32:30.277 -04:00|Info|push-notifications|Got notification | RagfairOfferSold { "type": "RagfairOfferSold", "eventId": "6654dfd1bb73327f5f06d31a", "offerId": "6654d9b5a8a0ec89640f6f6f5", "handbookId": "56deeefcd2720bc8328b4568", "count": 1 } 2024-05-27 15:32:30.277 -04:00|Info|push-notifications|NotificationManager.ProcessMessage | Received notification: Type: RagfairOfferSold, Time: 0, Duration: Default, ShowNotification: True : SQL logic error 5 values for 6 columns at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain) at System.Data.SQLite.SQLiteCommand.BuildNextCommand() at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at TarkovMonitor.Stats.Query(String query, Dictionary2 parameters) in TarkovMonitor\Stats.cs:line 52 at TarkovMonitor.Stats.AddFleaSale(FleaSoldMessageLogContent e, Profile profile) in TarkovMonitor\Stats.cs:line 62 at TarkovMonitor.MainBlazorUI.Eft_FleaSold(Object sender, LogContentEventArgs1 e) in TarkovMonitor\MainBlazorUI.cs:line 599 at TarkovMonitor.GameWatcher.GameWatcher_NewLogData(Object sender, NewLogDataEventArgs e) in TarkovMonitor\GameWatcher.cs:line 440