Open Anyoks opened 3 years ago
It's bash interpreting 09 as an octal value rather than decimal. So 09 is too great for base-8. Can you try this version? https://github.com/fabh2o/AAXtoMP3/tree/fix-log-level-time-as-octal
@Anyoks Try pulling the newest master and trying again.
@Anyoks can this issue be closed?
When I run:
./AAXtoMP3 --authcode 9xxxxxx ~/Desktop/audio/book.aax
I get the follwing error../AAXtoMP3: line 500: 09: value too great for base (error token is "09")
I can't seem to figure this one out. Any help?