Git Product home page Git Product logo

Comments (6)

0-8-4 avatar 0-8-4 commented on June 9, 2024

麻烦贴出 config文件(隐去敏感信息)以及完整 log输出 以作判断,谢谢

from miui-auto-tasks.

onlyLTY avatar onlyLTY commented on June 9, 2024

未使用release覆盖


/srv # python /srv/miuitask.py
03:33:58 | MIUI-AUTO-TASK v1.5.1
03:33:58 | ---------- 系统信息 -------------
03:33:58 | 操作系统平台: Linux-5.15.72-x86_64-with
03:33:58 | 操作系统版本: #0 SMP Wed Oct 12 15:49:44 2022
03:33:58 | 操作系统名称: Linux
03:33:58 | 操作系统位元: ('64bit', '')
03:33:58 | 操作系统类型: x86_64
03:33:58 | 处理器信息: 
03:33:58 | Python 版本: 3.9.14 ('main', 'Sep  7 2022 23:28:41')
03:33:58 | ---------- 项目信息 -------------
03:33:58 | 项目地址:https://github.com/0-8-4/miui-auto-tasks
03:33:58 | 欢迎 star,感谢東雲研究所中的大佬
03:33:58 | ---------- 配置检测 -------------
03:33:58 | 正在使用 /srv/config.yaml 作为配置文件
03:33:58 | 配置文件没有正确配置

使用release覆盖

/srv # python /srv/miuitask.py
03:35:18 | MIUI-AUTO-TASK v1.5
03:35:18 | ---------- 系统信息 -------------
03:35:18 | 操作系统平台: Linux-5.15.72-x86_64-with
03:35:18 | 操作系统版本: #0 SMP Wed Oct 12 15:49:44 2022
03:35:18 | 操作系统名称: Linux
03:35:18 | 操作系统位元: ('64bit', '')
03:35:18 | 操作系统类型: x86_64
03:35:18 | 处理器信息: 
03:35:18 | Python 版本: 3.9.14 ('main', 'Sep  7 2022 23:28:41')
03:35:18 | ---------- 项目信息 -------------
03:35:18 | 项目地址:https://github.com/0-8-4/miui-auto-tasks
03:35:18 | 欢迎 star,感谢東雲研究所中的大佬
03:35:18 | ---------- 配置检测 -------------
03:35:18 | 正在使用 /srv/config.yaml 作为配置文件
03:35:18 | ---------- EXECUTING -------------
03:35:21 | 账号登录完成
03:35:21 | 本脚本支持社区签到,因该功能存在风险默认禁用
03:35:21 | 如您愿意承担一切可能的后果,可编辑配置文件手动打开该功能
03:35:21 | 正在完成浏览帖子10s任务,第一次
03:35:31 | 浏览帖子完成,成长值+1
03:35:31 | 正在完成浏览帖子10s任务,第二次
03:35:42 | 浏览帖子完成,成长值+1
03:35:42 | 正在完成浏览帖子10s任务,第三次
03:35:53 | 浏览帖子完成,成长值+1
03:35:53 | 正在完成点赞任务
03:35:53 | 签名原文:pos手动隐藏53403
03:35:53 | 签名结果:2a0f手动隐藏1829c
03:35:53 | 点赞成功
03:35:54 | 取消点赞成功
03:35:54 | 签名原文:pos手动隐藏4330
03:35:54 | 签名结果:158手动隐藏b3
03:35:54 | 点赞成功
03:35:55 | 取消点赞成功
03:35:55 | 签名原文:pos手动隐藏43
03:35:55 | 签名结果:c83手动隐藏e4
03:35:55 | 点赞成功
03:35:55 | 取消点赞成功
03:35:56 | 成功获取内测分,当前内测分:424

config

两者使用的是同一个config

accounts:
  - uid: 手动隐藏
    # 小米账户ID 非小米账户用户名
    password: 手动隐藏
    # 小米账户密码或其MD5哈希
    user-agent: 'Mozilla/5.0 (Linux; U; Android 12; zh-cn; M2007J1SC Build/RKQ1.200826.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.116 Mobile Safari/537.36 XiaoMi/MiuiBrowser/15.7.22 app/vipaccount'
    # 登录小米社区时所用浏览器的 User-Agent
    # 可在此工具查看:https://tool.chinaz.com/useragent
    check-in: false
    # 小米社区拔萝卜和签到,可能存在封号风险
    # 本脚本默认完成三次点赞及三次浏览十秒帖子的成长值任务
# 若有多个小米账户,按照以下模板进行修改,使用时删除前端 #注释
#  - uid: 100001
#    password: abc123
#    user-agent: 'Mozilla/5.0 (Android 11; Mobile; rv:95.0) Gecko/95.0 Firefox/95.0'
#    check-in: false
logging: true
# 归档日志到本地文件

from miui-auto-tasks.

TardisLX avatar TardisLX commented on June 9, 2024

Docker镜像基于仓库最新的1.5.1版本打包,在1.5.1中config拆分了成长值签到和拔萝卜的设置,请使用仓库master分支中的config配合1.5.1运行

from miui-auto-tasks.

onlyLTY avatar onlyLTY commented on June 9, 2024

docker镜像直接创建容器的话。即使用master分支中的config也会提示 配置文件没有正确配置。我的config就是直接用master分支中的

from miui-auto-tasks.

0-8-4 avatar 0-8-4 commented on June 9, 2024

但是你贴出来的 config 和 master分支的 config是格式是不一样的啊

accounts:
- uid: 100000
# 小米账户ID 非小米账户用户名
password: Abcd.1234
# 小米账户密码或其MD5哈希
user-agent: 'Mozilla/5.0 (Android 11; Mobile; rv:95.0) Gecko/95.0 Firefox/95.0'
# 登录小米社区时所用浏览器的 User-Agent
# 可在此工具查看:https://tool.chinaz.com/useragent
carrot-pull: false
# 小米社区拔萝卜,可能存在封号风险
check-in: false
# 小米社区成长值签到,可能存在封号风险
# 本脚本默认完成登录社区和三次点赞及三次浏览十秒帖子的成长值任务
# 若有多个小米账户,按照以下模板进行修改,使用时删除前端 #注释
# - uid: 100001
# password: abc123
# user-agent: 'Mozilla/5.0 (Android 11; Mobile; rv:95.0) Gecko/95.0 Firefox/95.0'
# carrot-pull: false
# check-in: false
logging: false
# 归档日志到本地文件

from miui-auto-tasks.

onlyLTY avatar onlyLTY commented on June 9, 2024

我的我的。看错了。明白了。感谢

from miui-auto-tasks.

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.