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
Download LamentOfDilbert.zip (any file I've tried this with will do, but just in case...)
Run crosslooper --loop-len-min 168 LamentOfDilbert.ogg from inside any folder
You'll get an error like this: UnboundLocalError: cannot access local variable 'best_length' where it is not associated with a value
Occurs on both Windows and Debian with Python 3.12.4.
168 (i.e. 2 mins 48 seconds) is a reasonable value for the loop length of the test file, which is set up to loop very cleanly. I haven't yet had a file I've tested crosslooper with where hinting with args didn't give either this error or a result identical to if I provided no hints.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
crosslooper --loop-len-min 168 LamentOfDilbert.ogg
from inside any folderYou'll get an error like this:
UnboundLocalError: cannot access local variable 'best_length' where it is not associated with a value
Occurs on both Windows and Debian with Python 3.12.4.
168 (i.e. 2 mins 48 seconds) is a reasonable value for the loop length of the test file, which is set up to loop very cleanly. I haven't yet had a file I've tested crosslooper with where hinting with args didn't give either this error or a result identical to if I provided no hints.
The text was updated successfully, but these errors were encountered: