AAXtoMP3 icon indicating copy to clipboard operation
AAXtoMP3 copied to clipboard

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

Open Anyoks opened this issue 4 years ago • 3 comments

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?

Anyoks avatar Feb 10 '21 19:02 Anyoks

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

fabh2o avatar Feb 10 '21 19:02 fabh2o

@Anyoks Try pulling the newest master and trying again.

KrumpetPirate avatar Feb 12 '21 00:02 KrumpetPirate

@Anyoks can this issue be closed?

Nicko98 avatar Feb 25 '21 14:02 Nicko98