Giter Club home page Giter Club logo

Comments (5)

awordx avatar awordx commented on July 30, 2024

我也是报了这个错,不知道咋办

from heytaptask.

166679551 avatar 166679551 commented on July 30, 2024

账号多了就报这个错误

from heytaptask.

Mashiro2000 avatar Mashiro2000 commented on July 30, 2024

使用云函数和青龙部署都是提示一样的错误,请大佬解惑

开始执行... 2021-09-28 11:35:58

CK配置 -> 脚本管理 -> 搜索HT_config关键字 -> 编辑

更新配置文件或检测CK
任务:任务中心
时间:2021-09-28 11:35:59
Traceback (most recent call last):
File "Mashiro2000_HeyTapTask_TaskCenter.py", line 604, in
main(None,None)
File "Mashiro2000_HeyTapTask_TaskCenter.py", line 600, in main
if not os.path.basename(file)[:-3] in notifyBlackList:
NameError: name 'notifyBlackList' is not defined

执行结束... 2021-09-28 11:35:59 耗时 1 秒

更新下配置文件就可以了,旧的配置文件没有notifyBlackList这个参数,昨天刚刚完成配信功能,加了个通知黑名单
具体方案,HT_config.py里面加个 notifyBlackList = []
就可以了,或者直接复制项目里的HT_config.py的源代码到你的配置文件就可以了

from heytaptask.

Mashiro2000 avatar Mashiro2000 commented on July 30, 2024

账号多了就报这个错误

更新下配置文件就可以了,旧的配置文件没有notifyBlackList这个参数,昨天刚刚完成配信功能,加了个通知黑名单
具体方案,HT_config.py里面加个 notifyBlackList = []
就可以了,或者直接复制项目里的HT_config.py的源代码到你的配置文件就可以了

from heytaptask.

Mashiro2000 avatar Mashiro2000 commented on July 30, 2024

账号多了就报这个错误

这个不是账号多导致报错,是因为配置文件里没有定义notifyBlackList = []

from heytaptask.

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.