lowking / Scripts

Scripts for Surge, Quantumult X, Loon, Stash, Node.js
GNU General Public License v3.0
446 stars 46 forks source link

[BUG] #16

Closed chengkongyiban closed 2 years ago

chengkongyiban commented 2 years ago

问题脚本

hifini签到脚本

问题描述

loon使用hifini签到脚本失败,使用小火箭签到没问题。

日志描述


这里填写问题脚本输出的日志,否则无法定位问题
```██hifini签到, 开始执行!

██开始签到

██hifini签到执行异常:
TypeError: undefined is not an object (evaluating 'data.split(`<h4 class="card-title text-center mb-0">`)[1].split')

undefined is not an object (evaluating 'data.split(`<h4 class="card-title text-center mb-0">`)[1].split')

██返回数据:{}

██hifini签到执行完毕!耗时【1.249】秒
总共执行【13】次,平均耗时【0.7513】秒
lowking commented 2 years ago

没有loon,尝试修复了下,你再看看

chengkongyiban commented 2 years ago

刚刚试了,签到异常

██hifini签到执行异常: TypeError: undefined is not an object (evaluating 'data.split(<h4 class="card-title text-center mb-0">)[1].split')

undefined is not an object (evaluating 'data.split(<h4 class="card-title text-center mb-0">)[1].split')

lowking commented 2 years ago

那就不知道了,等哪天有loon了再调试了😂

chengkongyiban commented 2 years ago

那就不知道了,等哪天有loon了再调试了😂

谢谢大佬的脚本,先在小火箭用着先

chengkongyiban commented 2 years ago

带佬,把脚本第234行"User-agent"改成"User-Agent",就能在Loon跑起来了。

lowking commented 2 years ago

带佬,把脚本第234行"User-agent"改成"User-Agent",就能在Loon跑起来了。

感谢反馈,已修改