whiteleaf7 / narou

Narou.rb - 小説家になろうのダウンローダ&縦書き整形&管理アプリ。Kindle(などの電子書籍端末)でなろうを読む場合に超便利です!
Other
481 stars 56 forks source link

とあるなろう小説がPsych::SyntaxErrorになる #130

Closed kometchtech closed 7 years ago

kometchtech commented 7 years ago

作者さま

いつもnarou.rbを使わせていただいております。

以下のなろう小説をダウンロードしようとしたところ、エラーになります。

/usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/psych.rb:377:in `parse': (/Users/kometch/BitTorrent_Sync/_novel/MyNovel/小説データ/小説家になろう/62/n6247dd 魔王軍最強の魔術師は人間だった/本文/104 緒戦の激闘.yaml): control characters are not allowed at line 1 column 1 (Psych::SyntaxError)
  from /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/psych.rb:377:in `parse_stream'
  from /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/psych.rb:325:in `parse'
  from /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/psych.rb:252:in `load'
  from /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/psych.rb:471:in `block in load_file'
  from /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/psych.rb:471:in `open'
  from /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/psych.rb:471:in `load_file'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/downloader.rb:1040:in `different_section?'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/downloader.rb:869:in `block (2 levels) in update_body_check'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/downloader.rb:885:in `block in update_body_check'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/downloader.rb:833:in `select'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/downloader.rb:833:in `update_body_check'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/downloader.rb:386:in `run_download'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/downloader.rb:349:in `start_download'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/command/update.rb:194:in `block (2 levels) in execute'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/command/update.rb:166:in `each'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/command/update.rb:166:in `each_with_index'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/command/update.rb:166:in `block in execute'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/logger.rb:81:in `capture'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/command/update.rb:165:in `execute'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/lib/commandline.rb:46:in `run'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/narou.rb:44:in `<top (required)>'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/bin/narou:10:in `require_relative'
  from /usr/local/lib/ruby/gems/2.3.0/gems/narou-2.9.5/bin/narou:10:in `<top (required)>'
  from /usr/local/bin/narou:23:in `load'
  from /usr/local/bin/narou:23:in `<main>'

こちらの環境の問題でしょうか?

環境: Mac OSX 10.12 ruby 2.3.1

whiteleaf7 commented 7 years ago

再現しません。 エラーを見る限りファイルが壊れてるだけ(DL時に正しいデータが落ちてこなかった可能性)なので、 /Users/kometch/BitTorrent_Sync/_novel/MyNovel/小説データ/小説家になろう/62/n6247dd 魔王軍最強の魔術師は人間だった/本文/104 緒戦の激闘.yaml を削除して再アップデートしてみて下さい。

kometchtech commented 7 years ago

作者様

該当のファイルでなく、toc.yamlを削除し再ダウンロードしたところ問題なく変換までできるようになりました。 お手数おかけしました。