I have some entries in my log files for Selling Data that I don't know how to interpret or handle.
{ "timestamp":"2020-05-26T10:09:47Z", "event":"SellExplorationData", "Systems":[ ], "Discovered":[ ], "BaseValue":25300, "Bonus":0, "TotalEarnings":25300 }
Notice the Systems and Discovered are empty, but there are total earnings so something must have been sold. I just don't know what? Under what situation would they be empty? I guessing discovered was empty because all had already been discovered by someone else.
{ "timestamp":"2020-05-26T10:12:42Z", "event":"SellExplorationData", "Systems":[ "Traikoa GK-R d4-65" ], "Discovered":[ "Traikoa GK-R d4-65 2", "Traikoa GK-R d4-65 2 a", ... EDITED OUT FOR LENGTH ... ], "BaseValue":2893620, "Bonus":3731403, "TotalEarnings":2981620 }
Here is what I expect, The name of system and all items actually discovered.
{ "timestamp":"2020-05-26T10:13:30Z", "event":"SellExplorationData", "Systems":[ "Bleae Thua UE-P c19-8" ], "Discovered":[ ], "BaseValue":319435, "Bonus":70000, "TotalEarnings":389435 }
Discovered is empty. The system was mapped, but all bodies had already been discovered by someone else.
{ "timestamp":"2020-05-26T10:13:45Z", "event":"SellExplorationData", "Systems":[ ], "Discovered":[ "Bleae Thua NK-R c4-8 B 2 A Ring" ], "BaseValue":116263, "Bonus":110000, "TotalEarnings":226263 }
Here is another one with the Systems empty, but it has a discovered ring. Once again why is the System empty?
Also I have this in a log.
{ "timestamp":"2020-06-12T23:17:54Z", "event":"MultiSellExplorationData", "Discovered":[ { "SystemName":"Eagle Sector FB-X c1-32", "NumBodies":2 }, ... EDITED OUT FOR LENGTH ... ], "BaseValue":13899678, "Bonus":2286000, "TotalEarnings":16185678 }
Normal MultiSell.
{ "timestamp":"2020-06-12T23:18:21Z", "event":"MultiSellExplorationData", "Discovered":[ ], "BaseValue":13899678, "Bonus":0, "TotalEarnings":0 }
{ "timestamp":"2020-06-12T23:18:41Z", "event":"MultiSellExplorationData", "Discovered":[ ], "BaseValue":13899678, "Bonus":0, "TotalEarnings":0 }
{ "timestamp":"2020-06-12T23:19:16Z", "event":"SellExplorationData", "Systems":[ ], "Discovered":[ ], "BaseValue":2825, "Bonus":0, "TotalEarnings":0 }
{ "timestamp":"2020-06-12T23:19:34Z", "event":"SellExplorationData", "Systems":[ ], "Discovered":[ ], "BaseValue":2825, "Bonus":0, "TotalEarnings":0 }
{ "timestamp":"2020-06-12T23:19:46Z", "event":"MultiSellExplorationData", "Discovered":[ ], "BaseValue":13899678, "Bonus":0, "TotalEarnings":0 }
This was followed by several entries with a BaseValue, but no TotalEarnings. Note that the BaseValue for the MuliSell entries is the same as the normal MultiSell above. I have no idea what the single Sell message refer to as I could not find any sells with that BaseValue.
In general how should I interpret/handle this data. Assuming it is normal, intended, and has meaning.
{ "timestamp":"2020-05-26T10:09:47Z", "event":"SellExplorationData", "Systems":[ ], "Discovered":[ ], "BaseValue":25300, "Bonus":0, "TotalEarnings":25300 }
Notice the Systems and Discovered are empty, but there are total earnings so something must have been sold. I just don't know what? Under what situation would they be empty? I guessing discovered was empty because all had already been discovered by someone else.
{ "timestamp":"2020-05-26T10:12:42Z", "event":"SellExplorationData", "Systems":[ "Traikoa GK-R d4-65" ], "Discovered":[ "Traikoa GK-R d4-65 2", "Traikoa GK-R d4-65 2 a", ... EDITED OUT FOR LENGTH ... ], "BaseValue":2893620, "Bonus":3731403, "TotalEarnings":2981620 }
Here is what I expect, The name of system and all items actually discovered.
{ "timestamp":"2020-05-26T10:13:30Z", "event":"SellExplorationData", "Systems":[ "Bleae Thua UE-P c19-8" ], "Discovered":[ ], "BaseValue":319435, "Bonus":70000, "TotalEarnings":389435 }
Discovered is empty. The system was mapped, but all bodies had already been discovered by someone else.
{ "timestamp":"2020-05-26T10:13:45Z", "event":"SellExplorationData", "Systems":[ ], "Discovered":[ "Bleae Thua NK-R c4-8 B 2 A Ring" ], "BaseValue":116263, "Bonus":110000, "TotalEarnings":226263 }
Here is another one with the Systems empty, but it has a discovered ring. Once again why is the System empty?
Also I have this in a log.
{ "timestamp":"2020-06-12T23:17:54Z", "event":"MultiSellExplorationData", "Discovered":[ { "SystemName":"Eagle Sector FB-X c1-32", "NumBodies":2 }, ... EDITED OUT FOR LENGTH ... ], "BaseValue":13899678, "Bonus":2286000, "TotalEarnings":16185678 }
Normal MultiSell.
{ "timestamp":"2020-06-12T23:18:21Z", "event":"MultiSellExplorationData", "Discovered":[ ], "BaseValue":13899678, "Bonus":0, "TotalEarnings":0 }
{ "timestamp":"2020-06-12T23:18:41Z", "event":"MultiSellExplorationData", "Discovered":[ ], "BaseValue":13899678, "Bonus":0, "TotalEarnings":0 }
{ "timestamp":"2020-06-12T23:19:16Z", "event":"SellExplorationData", "Systems":[ ], "Discovered":[ ], "BaseValue":2825, "Bonus":0, "TotalEarnings":0 }
{ "timestamp":"2020-06-12T23:19:34Z", "event":"SellExplorationData", "Systems":[ ], "Discovered":[ ], "BaseValue":2825, "Bonus":0, "TotalEarnings":0 }
{ "timestamp":"2020-06-12T23:19:46Z", "event":"MultiSellExplorationData", "Discovered":[ ], "BaseValue":13899678, "Bonus":0, "TotalEarnings":0 }
This was followed by several entries with a BaseValue, but no TotalEarnings. Note that the BaseValue for the MuliSell entries is the same as the normal MultiSell above. I have no idea what the single Sell message refer to as I could not find any sells with that BaseValue.
In general how should I interpret/handle this data. Assuming it is normal, intended, and has meaning.