Troubleshooting #19
Unanswered
Philipjj609
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I was trying to run the code after installing the requirements and it continues to give this error:
Traceback (most recent call last):
File "C:\Users\phili\Desktop\Chapterize-Audiobooks-0.6.0\chapterize_ab.py", line 1078, in
main()
File "C:\Users\phili\Desktop\Chapterize-Audiobooks-0.6.0\chapterize_ab.py", line 970, in main
audiobook_file, in_metadata, lang, model_name, model_type, cue_file = parse_args()
^^^^^^^^^^^^
File "C:\Users\phili\Desktop\Chapterize-Audiobooks-0.6.0\chapterize_ab.py", line 316, in parse_args
args.audiobook.with_suffix('.cue').exists()
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'with_suffix'
Does anyone know how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions