royl2k90
Results
3
comments of
royl2k90
I faced the same error as you, not being able to login via email and password. After a series of commands in mingw32 MSYS Shell, I managed to get my...
Same here. Type the following in Python command line... `from line import LineClient` `client = LineClient("your_email", "your_password")` `client = LineClient(authToken=client.authToken)` `client.updateAuthToken()` Do you get exception error: you need to login...
I get this error as well