swdyh / goodbye_chatwork

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

fix NoMethodError: undefined method `[]' for nil:NilClass fix #9 #10

Closed hirokishirai closed 7 years ago

hirokishirai commented 7 years ago

ChatWork seems to change myid to upper case. from

var myid                       = '*******';

to

var MYID                       = '*******';

I changed the regular expression for new ChatWork document. Please refer to #9 NoMethodError: undefined method `[]' for nil:NilClass.