KrumpetPirate / AAXtoMP3

Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
https://krumpetpirate.github.io/AAXtoMP3/
Do What The F*ck You Want To Public License
1.22k stars 174 forks source link

Error converting to MP3 value too great for base (error token is "09") #152

Open Anyoks opened 3 years ago

Anyoks commented 3 years ago

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?

fabh2o commented 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

KrumpetPirate commented 3 years ago

@Anyoks Try pulling the newest master and trying again.

Nicko98 commented 3 years ago

@Anyoks can this issue be closed?