Open Chriskatz opened 6 years ago
yes (sort of)
How to fix this problem?
yes me too, got the same problem
haha
it easy you fix
1.poll.py 2.Talk.py 3.chanal.py
UA = "Line/7.14.0" LA = "IOSIPAD\t7.14.0\tiPhone OS\t10.12.0"
@fpitlok could you please elaborate more please? do I just add it to each file?
in 📁LineApi check
1.LineServer.py
2.LineTransport.py
chang UserAgent and Appname
Change to this UserAgent = 'Line/7.14.0' AppName = 'IOSIPAD\t7.14.0\tiPhone OS\t10.12.0'
it easy :grin:
thanks before for your solution @fpitlok, but that wouldnt work right now :(
LINE he update, Now can't fine token because he use password 2 time 😂
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 😊
Your LINK QR is: line://au/q/oZa2BjlPFG2m5p7cfYs1cPVJHYF8CTry
Traceback (most recent call last):
File "20bot.py", line 19, in
help
@Al-an since December 2017 you can not login using QR code / link for your LINE BOT, because LINE has updated their Api's But there's another way to login your LINE BOT with AuthToken Good luck
/qpython/projects/LineVodka-master/main.py" && exit <
Traceback (most recent call last):
File "/storage/sdcard0/qpython/projects/LineVodka-master/main.py", line 12, in
pliz help me
Traceback (most recent call last): File "vodkabot.py", line 14, in
profile, setting, tracer = client.getProfile(), client.getSettings(), LineTracer(client)
File "C:\LineVodka\LineAlpha\LineApi\LineClient.py", line 18, in checkLogin
return func(*args, **kwargs)
File "C:\LineVodka\LineAlpha\LineApi\LineClient.py", line 91, in getProfile
return self._client.getProfile()
File "C:\LineVodka\LineAlpha\LineThrift\TalkService.py", line 3886, in getProfile
return self.recv_getProfile()
File "C:\LineVodka\LineAlpha\LineThrift\TalkService.py", line 3897, in recv_getProfile
(fname, mtype, rseqid) = iprot.readMessageBegin()
File "C:\Python27\lib\site-packages\thrift\protocol\TCompactProtocol.py", line 310, in readMessageBegin
proto_id = self.readUByte()
File "C:\Python27\lib\site-packages\thrift\protocol\TCompactProtocol.py", line 289, in readUByte
result, = unpack('!B', self.trans.readAll(1))
File "C:\LineVodka\LineAlpha\LineApi\LineTransport.py", line 100, in readAll
raise EOFError()
EOFError