Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error 'LOG_OUT', code=8 #18

Open
Chriskatz opened this issue Dec 15, 2017 · 7 comments
Open

error 'LOG_OUT', code=8 #18

Chriskatz opened this issue Dec 15, 2017 · 7 comments

Comments

@Chriskatz
Copy link

LineAlpha.LineThrift.ttypes.TalkException: TalkException(parameterMap=None, reason='LOG_OUT', code=8)
Seem start blocking.

@doodspav
Copy link

yup getting this rn - ill tell u if i figure it out (btw for anyone who didnt figure out the previous ones, line depreciated mac headers)

@Dewamade
Copy link

@doodspav how do you figure it out?, can you please share your method?, thanks

@Sanguarian
Copy link

File "vodkabot.py", line 12, in
client._qrLogin("line://au/q/")
File "/home/cabox/workspace/LineVodka/LineAlpha/LineApi/LineApi.py", line 110, in _qrLogin
self.onLogin()
File "/home/cabox/workspace/LineVodka/LineAlpha/LineApi/LineApi.py", line 37, in onLogin
self.revision = self._client.getLastOpRevision()
File "/home/cabox/workspace/LineVodka/LineAlpha/LineThrift/TalkService.py", line 3467, in getLastOpRevision
return self.recv_getLastOpRevision()
File "/home/cabox/workspace/LineVodka/LineAlpha/LineThrift/TalkService.py", line 3490, in recv_getLastOpRevision
raise result.e
LineAlpha.LineThrift.ttypes.TalkException: TalkException(parameterMap=None, reason='LOG_OUT', code=8)

@Sanguarian
Copy link

Sanguarian commented Dec 15, 2017

previous to this i started up the one i got working last night with the authtoken already in it it was functional (until i deleted it) but that being said.... could this be something with the qrLogin, maybe something was changed there

@semarainc
Copy link

i got the same issue
but how can i get the new UA&LA?

@fpitlok
Copy link

fpitlok commented Dec 19, 2017

I know the reason is because LINE brings the certificate encryption.

It's easy to fix
you can find a CHOME user-agent to use, because CHOME has a valid certificate.

But It does not use the correct solution, because the real problem is "SSL" encryption.

I can only say this.
good luck 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@Chriskatz @semarainc @Dewamade @doodspav @fpitlok @Sanguarian and others