GithubHelp home page GithubHelp logo

Comments (16)

guowang23333 avatar guowang23333 commented on September 1, 2024

写一个request请求就好了

from cxkitty.

SocialSisterYi avatar SocialSisterYi commented on September 1, 2024

后期会加入这个功能,目前计划用MQTT协议上报进度,同时也计划接入 邮件 / 钉钉机器人 / tg机器人 / server酱 / gotify 等推送服务,进行完成及异常退出提醒

from cxkitty.

XXXXBully avatar XXXXBully commented on September 1, 2024

Traceback (most recent call last):
File "resolver\searcher\json.py", line 20, in init
FileNotFoundError: [Errno 2] No such file or directory: 'questions.json'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "main.py", line 277, in
File "main.py", line 118, in fuck_task_worker
File "resolver\question.py", line 185, in init
File "resolver\question.py", line 66, in load_searcher
File "resolver\searcher\json.py", line 23, in init
RuntimeError: JSON 题库文件无效, 请检查配置

易姐,这个我已经配置了题库的token呀,为啥还会这样

from cxkitty.

kitUIN avatar kitUIN commented on September 1, 2024

不存在文件questions.json
你在配置文件里把本地文件题库关了就好
https://github.com/SocialSisterYi/CxKitty/blob/main/config.yml#L65

from cxkitty.

XXXXBully avatar XXXXBully commented on September 1, 2024

不存在文件questions.json 你在配置文件里把本地文件题库关了就好 https://github.com/SocialSisterYi/CxKitty/blob/main/config.yml#L65

可以请教一下怎么关吗
1693145817581

from cxkitty.

kitUIN avatar kitUIN commented on September 1, 2024

至少得有一个搜索器,不用就注释掉

from cxkitty.

XXXXBully avatar XXXXBully commented on September 1, 2024

谢谢我会了,哥你知道怎么可以和彩虹网这种线上商城同步进度吗

from cxkitty.

SocialSisterYi avatar SocialSisterYi commented on September 1, 2024

谢谢我会了,哥你知道怎么可以和彩虹网这种线上商城同步进度吗

具体我也不知道,但计划下一步做 WebHook+MQTT+gotify+邮件 聚合推送服务,有可能对你的需求有帮助

from cxkitty.

XXXXBully avatar XXXXBully commented on September 1, 2024

好的谢谢啦我研究一下,想把这个项目好好做起来,是个很好的项目

from cxkitty.

XXXXBully avatar XXXXBully commented on September 1, 2024

from cxkitty.

SocialSisterYi avatar SocialSisterYi commented on September 1, 2024

哥,如果对接其他题库呢,是否可以匹配

---原始邮件--- 发件人: @.> 发送时间: 2023年8月28日(周一) 凌晨2:26 收件人: @.>; 抄送: @.@.>; 主题: Re: [SocialSisterYi/CxKitty] 怎么搞个api对接呀 (Issue #21) 谢谢我会了,哥你知道怎么可以和彩虹网这种线上商城同步进度吗 具体我也不知道,但计划下一步做 WebHook+MQTT+gotify+邮件 聚合推送服务,有可能对你的需求有帮助 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

这个 Issue 中讨论的是状态上报 API/推送服务 对接,与题库无关

from cxkitty.

cyxnzb avatar cyxnzb commented on September 1, 2024

个人建议的话可以前后端打通之后直接打包发布docker镜像方便管理,没有前端的话确实有点。。抽象,不过问题不大现在,还是可以进行无人值守的

from cxkitty.

XXXXBully avatar XXXXBully commented on September 1, 2024

from cxkitty.

SocialSisterYi avatar SocialSisterYi commented on September 1, 2024

个人建议的话可以前后端打通之后直接打包发布docker镜像方便管理,没有前端的话确实有点。。抽象,不过问题不大现在,还是可以进行无人值守的

这个项目既不属于前端也不属于后端,它属于 worker,后面做 args 传参和 webhook 等等机制后,就可以对接管理后端

后端负责调度及监测各 worker 的状态,前端负责登录账号 选择课程 配置参数,并查看任务状态,但该前端并不直接与本项目通讯

from cxkitty.

QBK2010 avatar QBK2010 commented on September 1, 2024

Snipaste_2023-10-25_03-11-18
Snipaste_2023-10-25_03-12-08
为什么无法运行?token已填写。

from cxkitty.

NonFelm avatar NonFelm commented on September 1, 2024

Snipaste_2023-10-25_03-11-18 Snipaste_2023-10-25_03-12-08 为什么无法运行?token已填写。

同问

from cxkitty.

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.