🐞 UserWarning: Cannot parse event ArrangementID.Playlist
- Dominant language
- Python
- Stars
- 212
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the issue
UserWarning: Cannot parse event ArrangementID.Playlist as event size 2072 is not a multiple of struct size(s) [32, 60]
### What version of PyFLP are you using?
2.2.1
### What code caused this issue?
```python3
pyflp/_events.py:373: UserWarning: Cannot parse event ArrangementID.Playlist as event size 2072 is not a multiple of struct size(s) [32, 60]
warnings.warn(
```
### Screenshots, Additional info
Here is the flp file that caused the issue, its an oldy and is currently all rights reserved, but you may use it to solve this or other issues that arise with pyflp :)
[warzone.zip](https://github.com/demberto/PyFLP/files/12483806/warzone.zip)
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.