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
$ rake epub
review-epubmaker config.yml
/var/lib/gems/3.2.0/gems/review-5.10.0/lib/review/epubmaker.rb:205:in `initialize': No such file or directory @ rb_sysopen - /tmp/book-epub-20241102-5020-69x84w/colophon.xhtml (Errno::ENOENT)
from /var/lib/gems/3.2.0/gems/review-5.10.0/lib/review/epubmaker.rb:205:in `open'
from /var/lib/gems/3.2.0/gems/review-5.10.0/lib/review/epubmaker.rb:205:in `block in verify_target_images'
from /var/lib/gems/3.2.0/gems/review-5.10.0/lib/review/epubmaker.rb:202:in `each'
from /var/lib/gems/3.2.0/gems/review-5.10.0/lib/review/epubmaker.rb:202:in `verify_target_images'
from /var/lib/gems/3.2.0/gems/review-5.10.0/lib/review/epubmaker.rb:166:in `produce'
from /var/lib/gems/3.2.0/gems/review-5.10.0/lib/review/epubmaker.rb:92:in `execute'
from /var/lib/gems/3.2.0/gems/review-5.10.0/lib/review/epubmaker.rb:50:in `execute'
from /var/lib/gems/3.2.0/gems/review-5.10.0/bin/review-epubmaker:15:in `<top (required)>'
from /usr/local/bin/review-epubmaker:25:in `load'
from /usr/local/bin/review-epubmaker:25:in `<main>'
rake aborted!
Command failed with status (1): [review-epubmaker config.yml...]
lib/tasks/review.rake:117:in `block in <top (required)>'
Tasks: TOP => epub => book.epub
(See full trace by running task with --trace)
Re:VIEWバージョンなど
$ review version
5.10.0
The text was updated successfully, but these errors were encountered:
次のような条件で奥付 colophon.xhtml でエラー(Errno::ENOENT)が発生します。
よろしくお願いいたします。
エラー発生条件
config.ymlで次のパラメータを有効にする。
【1】奥付を作成する
colophon: true
【2】画像取り込みの解析をする
epubmakerセクションの
verify_target_images : true
エラーの内容
Re:VIEWバージョンなど
The text was updated successfully, but these errors were encountered: