-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Investigation into misbehaving journalcrawling #48
Comments
taken from #45 |
summed over all cmdrs in the journalcrawler which would end up with unexpected behaviour when using several cmdrs with the plugin where all unsold value of all cmdrs at the point of running the journalcrawler would be assigned to a single cmdr unsure if this is what prompted it to misbehave #48 though assuming the bug that prompted #48 happens for someone with just a single account with odyssey this wouldn't be it.
summed over all cmdrs in the journalcrawler which would end up with unexpected behaviour when using several cmdrs with the plugin where all unsold value of all cmdrs at the point of running the journalcrawler would be assigned to a single cmdr unsure if this is what prompted it to misbehave #48 though assuming the bug that prompted #48 happens for someone with just a single account with odyssey this wouldn't be it.
Gotta start documenting on new lead on this one: Data was provided. I was able to reproduce the behavior c: Weird thing both the edmc log that was provided as well as my own edmc log while reproducing recognizes that plants have been scanned near the end of the journal crawling. Most possibly the problem: In the edmc logs it states that certain horizons (3.8) logs from 2021 got read after the newest ones. one of which includes the death of the CMDR! This would also explain why I couldn't reproduce it with the old dataset because that one did only include the most recent journals that got read perfectly chronologically and they were all odyssey ones from what I remember. (I feel a bit dumb now at this oversight that which is techncally creating problems in this project since the journalcrawling.py existed.) Things that need change to fix this:
And I have to check again that from this subset of journals with different name conventions that the journal crawler goes through them chronologically. (like that was the whole point) |
List with tick boxes for the things that need changing:
|
The version on the investigation branch now has the underlying problem fixed. Still have to add the check to ignore journal files of the 3.X version if they are not from 2021-05-18 till 2022-11-30. |
Things done. gonna move it over to main now. |
Describe the bug
Unsold scanned value misreporting after using the journal scan buttons in the settings tab.
To Reproduce
Steps to reproduce the behavior:
OR
Expected behavior
OR
Desktop (please complete the following information):
Additional context
Please add cases where this happened, if this happened to you.
Preferably with a set of continous journals that trigger said behaviour.
(Meaning there is no information missing on what the character has done in between. Important are only biodata scan events, deaths, biodata sell events.)
The text was updated successfully, but these errors were encountered: