You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment of patch number 23.X - extracting files gives an error: Sequence contains no matching element; (.NET Core Version, File SilentOrbitInspector.CS, Line 138)
I've tried changing the query from First to FirstOrDefault, or setting conditions for failed attempts, but that only retrieves the Telemetry files.
Am I doing something wrong or is the program no longer compatible with new versions of the game?
Cheers.
The text was updated successfully, but these errors were encountered:
Hey! Just leaving a note that I'm not actively maintaining this repository.
Hopefully someone else comes along with a solution, otherwise it's up to yourself. Good luck!
My advice to other people, try wrapping this function in a try/catch, and just skip failed attempts in that context. This will extract the files, albeit with out-of-order and some errors, hopefully we can move forward with this.
At the moment of patch number 23.X - extracting files gives an error:
Sequence contains no matching element; (.NET Core Version, File SilentOrbitInspector.CS, Line 138)
I've tried changing the query from First to FirstOrDefault, or setting conditions for failed attempts, but that only retrieves the Telemetry files.
Am I doing something wrong or is the program no longer compatible with new versions of the game?
Cheers.
The text was updated successfully, but these errors were encountered: