Git Product home page Git Product logo

Comments (10)

zeruniverse avatar zeruniverse commented on August 16, 2024

错误在第几行?

from qqparking.

peaceanddemocracy avatar peaceanddemocracy commented on August 16, 2024

没有提示,是在log中看到的,但是有时运行就没问题,不知道是什么原因导致

from qqparking.

zeruniverse avatar zeruniverse commented on August 16, 2024

from qqparking.

peaceanddemocracy avatar peaceanddemocracy commented on August 16, 2024

line:790

from qqparking.

peaceanddemocracy avatar peaceanddemocracy commented on August 16, 2024

QQBot.py[line:790] ERROR cannot concatenate 'str' and 'int' objects

from qqparking.

peaceanddemocracy avatar peaceanddemocracy commented on August 16, 2024

这个问题一会有一会又正常

from qqparking.

peaceanddemocracy avatar peaceanddemocracy commented on August 16, 2024
if len(sys.argv) > 1:
    vpath = sys.argv[1]
if len(sys.argv) > 2:
    qq = sys.argv[2]

try:
    pass_time()
    qqLogin = Login(vpath, qq)
except Exception, e:
    logging.error(str(e))
    os._exit(1)
try:
    t_check = check_msg()
    t_check.setDaemon(True)
    t_check.start()
    t_check.join()

这是line781到796的

报错的line790是这行:logging.error(str(e))

from qqparking.

peaceanddemocracy avatar peaceanddemocracy commented on August 16, 2024

另外貌似最近登录成功后收不到私聊消息,只能间接性收到群消息

from qqparking.

zeruniverse avatar zeruniverse commented on August 16, 2024

这个正常的,用浏览器多登陆几次让TX觉得你有用smartqq的习惯就好了

from qqparking.

zeruniverse avatar zeruniverse commented on August 16, 2024

这个错误说明登陆失败了。smartqq不稳定,没办法

from qqparking.

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.