Describe the bug
When attempting to archive using merge mode audio, crunchy-cli instead produces the following error:
An error occurred: invalid type: null, expected u32
To Reproduce
Steps / command to reproduce the behavior:
Expected behavior
it should not error, and instead download the specified content.
Screenshots
Client (please complete the following information):
OS: macOS Senoma 14.3.1
Version: 3.3.0 (88a28e8 2024-03-10)
Additional context
This happens due to 56f0ed1795d971fb4342b9f0a66216e8af18fd6f, changing that to None provides a temporary workaround however. command.patch
Describe the bug When attempting to archive using merge mode audio, crunchy-cli instead produces the following error:
An error occurred: invalid type: null, expected u32
To Reproduce Steps / command to reproduce the behavior:
Expected behavior it should not error, and instead download the specified content.
Screenshots
Client (please complete the following information):
Additional context This happens due to 56f0ed1795d971fb4342b9f0a66216e8af18fd6f, changing that to
None
provides a temporary workaround however. command.patch