LINE icon indicating copy to clipboard operation
LINE copied to clipboard

Account ID and password does not match', code=18)

Open anythingg opened this issue 7 years ago • 3 comments

It lets me put in my email and password just fine. But when I try to put in my account ID and password I get this error.

client = LineClient("blah", "blahblah") Traceback (most recent call last): File "", line 1, in File "build/bdist.linux-x86_64/egg/line/client.py", line 88, in init File "build/bdist.linux-x86_64/egg/line/api.py", line 130, in login File "/home/jin/.local/lib/python2.7/site-packages/curve/CurveThrift.py", line 344, in loginWithIdentityCredentialForCertificate return self.recv_loginWithIdentityCredentialForCertificate() File "/home/jin/.local/lib/python2.7/site-packages/curve/CurveThrift.py", line 375, in recv_loginWithIdentityCredentialForCertificate raise result.e curve.ttypes.TalkException: TalkException(parameterMap=None, reason='Account ID and password does not match', code=18)

anythingg avatar Jun 06 '17 03:06 anythingg

Account ID, like, the one that starts with @? One that you made yourself in the Line app? I don't think you can use that

R-N avatar Jun 07 '17 10:06 R-N

account id is mid i think. id start with @ is for LINE@

ii64 avatar Jun 20 '17 11:06 ii64

You must log in with email and password. Also, the email must be "registered" to the account. This is done by logging in to the mobile app and choosing Settings > Account > Email address

Nilpo avatar Jun 26 '17 21:06 Nilpo