LINE icon indicating copy to clipboard operation
LINE copied to clipboard

Line deactivates account

Open tmjvonboss opened this issue 8 years ago • 12 comments

Line has been blocking my bots lately, but not just mine So basically the error I get when starting my script, which was fully functional not long ago, this error: "Account deactivated because it's not bound to any primary device" which is interesting because Im logged into that account on my mobile phone... But now it also automatically logs me out on my phone, this all happens on the carpedm20 api with ofcourse a few mods but not to the login part

Anyone else facing this issue?

tmjvonboss avatar Oct 21 '16 08:10 tmjvonboss

Im facing the issue too. When I don't expect the login, i get this error: This sucks. Hopefully someone can get a workaround. Like most of the bots mine was used for a useful non destructive use. :( Traceback (most recent call last): File "listen.py", line 20, in client = LineClient("[email protected]", "") 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 "/usr/local/lib/python2.7/dist-packages/curve/CurveThrift.py", line 344, in loginWithIdentityCredentialForCertificate return self.recv_loginWithIdentityCredentialForCertificate() File "/usr/local/lib/python2.7/dist-packages/curve/CurveThrift.py", line 375, in recv_loginWithIdentityCredentialForCertificate raise result.e curve.ttypes.TalkException: TalkException(parameterMap=None, reason="Account is deactivated because it's not bound to any primary device", code=22)

ghost avatar Oct 21 '16 22:10 ghost

Same here; "Account is deactivated because it's not bound to any primary device", code=22.

I've tried reducing my rate of interaction with LINE, but to little effect, if any. I've turned on full debug, and am now investigating "fetchOperations" returning "HTTP 410 Gone" status.

"fetchOperations" normally returns every 110 secs with HTTP 200 status code, but when I see 410 returns for a while, then it craps out with "Account is deactivated because it's not bound to any primary device", code=22.

ivan98 avatar Oct 24 '16 02:10 ivan98

Traceback (most recent call last): File "", line 1, in File "build\bdist.win32\egg\line\client.py", line 88, in init self.login() File "build\bdist.win32\egg\line\api.py", line 130, in login self.com_name, self.provider, self.certificate) File "build\bdist.win32\egg\curve\CurveThrift.py", line 344, in loginWithIdent ityCredentialForCertificate File "build\bdist.win32\egg\curve\CurveThrift.py", line 375, in recv_loginWith IdentityCredentialForCertificate curve.ttypes.TalkException: TalkException(parameterMap=None, reason="Account is deactivated because it's not bound to any primary device", code=22) same here

Colonel-Top avatar Oct 25 '16 18:10 Colonel-Top

What's the different in network package between official client and non-official client(LINE BOT)? How to get the latest client version on Mac?

max32002 avatar Oct 28 '16 04:10 max32002

You can use Official Messaging API for now, the downside is there's no join/leave event for people in group and there's no storage for image/video/sound and text characters limit to 2,000.

https://business.line.me/en/services/bot

anusoft avatar Oct 29 '16 08:10 anusoft

Official and non-released project only for developer use only, LINE company has too many reasons to reject our submit request. There are too many limitations on Official Messaging API, and Official version unable to query a LINE ID info.

max32002 avatar Oct 29 '16 08:10 max32002

First keep getting a TalkException in longPoll (reason = "REVOKE", code = NOT_AUTHORIZED_DEVICE) and then when I try to relogin get the same TalkException as you (reason = "Account is deactivated because it's not bound to any primary device", code = DEACTIVATED_ACCOUNT_BOUND_TO_THIS_IDENTITY) and have to relogin on the android device. Updating the request URLs didn't help, nor did replacing fetchOperations() with the function used by Android devices

i98derKrampus avatar Oct 31 '16 12:10 i98derKrampus

same error. seems to happen at random and not based on use/messaging.

infinitylabs avatar Nov 03 '16 21:11 infinitylabs

after REVOKE, new server side message is: None

File "/line-0.8.0/line/client.py", line 91, in init self.revision = self._getLastOpRevision() File "/line-0.8.0/line/api.py", line 330, in _getLastOpRevision return self._client.getLastOpRevision() File "/line-0.8.0/line/curve/CurveThrift.py", line 519, in getLastOpRevision return self.recv_getLastOpRevision() File "/line-0.8.0/line/curve/CurveThrift.py", line 541, in recv_getLastOpRevision raise result.e line.curve.ttypes.TalkException: TalkException(parameterMap=None, reason=None, code=20)

max32002 avatar Dec 11 '16 09:12 max32002

After You logged in your account on device, it should be run as well. (Back active)

ii64 avatar Mar 26 '17 14:03 ii64

TalkException(parameterMap=None, reason='LOG_OUT', code=8)

I got this error,who can help ke solved this error

Alnyz avatar Dec 16 '17 18:12 Alnyz

curve.ttypes.TalkException: TalkException(parameterMap=None, reason='REVOKE', code=8)

Help ..

CyberTKR avatar Feb 07 '18 02:02 CyberTKR