whiteleaf7 / narou

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

Hotfix mail修正/ハーメルン仕様変更/設定ファイル共通化 #212

Closed whiteleaf7 closed 6 years ago

whiteleaf7 commented 6 years ago

fix #192 fix #168

TODO

marbot-neit commented 6 years ago

HAML-Lint detected 38 issues on 69a9fe91e90d1d3ce1c15027a78a65db955595b7 Visit https://sideci.com/gh/8077411/pull_requests/212 to review the issues.

whiteleaf7 commented 6 years ago

Bugs

[2017-11-19 23:13:43] ERROR Downloader::InvalidTarget: 指定のID(451)は存在しません
    /Users/whiteleaf/github/narou/lib/downloader.rb:55:in `initialize'
/Users/whiteleaf/github/narou/lib/downloader.rb:55:in `initialize': 指定のID(451)は存在しません (Downloader::InvalidTarget)
  from /Users/whiteleaf/github/narou/lib/command/update.rb:184:in `new'
  from /Users/whiteleaf/github/narou/lib/command/update.rb:184:in `block (2 levels) in execute'
  from /Users/whiteleaf/github/narou/lib/command/update.rb:168:in `each'
  from /Users/whiteleaf/github/narou/lib/command/update.rb:168:in `each_with_index'
  from /Users/whiteleaf/github/narou/lib/command/update.rb:168:in `block in execute'
  from /Users/whiteleaf/github/narou/lib/narou_logger.rb:81:in `capture'
  from /Users/whiteleaf/github/narou/lib/command/update.rb:167:in `execute'
  from /Users/whiteleaf/github/narou/lib/commandbase.rb:107:in `execute!'
  from /Users/whiteleaf/github/narou/lib/web/appserver.rb:636:in `block (2 levels) in <class:AppServer>'
  from /Users/whiteleaf/github/narou/lib/web/worker.rb:40:in `block (3 levels) in start'