yayugu / net-radio-archive

MIT License
188 stars 29 forks source link

音泉の番組のダウンロードに失敗する #37

Closed hogewest closed 7 years ago

hogewest commented 7 years ago

rake main:rec_ondemand を実行して音泉の番組をダウンロードしようとするとエラーになりました。

$RAILS_ENV=production bundle exec rake main:rec_ondemand
rake aborted!
EOFError: end of file reached

Tasks: TOP => main:rec_ondemand
(See full trace by running task with --trace)

エラーになるのは https で配信されるようになった番組のようです。

select id, title, file_url, created_at from onsen_programs WHERE file_url like 'https%'
+------+------------------------------------------------------+-----------------------------------------------------------+---------------------+
|   id | title                                                | file_url                                                  | created_at          |
|------+------------------------------------------------------+-----------------------------------------------------------+---------------------|
| 2673 | ほめられてのびるらじおZ                              | https://onsen-dl.sslcs.cdngc.net/radio/home170126As8h.mp3 | 2017-02-02 13:04:34 |
| 2676 | クズの女子会                                         | https://onsen-dl.sslcs.cdngc.net/radio/kuzu170126As8h.mp3 | 2017-02-02 13:04:34 |
| 2672 | ラブライブ!サンシャイン!! Aqours浦の星女学院RADIO!!! | https://onsen-dl.sslcs.cdngc.net/radio/llss170201mK2h.mp3 | 2017-02-02 13:04:34 |
+------+------------------------------------------------------+-----------------------------------------------------------+---------------------+
hogewest commented 7 years ago

http://www.onsen.ag/app/programs.xml を 今確認したらサンシャイン以外はhttpになってる(変更された?)ようです。

yayugu commented 7 years ago

ありがとうございます 良さ気なのでmergeしました!