Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

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

Open
Anyoks opened this issue Feb 10, 2021 · 3 comments
Open

Comments

@Anyoks
Copy link

Anyoks commented Feb 10, 2021

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
Copy link
Contributor

fabh2o commented Feb 10, 2021

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
Copy link
Owner

@Anyoks Try pulling the newest master and trying again.

@Nicko98
Copy link
Contributor

Nicko98 commented Feb 25, 2021

@Anyoks can this issue be closed?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants