You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when running the create command.
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/syncabook/create.py", line 43, in create_ebook
✔ Using existing SMIL files from /books/mybook/smil.
❗ File metadata.json is not found. Please provide metadata
Title: with open(metadatafile, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/books/mybook/metadata.json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/syncabook", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/syncabook/__main__.py", line 164, in main
create_ebook(
File "/usr/local/lib/python3.9/site-packages/syncabook/create.py", line 48, in create_ebook
metadata['title'] = input('Title: ')
EOFError: EOF when reading a line
The text was updated successfully, but these errors were encountered:
I get the following error when running the create command.
The text was updated successfully, but these errors were encountered: