onlinehunter
onlinehunter
I'm using awpy2 dev in my project, specifically **awpy==2.0.0b2** from the pip repository. I've encountered an issue with the `parse_kills(events: dict[str, pd.DataFrame]) ` method where it filters out non-play ticks...
Thank you for fix #260 I tried running the code with `event_names = ['all']`, and the issue reappeared. `all_events = parser.parse_events(['all'], other=["game_time", "team_num"])` ```python pyo3_runtime.PanicException: called `Result::unwrap()` on an `Err`...
When I tried to run the example from the file https://github.com/LaihoE/demoparser/blob/main/examples/voice_to_wav/main.py, it failed with AttributeError: 'builtins.DemoParser' object has no attribute 'parse_voice'. Environment: demoparser2 version: 0.39.0 Python version: 3.11.10