Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

下载报错TypeError: can only concatenate str (not "int") to str #45

Closed
sunjinkkk opened this issue Sep 29, 2022 · 1 comment
Closed

Comments

@sunjinkkk
Copy link

下载全部课程视频时报错

请输入要下载的课程序号(回车结束):1
获取课程信息成功,准备下载!
Traceback (most recent call last):
  File "qcourse.py", line 154, in <module>
    main()
  File "qcourse.py", line 131, in main
    logger.info('cid: '+cid)
TypeError: can only concatenate str (not "int") to str
@aiguoli
Copy link
Owner

aiguoli commented Nov 26, 2022

修复了,腾讯课堂这个地方之前可能是返回的字符串,现在变成int了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants