carpedm20 / LINE

May the LINE be with you...
http://carpedm20.github.io/line/
Other
823 stars 192 forks source link

I have an error EOF Error #161

Open winbotscript opened 6 years ago

winbotscript commented 6 years ago

Help me please why i get an error like this today ???

F:\LINEBOT\SBWINLIAN λ python sbadmin.py Copy to Line and Click Your LINK QR is: line://au/q/o8gGKsKJlog5iZFTqiqsWZ0kPau1m4A0 Traceback (most recent call last): File "sbadmin.py", line 39, in cl.login(qr=True) File "F:\LINEBOT\SBWINLIAN\LINETCR\LineApi.py", line 49, 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 9895, in recv_getLastOpRevision (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:\Python27\lib\site-packages\thrift\transport\TTransport.py", line 63, in readAll raise EOFError() EOFError

ghost commented 6 years ago

Line updated slightly, pretty easy fix.

winbotscript commented 6 years ago

How to update line @frostyshield and how to fix it this problem ???

Chriskatz commented 6 years ago

Same problem, @frostyshield How to fix this ?

SebastienTr commented 6 years ago

Interested by the solution :)