swdyh / goodbye_chatwork

Chatwork(chatwork.com) log downloader
MIT License
67 stars 24 forks source link

NoMethodError: undefined method `[]' for nil:NilClass #18

Closed hirokishirai closed 7 years ago

hirokishirai commented 7 years ago

OS: macOS Sierra 10.12.1 Ruby: 2.3.0 goodbye_chatwork: 0.0.7 Chatwork: KDDI Chatwork for enterprises

Below is full traces.

% goodbye_chatwork -i hoge@fuga.com -p hogefuga
2017-03-16T12:44:20+09:00 login as hoge@fuga.com ...
2017-06-16T23:50:14+09:00 load initial data...
/Users/hirokishirai/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/goodbye_chatwork-0.0.7/lib/goodbye_chatwork.rb:54:in `init_load': undefined method `[]' for nil:NilClass (NoMethodError)
    from /Users/hirokishirai/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/goodbye_chatwork-0.0.7/lib/goodbye_chatwork.rb:43:in `login'
    from /Users/hirokishirai/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/goodbye_chatwork-0.0.7/bin/goodbye_chatwork:47:in `<top (required)>'
    from /Users/hirokishirai/.rbenv/versions/2.3.1/bin/goodbye_chatwork:23:in `load'
    from /Users/hirokishirai/.rbenv/versions/2.3.1/bin/goodbye_chatwork:23:in `<main>'