Giter VIP home page Giter VIP logo

Comments (5)

tomo0611 avatar tomo0611 commented on May 26, 2024 2

This is a problem by line(naver)'s service area
Line Square supports in india
But Your account is Japan Account
So You can't use Line Square Services
You can fix that by commentouts

Open client.py...

def __initAll(self):

    self.profile    = self.talk.getProfile()
    self.groups     = self.talk.getGroupIdsJoined()

    Models.__init__(self)
    Talk.__init__(self)
    Square.__init__(self)
    Call.__init__(self)
    Timeline.__init__(self)

    self.squares    = self.getJoinedSquares()

commentout↓

def __initAll(self):

    self.profile    = self.talk.getProfile()
    self.groups     = self.talk.getGroupIdsJoined()

    Models.__init__(self)
    Talk.__init__(self)
    #Square.__init__(self)
    Call.__init__(self)
    Timeline.__init__(self)

    #self.squares    = self.getJoinedSquares()

Of cause You shouldn't use functions for line square
For example, searchSquareMembers(),createSquare(),getJoinedSquares()

from line-py.

fadhiilrachman avatar fadhiilrachman commented on May 26, 2024

I will try for fixing..

from line-py.

fadhiilrachman avatar fadhiilrachman commented on May 26, 2024

This bug has been fixed
Please upgrade for get newest version of linepy
pip install linepy --upgrade

from line-py.

xprojectind avatar xprojectind commented on May 26, 2024

File "/usr/local/lib/python3.5/dist-packages/linepy/client.py", line 18, in init
self.loginWithCredential(_id=idOrAuthToken, passwd=passwd, certificate=certificate, systemName=systemName, appName=appName, keepLoggedIn=keepLoggedIn)
File "/usr/local/lib/python3.5/dist-packages/linepy/auth.py", line 104, in loginWithCredential
result = self.auth.loginZ(lReq)
File "/usr/local/lib/python3.5/dist-packages/akad/AuthService.py", line 237, in loginZ
return self.recv_loginZ()
File "/usr/local/lib/python3.5/dist-packages/akad/AuthService.py", line 261, in recv_loginZ
raise result.e
akad.ttypes.TalkException: TalkException(code=4, reason='Authentication fault exceeded', parameterMap=None)

from line-py.

Mintu009 avatar Mintu009 commented on May 26, 2024

I am getting the bellow error pls help me get it resopved

python3 cus.py
Traceback (most recent call last):
File "/storage/emulated/0/Movies/fullsb/fullsb/cus.py", line 23, in
client = LINE("[email protected]","xxxxxxxxxx")
File "/storage/emulated/0/Movies/fullsb/fullsb/linepy/client.py", line 21, in init
self.loginWithCredential(_id=idOrAuthToken, passwd=passwd, certificate=certificate, systemName=systemName, appName=appName, keepLoggedIn=keepLoggedIn)
File "/storage/emulated/0/Movies/fullsb/fullsb/linepy/auth.py", line 76, in loginWithCredential
rsaKey = self.tauth.getRSAKeyInfo(self.provider)
File "/storage/emulated/0/Movies/fullsb/fullsb/akad/TalkService.py", line 5110, in getRSAKeyInfo
return self.recv_getRSAKeyInfo()
File "/storage/emulated/0/Movies/fullsb/fullsb/akad/TalkService.py", line 5122, in recv_getRSAKeyInfo
(fname, mtype, rseqid) = iprot.readMessageBegin()
File "/storage/emulated/0/Movies/fullsb/fullsb/thrift/protocol/TCompactProtocol.py", line 326, in readMessageBegin
proto_id = self.__readUByte()
File "/storage/emulated/0/Movies/fullsb/fullsb/thrift/protocol/TCompactProtocol.py", line 305, in __readUByte
result, = unpack('!B', self.trans.readAll(1))
File "/storage/emulated/0/Movies/fullsb/fullsb/thrift/transport/TTransport.py", line 66, in readAll
raise EOFError()
EOFError
~/.../fullsb/fullsb $

from line-py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.