Open MidNightEye59 opened 7 years ago
I confirmed the same phenomenon.
reCAPTCHA ( https://www.google.com/recaptcha/intro/v3.html ) is introduced in Loing ( https://www.chatwork.com/login.php ).
Is there a possibility that reCAPTCHA is the cause?
I read login function in gems/goodbye_chatwork-0.0.8/lib/goodbye_chatwork.rb .
That sent E-mail & Password with POST in login function, then parsed API TOKEN from response body.
However, when "login': no token (RuntimeError)" has is output, I confirmed that response body is also empty.
I am in trouble with the same error. Is there any solution?
I'm in trouble about this problem. login': no token (RuntimeError)
Environment :Windows10 Pro Ruby :Ver2.2.6P396 goodbye_chatwork 0.0.7 [Github] https://github.com/swdyh/goodbye_chatwork/
I use Chatwork(Not KDDI Chatwork for enterprises)
Below is full traces.