-
Notifications
You must be signed in to change notification settings - Fork 339
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
Various fixes #101
Various fixes #101
Conversation
I'll start testing on my end with the basic terminal commands in the readme as well |
ok the headless is running into issues |
the gui is working perfectly tho! :D |
drew@wmughal-CN4D09397T ebook2audiobook % ./ebook2audiobook.sh --headless --ebook test.txt
Running in native mode
Package requirements ok
Dictionary ok
convert_ebook() Exception: 'Namespace' object does not support item assignment
Conversion failed: 'Namespace' object does not support item assignment
drew@wmughal-CN4D09397T ebook2audiobook % |
I think I got a fix for that issue working check it out idk lol |
I also fixed the issue with the unwanted Windows-style line endings (\r) in the by using dos2unix on ebook2audiobook.sh to fix it :) |
Those two pull requests I made seem to fix everything on my end idk check em out :) |
yeah I fixed these since many PR |
unless the CRLF caused by multiple crashes on my editor. I switch it back and created a New PR with other fixes |
did you finish to modify the README? |
No description provided.