Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayIndexOutOfBoundsException #2

Open
intmainreturn00 opened this issue Jun 21, 2016 · 1 comment
Open

ArrayIndexOutOfBoundsException #2

intmainreturn00 opened this issue Jun 21, 2016 · 1 comment

Comments

@intmainreturn00
Copy link

For some reason when parse my deck with images I've got this exception =(

owl$ java -jar a2pdf.jar /Users/owl/Downloads/a2pdf-0.2/android.apkg /Users/owl/Downloads/a2pdf-0.2/1.pdf
Base URI: file:////Users/owl/Downloads/a2pdf-0.2/
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
at it.zielke.a2pdf.DeckFileParser.parseLine(DeckFileParser.java:60)
at it.zielke.a2pdf.DeckFileParser.parse(DeckFileParser.java:51)
at it.zielke.a2pdf.DeckFileParser.processDeck(DeckFileParser.java:43)
at it.zielke.a2pdf.Anki2PDF.run(Anki2PDF.java:68)
at it.zielke.a2pdf.Anki2PDF.main(Anki2PDF.java:133)

Can you recommend some work around ?
Thanks for your tool btw =)

@nordicway
Copy link
Owner

You need to export the deck file as a text file.

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

No branches or pull requests

2 participants