-
Notifications
You must be signed in to change notification settings - Fork 11
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
Attribute unknown or not implemented error #11
Comments
Hi @sertalpbilal , did you find a way to parse new replays ? |
@Hkllopp Unfortunately I couldn't. Are you having the same issue? |
Yep, having the same issue. |
@Stupremee @Sciguymjm Is it possible to publish the 0.1.15 version on pypi so we can use it to parse the new RL replay files ? |
Hey @sertalpbilal and @Hkllopp |
@sertalpbilal If you still have the issue, I created a simple rust parser here that gives you an executable to parse your data. |
Thanks a lot man! That's a life saver. I pull-requested a change so it continues parsing when it encounters a parsing error. I left my replays parsing overnight but it stopped when it reached a 2022 April Fools replay. I had to manually find the problematic replay and remove them from the directory in order for the parsing to continue, but with the change it prints the error and moves on to the next one. |
No problem, glad it helped someone else 🥳 |
Thanks @Hkllopp I didn't have time to test it yet, but appreciate the reply. Will give it a try soon! |
Hi, I have been using
carball
(0.7.5) andboxcars-py
(0.1.14) for a while and for a new replay file I have, I keep getting the following error:Not sure how to fix this issue. A similar issue under
boxcars
repository mentioned that it is aboxcars-py
problemnickbabcock/boxcars#144
I have uploaded zipped version of the game here.
402D85B5465968F7067F8786DB8002A7.zip
Here is the code I have tried
For reference, I can run the same code for an old game without any issues. How can we fix this error?
The text was updated successfully, but these errors were encountered: