zzsj0928 / luci-app-pushbot

PushBot running on openwrt
343 stars 59 forks source link

json 文件生成失败 #45

Closed zpengcom closed 2 years ago

zpengcom commented 2 years ago

2021-10-25 17:05:38 【定时数据】创建定时任务 2021-10-25 17:05:39 【!!!】json 文件生成失败,请检查文件格式 2021-10-25 17:05:39 【!!!】定时推送失败,请检查网络或设置信息 2021-10-25 17:06:36 【初始化】设备MAC厂商信息不存在,重新下载 2021-10-25 17:06:36 【!!!】未安装 wrtbwmon ,流量统计不可用 2021-10-25 17:06:36 【!!!】无法获取依赖项 iputils-arping 版本号,请确认插件是否正常运行 2021-10-25 17:06:36 【初始化】载入在线设备 2021-10-25 17:06:47 【定时数据】创建定时任务 2021-10-25 17:06:47 【!!!】json 文件生成失败,请检查文件格式 2021-10-25 17:06:47 【!!!】定时推送失败,请检查网络或设置信息 2021-10-25 17:07:29 【定时数据】创建定时任务 2021-10-25 17:07:29 【!!!】json 文件生成失败,请检查文件格式 2021-10-25 17:07:29 【!!!】定时推送失败,请检查网络或设置信息 2021-10-25 17:10:47 【定时数据】创建定时任务 2021-10-25 17:10:47 【!!!】json 文件生成失败,请检查文件格式 2021-10-25 17:10:47 【!!!】定时推送失败,请检查网络或设置信息

zpengcom commented 2 years ago

安装时有个报错: /usr/lib/lua/luci/dispatcher.lua:469: Failed to execute cbi dispatcher target for entry '/admin/system/filetransfer'. The called action terminated with an exception: /usr/lib/lua/luci/model/cbi/filetransfer.lua:155: bad argument #2 to 'format' (string expected, got nil) stack traceback: [C]: in function 'assert' /usr/lib/lua/luci/dispatcher.lua:469: in function 'dispatch' /usr/lib/lua/luci/dispatcher.lua:121: in function </usr/lib/lua/luci/dispatcher.lua:120>

yuan6975 commented 2 years ago

我遇到过这个问题 依赖什么都是有安装的 最后发现是/usr/bin/jq 这个依赖文件空白 卸载重新安装jq依赖正常了