auto-task-v4 icon indicating copy to clipboard operation
auto-task-v4 copied to clipboard

做任务时显示成功,实际没完成。

Open zhangminghao1989 opened this issue 3 months ago • 3 comments

提交BUG前请先阅读以下内容

  • [x] 我尝试了多次确认问题可以复现 | I tried several times to confirm that the problem can be reproduced.
  • [x] 我已经将脚本更新到了最新版 | I have updated this script to the latest version.
  • [x] 我尝试过使用兼容版但没有解决 | I have updated this script to the compatible version but not solved.
  • [x] 我已经查看了常见问题解决办法但没有解决 | I have seen FAQ but not solved.
  • [x] 我已经查看了用前必读但没有解决 | I have seen READ ME FIRST but not solved.
  • [x] 我已经查看了issues但没有解决 | I have seen issues but not solved.

问题描述

https://givee.club/网站做添加愿望单和关注任务时显示成功,验证时实际为未完成,已正确设置了asf的配置,挂时长任务可正常完成并结束。 检查asf的日志,发现如下错误 [23:13:12] DEBUG 1 > InternalRequest() NotFound <- POST https://store.steampowered.com/explore/followgame/ [23:13:12] WARN 1 > UrlPostToHtmlDocument() Request failed after 5 attempts! [23:13:12] DEBUG 1 > UrlPostToHtmlDocument() Request failing: https://store.steampowered.com/explore/followgame/

关于哪一个网站

https://givee.club/

浏览器版本

edge 141.0.3537.99

脚本管理器版本

篡改猴5.4.0

脚本版本

5.0.7

错误信息

无错误信息

执行日志


附加截图

No response

zhangminghao1989 avatar Oct 31 '25 23:10 zhangminghao1989

看起来是asf的问题,检查一下asf所在的主机能不能正常打开https://store.steampowered.com/explore/followgame/,并检查游戏是否锁区

HCLonely avatar Nov 01 '25 02:11 HCLonely

curl -i --compressed https://store.steampowered.com/explore/followgame/ HTTP/1.1 401 Unauthorized Server: nginx Content-Type: application/json; charset=utf-8 Expires: Mon, 26 Jul 1997 05:00:00 GMT Cache-Control: no-cache X-Frame-Options: DENY Content-Encoding: gzip Vary: Accept-Encoding Strict-Transport-Security: max-age=10368000 Content-Length: 24 Date: Sat, 01 Nov 2025 16:08:40 GMT Connection: keep-alive Set-Cookie: steamCountry=US%7C794c06188df8cc4664501d92f499f507; path=/; secure; HttpOnly; SameSite=None Set-Cookie: browserid=445419591872860552; expires=Sun, 01 Nov 2026 16:08:40 GMT; Max-Age=31536000; path=/; secure; SameSite=None

asf主机访问该网址是401错误 游戏应该没有锁区,手动添加成功

zhangminghao1989 avatar Nov 01 '25 16:11 zhangminghao1989

ASF的问题,与脚本无关。可改为使用Web API

HCLonely avatar Nov 04 '25 02:11 HCLonely