-
-
Notifications
You must be signed in to change notification settings - Fork 12
Error procesing update. #24
Comments
Thank you for your report. Looks like Json.Net can't parse Statistics event for some reason. Would you be able to attach (or send me privately) a couple of latest E:D log files, so I can take a closer look? (wrong button - didn't mean to close) |
Similar problem here: 5 latest logs: Journal.180812130523.01.log |
Hi @YinYin-Falcon, Thanks for your report and especially for attached files. I'm in a trip until this weekend but will definitely take a look then. Note it seems to be a different root cause than the error in OP, but definitely needs fixing too. |
…rate class. Hopefully fixes a few instances of #24
@YinYin-Falcon current release contains a few improvements around data parsing - please let me know if that helped |
Nope, I'm getting the exact same error. |
Hi. Thank you very much for your reports. Curiously, I cannot reproduce this at all. The journal files are well-formed and are parsed without issues or exceptions. I have tried switching locale, but that didn't help a little bit - everything still works fine. There must be something I am missing when trying to reproduce. It's almost as if something is changing the file at the same time the program tries to read it. Do you guys run EliteLogAgent in parallel with other log-parsing software? (EDMC, EDDI, etc.) If yes, can you try to turn it off temporarily and see if that helps? |
No, I didn't even run E:D when I tested this. But I also don't see any logs appearing on EDSM after clicking upload. And the API key validates successfully with the wrong combat rank (mostly harmless). |
Great - sounds like the original error is fixed then. As for EDSM, if the server returns a combat rank (mostly harmless), it means that the API key is correct (but for wrong account?). Can you try:
That should account for both load-reducing mechanisms triggering and potentially incorrect key If that fails - please attach ELA log (%appdata%\EliteLogAgent\Log), I'll take a closer look |
@3navis does the issue reproduce for you in latest release? |
yes, release is 6.3.282 Validate EDSM return Success, combat rank: Dangerous Can I know exactly what file he is trying to read? |
The "import latest" function takes 5 last .log files (as sorted by name), plus whatever is in .json files (commodities, outfitting, shipyard etc.). The data is taken from "saved games" Windows dir - usually it's Can you zip & attach the whole log dir? That'd be easier to look at (I'll delete it afterwards) |
Hello, |
I have nowhere I could press "import latest data". (only upload last 5 files via all plugins) A new API key and restarting things itself didn't change the situation. Could the JournalBeta logs be causing this issue? I have no plans to delete them. |
@YinYin-Falcon That is what I meant, sorry for not being clear. Yes, JournalBeta are likely causing the issue here. No need to delete JournalBeta files, I will fix them in scope of #35. ETA this weekend. |
@YinYin-Falcon Latest release should be working fine with JournalBeta files present. Could you please confirm? |
Can confrim. Is there a way to upload more than the last 5 logs? There is a bit of a gap for me. |
Splendid - thanks for the help in debugging to both of you.
There is no way in the program itself at the moment. You can go one of following ways:
I will think about allowing a wider range in the app itself - need to make sure it's not abused |
The text was updated successfully, but these errors were encountered: