Giter VIP home page Giter VIP logo

Comments (5)

dandelin avatar dandelin commented on July 2, 2024

Traceback (most recent call last):
File "echoring.py", line 32, in
packet = kakao.translate_response()
File "/usr/local/lib/python2.7/dist-packages/pykakao-0.1.0-py2.7.egg/pykakao.py", line 613, in translate_response
new = s.recv(body_length - recv_length)
OverflowError: signed integer is greater than maximum

오버플로우도 나네요

from pykakao.

hallazzang avatar hallazzang commented on July 2, 2024

흠, 해당 문제는 어떨때 발생했나요??

from pykakao.

hallazzang avatar hallazzang commented on July 2, 2024

아마 제가 급하게 이전 이슈를 처리하느라 넣어둔 뒷부분의 while 루프 때문일것 같습니다.

from pykakao.

dandelin avatar dandelin commented on July 2, 2024

5명을 한꺼번에 초대할때 발생했습니다

from pykakao.

hallazzang avatar hallazzang commented on July 2, 2024

역시 패킷이 잘못 짤려서 발생한 문제군요! 지금 해결 방법을 막 찾아왔습니다!!! ㅎㅎ

카카오 서버에서 한번에 보내주는 패킷의 크기 단위를 2048 바이트로 정해뒀네요. 따라서 2048 바이트 보다 더 큰 데이터를 받을때는 다시 한번 LocoSecureNormalPacket의 형태로 받아 AES Decrypt하는 과정을 거쳐야합니다.

from pykakao.

Related Issues (7)

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.