LINE icon indicating copy to clipboard operation
LINE copied to clipboard

May the LINE be with you...

Results 99 LINE issues
Sort by recently updated
recently updated
newest added

It lets me put in my email and password just fine. But when I try to put in my account ID and password I get this error. >>> client =...

When i login to LINE, i got a message `Authentication fault exceeded`. Could you tell me what's wrong with my account?

Hello, I can't get text of message. for example: ``` friend = client.contacts[14] messages = friend.getRecentMessages(count=1) for msg in messages: print msg.text ``` return `None` and Echo bot example the...

> messages = friend.getRecentMessages(count=10) > print messages The output should be like this: > [LineMessage (contentType=NONE, sender=None, receiver=, msg="hello World!")] But the output is: > [] There's nothing inside "[]"...

I have made a nice bot with this that works well. How long are y'all able to keep your programs up without rerunning it? I have to restart the program...

Error message: Traceback (most recent call last): File "", line 1, in File "build\bdist.win-amd64\egg\line\client.py", line 88, in __init__ File "C:\Python27\lib\site-packages\line-0.8.2-py2.7.egg\line\api.py", line 13 3, in login NameError: global name 'app' is...

So far in the internet this is the only LINE api that I think the best. However I installed the api in python, copied the example code, entered my username...

>>> from line import LineClient >>> client = LineClient("ID", "pass") Traceback (most recent call last): File "", line 1, in File "line/client.py", line 88, in __init__ self.login() File "line/api.py", line...

Traceback (most recent call last): File "", line 1, in File "C:\Python27\lib\site-packages\line\client.py", line 88, in __init__ self.login() File "C:\Python27\lib\site-packages\line\api.py", line 88, in login j = self._get_json(self.LINE_SESSION_LINE_URL) File "C:\Python27\lib\site-packages\line\api.py", line 335,...

I'm not sure but seem some contact that has end-to-end encryption send message to this application will get text=None So, I'm investigating to deep thrift and found in thrift ttypes...