carpedm20 / carpedm20/LINE

Issue login

Open
#165 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
827
Forks
189
PR merge metrics
No merged PRs in 30d

Description

Today i found this issue when i want to login

Copy to Line and Click
Your LINK QR is: line://au/q/iOT0HhICL6FxBDhF1hyha8aujzBSGrnp
Traceback (most recent call last):
File "misael.py", line 40, in
cl.login(qr=True)
File "F:\LINEBOT\SBWINLIAN\LINETCR\LineApi.py", line 44, in login
self.Poll = Poll(self.authToken)
File "F:\LINEBOT\SBWINLIAN\LINETCR\Api\Poll.py", line 35, in __init__
self.rev = self.client.getLastOpRevision()
File "F:\LINEBOT\SBWINLIAN\LINETCR\Api\../lib/curve\LineService.py", line 9884, in getLastOpRevision
return self.recv_getLastOpRevision()
File "F:\LINEBOT\SBWINLIAN\LINETCR\Api\../lib/curve\LineService.py", line 9907, in recv_getLastOpRevision
raise result.e
curve.ttypes.TalkException: TalkException(parameterMap=None, reason='LOG_OUT', code=8)

How to fix that's, help me please ?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the QR login call in misael.py and trace login in LineApi.py into Poll.py. Inspect getLastOpRevision in lib/curve/LineService.py and the reported LOG_OUT TalkException to understand where authentication fails. Done means the cause is identified and QR login behavior is corrected or clearly documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
authentication, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.