Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PT通用过CF签到保号 评论区 #329

Open
IITII opened this issue May 4, 2023 · 52 comments
Open

PT通用过CF签到保号 评论区 #329

IITII opened this issue May 4, 2023 · 52 comments
Assignees
Labels

Comments

@IITII
Copy link
Collaborator

IITII commented May 4, 2023

HAR 模板名称

PT通用过CF签到保号

作者信息

IITII

模板备注及说明

c_secure_uid, c_secure_pass, c_secure_login 自行从 cookies 里面提取
flaresolverr 地址填写格式: http://{ip}:{port}/v1,
比如 http://localhost:8191/v1
具体看 评论区 其他信息 部分

HAR 文件名

PT通用过CF签到保号.har

其他信息

对一些需要启用 JS 才能签到的, 同样适用

  • flaresolverr 的镜像和馒头一样
  • flaresolverr 地址填写格式: http://{ip}:{port}/v1, 比如 http://localhost:8191/v1
version: "3"

services:
  web:
    image: 15cm/flaresolverr:latest
    container_name: flaresolverr
    hostname: flaresolverr
    restart: unless-stopped
    ports:
      - 8191:8191
    environment:
      - TZ="Asia/Shanghai"
      - LOG_LEVEL=info

c_secure_uid, c_secure_pass, c_secure_login 相关信息自行从 cookies 里面提取.

piggo 和 hdhome 暂不支持, 欢迎 PR

提问之前必读

  • 有的时候因为机场网络很差, 可能会导致签到失败, 请尝试切换节点或者直连.
  • 电脑开启 TUN 模式后, 可能因为 TUN 模式 dns 问题, 导致无法签到成功, 手动尝试正常, 请自行重置 dns 相关配置. (实测存在该问题)
  • 因为签到失败时报错识别度不高, 从 qiandao 框架侧一般看不出来实际问题. 请监听 flaresolverr 容器日志后手动重试, 并将日志附加到评论, 变量部分可打码. 无日志不回复.
  • 因为 flaresolverr 和 qiandao 是不同的容器, 有的时候可能网络不通, 需要用户自行排查.
  • 查看容器日志: docker logs -f flaresolverr
  • 进入容器执行 curl: docker exec -it flaresolverr bash; curl -v https://xxx.com
image

更新记录

  • 2023.5.4 初版
  • 2023.8.30
    • 发现 if 分支错乱问题, 删除自定义模板. 而且使用率不高, 有需要单独适配即可.
    • 超时时间修改为 120s

HAR 模板内容

[{"comment":"适用预定义模板 JSON","request":{"method":"POST","url":"{{flaresolverr_url}}","headers":[{"name":"Content-Type","value":"application/json"}],"cookies":[],"data":"{\n    \"cmd\": \"request.get\",\n    \"url\": \"https://{{domain}}/attendance.php\",\n    \"cookies\": [\n        {\n            \"name\": \"c_secure_login\",\n            \"value\": \"{{c_secure_login}}\",\n            \"domain\": \"{{domain}}\"\n        },\n        {\n            \"name\": \"c_secure_pass\",\n            \"value\": \"{{c_secure_pass}}\",\n            \"domain\": \"{{domain}}\"\n        },\n        {\n            \"name\": \"c_secure_uid\",\n            \"value\": \"{{c_secure_uid}}\",\n            \"domain\": \"{{domain}}\"\n        }\n    ],\n    \"maxTimeout\": 120000\n}","mimeType":"application/json"},"rule":{"success_asserts":[{"re":"200","from":"status"}],"failed_asserts":[{"re":"你需要启用cookies才能登录或切换语言","from":"content"}],"extract_variables":[{"name":"traffic","re":"\\\\u4e0a\\\\u4f20\\\\u91cf.*\\\\u5f53\\\\u524d\\\\u6d3b\\\\u52a8","from":"content"}]}},{"comment":"通知","request":{"method":"POST","url":"api://util/string/replace","headers":[],"cookies":[],"data":"r=text&p=当前活动&t=&s={{ unicode(traffic) | striptags   }}"},"rule":{"success_asserts":[{"re":"200","from":"status"},{"re":"\"状态\": \"OK\"","from":"content"}],"failed_asserts":[],"extract_variables":[{"name":"__log__","re":".*","from":"content"}]}}]
@a76yyyy a76yyyy changed the title PT通用过CF签到保号 PT通用过CF签到保号 评论区 May 29, 2023
@a76yyyy a76yyyy added the har label Jun 4, 2023
@wingswing1
Copy link

有没有大佬能给个模板制作教程吗?

@IITII
Copy link
Collaborator Author

IITII commented Jun 4, 2023 via email

@wingswing1
Copy link

wingswing1 commented Jun 4, 2023 via email

@IITII
Copy link
Collaborator Author

IITII commented Jun 4, 2023 via email

@IITII
Copy link
Collaborator Author

IITII commented Jun 4, 2023 via email

@wingswing1
Copy link

wingswing1 commented Jun 4, 2023 via email

@IITII
Copy link
Collaborator Author

IITII commented Jun 4, 2023 via email

@a76yyyy a76yyyy mentioned this issue Jun 7, 2023
@hecarli555
Copy link

实测ourbits.club不起作用,过不了盾

@IITII
Copy link
Collaborator Author

IITII commented Jun 8, 2023 via email

@hecarli555
Copy link

用不了就用不了吧,我吴昊。没法验证 hecarli555 @.> 于 2023年6月8日周四 19:52写道:

实测ourbits.club不起作用,过不了盾 — Reply to this email directly, view it on GitHub <#329 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY242QPUN2YMNRMJOWTLXKG4GRANCNFSM6AAAAAAXVUZB6A . You are receiving this because you authored the thread.Message ID: @.
>

大佬能修复不。。。?

@IITII
Copy link
Collaborator Author

IITII commented Jun 8, 2023 via email

@patialo
Copy link

patialo commented Jun 10, 2023

请问我这个是什么问题,可以解答一下吗,万分谢谢,本人小白轻喷,实在弄不好了才来问的
image
直接用馒头和学校专用的两个har是没问题的,但是这个我填了之后一运行就秒报错,试了好几个站都这样
image
image

image

@IITII
Copy link
Collaborator Author

IITII commented Jun 11, 2023

如果其他的没填错的话,这个一般是 flaresolve的问题。

你用通用签到就好,没有cf
image

@hecarli555
Copy link

如果其他的没填错的话,这个一般是 flaresolve的问题。

你用通用签到就好,没有cf image

有些盾是设置在签到按钮上的,,,有办法搞么?
1686850567198

@IITII
Copy link
Collaborator Author

IITII commented Jun 15, 2023 via email

@benny80ss
Copy link

benny80ss commented Jun 23, 2023

前提条件是必须安装flaresolverr这个容器吗
请问flaresolverr_json这一行应该怎么填写呢?在哪里查看。能否指导下

@IITII
Copy link
Collaborator Author

IITII commented Jun 23, 2023 via email

@benny80ss
Copy link

benny80ss commented Jun 23, 2023

是的,前面有给出 compose 示例 benny80ss @.> 于2023年6月23日周五 13:49写道:

前提条件是必须安装flaresolverr这个容器吗 — Reply to this email directly, view it on GitHub <#329 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY23UNFFI4NEXATOWHQDXMUU5ZANCNFSM6AAAAAAXVUZB6A . You are receiving this because you were assigned.Message ID: @.
>

使用该HR后,填写了c_secure_uid, c_secure_pass, c_secure_login,domain,laresolverr_url这5个信息,仍然失败,请问是为什么呢?

日志:Failed at 4/6 request,
Fail assert: {"re": "200", "from": "status"} from success_asserts,
Response Error : HTTP 500: Internal Server Error,
Request URL: {{flaresolverr_url}}

在浏览器中输入http://{ip}:{port}可以打开flaresolverr,反馈{"msg": "FlareSolverr is ready!"
但输入http://{ip}:{port}/V1,则反馈{"error": "Method not allowed.", "status_code": 405}

请问大佬,是什么地方出了问题

@IITII
Copy link
Collaborator Author

IITII commented Jun 24, 2023

1 flaresolverr_url 需要使用 15cm的修改版
2 尝试更新 flaresolverr_url 至最新版
3 你签的什么站?

@benny80ss
Copy link

benny80ss commented Jun 24, 2023

1 flaresolverr_url 需要使用 15cm的修改版 2 尝试更新 flaresolverr_url 至最新版 3 你签的什么站?

1 这个问题不是很明白,15cm的修改版是指什么
2 我目前使用的是3.2.1版本的flaresolverr,是最新版本的flaresolverr
3 签冬樱的时候失败了

@IITII
Copy link
Collaborator Author

IITII commented Jun 24, 2023

  1. 目前暂时只能使用 这个镜像, 不能使用官方的
  2. 签到失败的时候导出 flaresolverr 容器的日志, 如果有cookies 之类的, 自行打码
version: "3"

services:
  web:
    image: 15cm/flaresolverr:latest
    container_name: flaresolverr
    hostname: flaresolverr
    restart: unless-stopped
    ports:
      - 8191:8191
    environment:
      - TZ="Asia/Shanghai"
      - LOG_LEVEL=info

@benny80ss
Copy link

  1. 目前暂时只能使用 这个镜像, 不能使用官方的
  2. 签到失败的时候导出 flaresolverr 容器的日志, 如果有cookies 之类的, 自行打码
version: "3"

services:
  web:
    image: 15cm/flaresolverr:latest
    container_name: flaresolverr
    hostname: flaresolverr
    restart: unless-stopped
    ports:
      - 8191:8191
    environment:
      - TZ="Asia/Shanghai"
      - LOG_LEVEL=info

2023/6/24 21:39:07 2023-06-24 13:39:07 INFO 172.17.0.1 POST http://192.168.0.6:8192/v1 500 Internal Server Error
2023/6/24 21:39:07 2023-06-24 13:39:07 ERROR 'NoneType' object is not iterable

以上是15cm修改版的日志

@IITII
Copy link
Collaborator Author

IITII commented Jun 24, 2023 via email

@benny80ss
Copy link

额,谢谢大佬!

@IITII
Copy link
Collaborator Author

IITII commented Jun 25, 2023 via email

@wingswing1
Copy link

wingswing1 commented Jun 25, 2023 via email

@hecarli555
Copy link

请问站点抓取的ck,抓出来后=后面都是英文了,并没有“c_secure_uid, c_secure_pass, c_secure_login”这几个参数,请问这个是要和提取还是需要转换?

@IITII
Copy link
Collaborator Author

IITII commented Jun 27, 2023 via email

@hecarli555
Copy link

没有那就用不了,得单独适配 hecarli555 @.***> 于 2023年6月27日周二 02:04写道:

等大佬适配了…

@goxofy
Copy link

goxofy commented Jul 7, 2023

大佬,是不是过不了猪猪呀

@IITII
Copy link
Collaborator Author

IITII commented Jul 7, 2023 via email

@goxofy
Copy link

goxofy commented Jul 7, 2023

过不了 TinK @.> 于 2023年7月7日周五 09:05写道:

大佬,是不是过不了猪猪呀 — Reply to this email directly, view it on GitHub <#329 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY2Z7WNM7QWSHOZV34SLXO5ODXANCNFSM6AAAAAAXVUZB6A . You are receiving this because you were assigned.Message ID: @.
>

好吧~

@hunter8605
Copy link

大佬,请问这种报错是什么原因啊:

{"status": "error", "message": "Error: Error solving the challenge. Message: unknown error: net::ERR_NAME_NOT_RESOLVED\n (Session info: chrome=113.0.5672.63)\nStacktrace:\n#0 0x55a608195133 \n#1 0x55a607ec9966 \n#2 0x55a607ec19bf \n#3 0x55a607eb3e42 \n#4 0x55a607eb5612 \n#5 0x55a607eb426a \n#6 0x55a607eb32e8 \n#7 0x55a607eb3120 \n#8 0x55a607eb1b18 \n#9 0x55a607eb214d \n#10 0x55a607ecb746 \n#11 0x55a607f3e8b5 \n#12 0x55a607f25bd2 \n#13 0x55a607f3e1c7 \n#14 0x55a607f259a3 \n#15 0x55a607efa46a \n#16 0x55a607efb55e \n#17 0x55a608154cae \n#18 0x55a6081588fe \n#19 0x55a608161f20 \n#20 0x55a608159923 \n#21 0x55a60812cc0e \n#22 0x55a60817cb08 \n#23 0x55a60817cc97 \n#24 0x55a60818d113 \n#25 0x7f77d393cea7 start_thread\n", "startTimestamp": 1689825132982, "endTimestamp": 1689825138780, "version": "3.1.2"}

@hunter8605
Copy link

2023-07-20 03:54:15 INFO Incoming request => POST /v1 body: {'cmd': 'request.get', 'url': 'https://https://carpt.net/attendance.php/attendance.php', 'cookies': [{'name': 'c_secure_login', 'value': 'XXX', 'domain': 'https://carpt.net/attendance.php'}, {'name': 'c_secure_pass', 'value': 'XXX', 'domain': 'https://carpt.net/attendance.php'}, {'name': 'c_secure_uid', 'value': 'xxxxx', 'domain': 'https://carpt.net/attendance.php'}], 'maxTimeout': 60000}
2023-07-20 03:54:20 ERROR Error: Error solving the challenge. Message: unknown error: net::ERR_NAME_NOT_RESOLVED
(Session info: chrome=113.0.5672.63)
Stacktrace:
#0 0x555cb201d133
#1 0x555cb1d51966
#2 0x555cb1d499bf
#3 0x555cb1d3be42
#4 0x555cb1d3d612
#5 0x555cb1d3c26a
#6 0x555cb1d3b2e8
#7 0x555cb1d3b120
#8 0x555cb1d39b18
#9 0x555cb1d3a14d
#10 0x555cb1d53746
#11 0x555cb1dc68b5
#12 0x555cb1dadbd2
#13 0x555cb1dc61c7
#14 0x555cb1dad9a3
#15 0x555cb1d8246a
#16 0x555cb1d8355e
#17 0x555cb1fdccae
#18 0x555cb1fe08fe
#19 0x555cb1fe9f20
#20 0x555cb1fe1923
#21 0x555cb1fb4c0e
#22 0x555cb2004b08
#23 0x555cb2004c97
#24 0x555cb2015113
#25 0x7f8438fabea7 start_thread
2023-07-20 03:54:20 INFO Response in 4.51 s
2023-07-20 03:54:20 INFO 172.17.0.1 POST http://192.168.2.110:18191/v1 500 Internal Server Error

这是容器的日志

@IITII
Copy link
Collaborator Author

IITII commented Jul 20, 2023 via email

@hunter8605
Copy link

hunter8605 commented Jul 20, 2023

看起来是dns ns解析出问题了,可以试试升级容器,进容器里面请求对应网址看看 hunter8605 @.> 于 2023年7月20日周四 11:56写道:

2023-07-20 03:54:15 INFO Incoming request => POST /v1 body: {'cmd': 'request.get', 'url': ' https://https://carpt.net/attendance.php/attendance.php', 'cookies': [{'name': 'c_secure_login', 'value': 'XXX', 'domain': ' https://carpt.net/attendance.php'}, {'name': 'c_secure_pass', 'value': 'XXX', 'domain': 'https://carpt.net/attendance.php'}, {'name': 'c_secure_uid', 'value': 'xxxxx', 'domain': ' https://carpt.net/attendance.php'}], 'maxTimeout': 60000} 2023-07-20 03:54:20 ERROR Error: Error solving the challenge. Message: unknown error: net::ERR_NAME_NOT_RESOLVED (Session info: chrome=113.0.5672.63) Stacktrace: #0 0x555cb201d133 #1 <#1> 0x555cb1d51966 #2 <#2> 0x555cb1d499bf #3 <#3> 0x555cb1d3be42 #4 <#4> 0x555cb1d3d612 #5 <#5> 0x555cb1d3c26a #6 <#6> 0x555cb1d3b2e8 #7 <#7> 0x555cb1d3b120 #8 <#8> 0x555cb1d39b18 #9 <#9> 0x555cb1d3a14d #10 <#10> 0x555cb1d53746 #11 0x555cb1dc68b5 #12 <#12> 0x555cb1dadbd2 #13 <#13> 0x555cb1dc61c7 #14 <#14> 0x555cb1dad9a3 #15 <#15> 0x555cb1d8246a #16 <#16> 0x555cb1d8355e #17 <#17> 0x555cb1fdccae #18 <#18> 0x555cb1fe08fe #19 <#19> 0x555cb1fe9f20 #20 <#20> 0x555cb1fe1923 #21 <#21> 0x555cb1fb4c0e #22 <#22> 0x555cb2004b08 #23 <#23> 0x555cb2004c97 #24 <#24> 0x555cb2015113 #25 <#25> 0x7f8438fabea7 start_thread 2023-07-20 03:54:20 INFO Response in 4.51 s 2023-07-20 03:54:20 INFO 172.17.0.1 POST http://192.168.2.110:18191/v1 500 Internal Server Error 这是容器的日志 — Reply to this email directly, view it on GitHub <#329 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY27XM4ESCTDVCH7XQALXRCT6JANCNFSM6AAAAAAXVUZB6A . You are receiving this because you were assigned.Message ID: @.
>

'url': 'https://https://carpt.net/attendance.php/attendance.php'
这个url地址不对,多了个https://,我就把变量改为carpt.net/attendance.php

但是还是出现新的超时错误了:
2023-07-20 05:52:51 INFO Incoming request => POST /v1 body: {'cmd': 'request.get', 'url': 'https://carpt.net/attendance.php/attendance.php', 'cookies': [{'name': 'c_secure_login', 'value': 'XXXXXX', 'domain': 'carpt.net/attendance.php'}, {'name': 'c_secure_pass', 'value': 'XXXXX', 'domain': 'carpt.net/attendance.php'}, {'name': 'c_secure_uid', 'value': XXXXX', 'domain': 'carpt.net/attendance.php'}], 'maxTimeout': 60000}
2023-07-20 05:53:01 INFO Challenge detected. Title found: Just a moment...
2023-07-20 05:53:26 ERROR Error: Error solving the challenge. Timeout after 60.0 seconds.
2023-07-20 05:53:26 INFO Response in 65.082 s
2023-07-20 05:53:26 INFO 172.17.0.1 POST http://192.168.2.110:18191/v1 500 Internal Server Error

进容器后 curl 这个https://carpt.net/attendance.php网址,成功返回信息如下:

<title>Just a moment...</title>
Enable JavaScript and cookies to continue
<script> (function(){ window._cf_chl_opt={ cvId: '2', cZone: 'carpt.net', cType: 'managed', cNounce: '68256', cRay: '7e98e670ed2c718c', cHash: '0b471797b8b72e6', cUPMDTk: "\/attendance.php?__cf_chl_tk=O9XDe6OEhxggjaWFs0EGyc4OCxFO7ZZx4NAE0nxuZo0-1689831948-0-gaNycGzNCjs", cFPWv: 'g', cTTimeMs: '1000', cMTimeMs: '0', cTplV: 5, cTplB: 'cf', cK: "", cRq: { ru: 'aHR0cHM6Ly9jYXJwdC5uZXQvYXR0ZW5kYW5jZS5waHA=', ra: 'Y3VybC83Ljc0LjA=', rm: 'R0VU', d: 'ir3/NXY/N+tB6RCrsW9g53rG/ORaKwVSwQuU1lAgJtQu4k8QAocS2Imm41638EZf8mHVmhuIeQEW1CVZ62mZfdmOWwyQLyV/6gIP2Br+MdYqEx7Ilo8OJpnz0t96ZzkcDzyCJUYBfdp7We7z8PbOVdka4tnz501Wg/rJgOn8bniFJZxfhLApjt0az6W7vOmyRtsIpCt2TBQbolZfDQeMXg3v1nxakw5CjwqWBN8q3yqVY4y4NpFdV+8QdioGHBJ+yhMqyUhNbc4qSYuAPiKSSe91oxqpSmH9qngcY76a2m4LPxf5p9NCSOFf118lXs7lxieEQyR8nPYCC9dZoeoMxRSDXhmNIfLKNKC2cxCbyRRTlc3E+jrYMrvCzmVRM2ootUFBw1O6Tw07dNHSHmArZbjM1iz/n9dl1DrA9bGCeEczjt74yrMbrIEa7+Kkd1tNMKVhJjV64AOAO1oBFiUhWaMPxQEbmpfLiNhgnXsUI/Fjd7lRE5fyqWDhTqSZwgD6', t: 'MTY4OTgzMTk0OC45NDkwMDA=', cT: Math.floor(Date.now() / 1000), m: 'rGlsa9wiKqAkqKAmV9p+OYjwgvXhrSzUXNFj0HACR2w=', i1: '+iGSieEm8rz9e2oYBseuQQ==', i2: 'R3lFXrV9i0oTaL9Cu8Gc4w==', zh: 'kBFAe6tUEEGbgftcqHWfcm+QazVqs5GqiwtBSc/IpFc=', uh: 'zu+cQgicc5rF6Q8HHTJhdGCD3QVkjetpkn+QXGMpZBU=', hh: 'Kqld/bJWqehVxtlIUe4TDrlqjK11diWb75Y2t7/RfYg=', } }; var cpo = document.createElement('script'); cpo.src = '/cdn-cgi/challenge-platform/h/g/orchestrate/managed/v1?ray=7e98e670ed2c718c'; window._cf_chl_opt.cOgUHash = location.hash === '' && location.href.indexOf('#') !== -1 ? '#' : location.hash; window._cf_chl_opt.cOgUQuery = location.search === '' && location.href.slice(0, location.href.length - window._cf_chl_opt.cOgUHash.length).indexOf('?') !== -1 ? '?' : location.search; if (window.history && window.history.replaceState) { var ogU = location.pathname + window._cf_chl_opt.cOgUQuery + window._cf_chl_opt.cOgUHash; history.replaceState(null, null, "\/attendance.php?__cf_chl_rt_tk=O9XDe6OEhxggjaWFs0EGyc4OCxFO7ZZx4NAE0nxuZo0-1689831948-0-gaNycGzNCjs" + window._cf_chl_opt.cOgUHash); cpo.onload = function() { history.replaceState(null, null, ogU); }; } document.getElementsByTagName('head')[0].appendChild(cpo); }()); </script>

@napbonking
Copy link

napbonking commented Jul 20, 2023

flaresolverr里的日志
Incoming request => POST /v1 body: {'cmd': 'request.get', 'url': 'https://carpt.net/attendance.php/attendance.php', 'cookies': [{'name': 'c_secure_login', 'value': '', 'domain': 'carpt.net/attendance.php'}, {'name': 'c_secure_pass', 'value': '', 'domain': 'carpt.net/attendance.php'}, {'name': 'c_secure_uid', 'value': '', 'domain': 'carpt.net/attendance.php'}], 'maxTimeout': 60000}

value都是空的

@hunter8605
Copy link

你看到的是空值?我把值换成了XXXX,实际不是空值

@hunter8605
Copy link

@hunter8605 我使用的是 flaresolverr/flaresolverr:v3.2.2 { "cmd": "request.get", "url": "https://carpt.net/attendance.php", "cookies": [ { "name": "c_secure_login", "value": "xx" }, { "name": "c_secure_pass", "value": "xx" }, { "name": "c_secure_uid", "value": "xx" } ], "maxTimeout": 60000 } 这样我成功签到了。 15cm/flaresolverr的版本我没试过,你可以试试

好的,谢谢,我用的15cm的,我安装个官方的试试

@hunter8605
Copy link

flaresolverr/flaresolverr:v3.2.2

这个网站神叨叨的,今天又不需要过CF了,我都没法测试。我看容器日志直接显示cloudflare not detected

@han-xiaowang
Copy link

农场现在在签到页面加了CF盾,用这个好些过不了

@hecarli555
Copy link

请问大佬,我堡的签到能攻破了么?

@IITII
Copy link
Collaborator Author

IITII commented Aug 7, 2023 via email

@zx4357685
Copy link

carpt里面没有flaresolverr_json,但是这个参数貌似不写不行,所以随便写一个可以通过
Jietu20230821-174308

@Mr-Roxe
Copy link

Mr-Roxe commented Aug 22, 2023

网站:wintersakura.net

日志:
2023-08-23 06:54:53 INFO Incoming request => POST /v1 body: {'cmd': 'request.get', 'url': 'https://wintersakura.net/attendance.php', 'cookies': [{'name': 'c_secure_login', 'value': '打码', 'domain': 'wintersakura.net'}, {'name': 'c_secure_pass', 'value': '打码', 'domain': 'wintersakura.net'}, {'name': 'c_secure_uid', 'value': '打码', 'domain': 'wintersakura.net'}], 'maxTimeout': 60000}
2023-08-23 06:55:23 INFO Incoming request => POST /v1 body: {'cmd': 'request.get', 'url': 'https://wintersakura.net/attendance.php', 'cookies': [{'name': 'c_secure_login', 'value': '打码', 'domain': 'wintersakura.net'}, {'name': 'c_secure_pass', 'value': '打码', 'domain': 'wintersakura.net'}, {'name': 'c_secure_uid', 'value': '打码', 'domain': 'wintersakura.net'}], 'maxTimeout': 60000}
2023-08-23 06:54:59 INFO Challenge detected. Title found: Just a moment...
2023-08-23 06:55:29 INFO Challenge detected. Title found: Just a moment...
2023-08-23 06:55:54 ERROR Error: Error solving the challenge. Timeout after 60.0 seconds.
2023-08-23 06:55:54 INFO Response in 60.908 s
2023-08-23 06:55:54 INFO 172.17.0.4 POST http://192.168.2.25:8191/v1 500 Internal Server Error
2023-08-23 06:56:24 ERROR Error: Error solving the challenge. Timeout after 60.0 seconds.
2023-08-23 06:56:24 INFO Response in 60.807 s
2023-08-23 06:56:24 INFO 172.17.0.4 POST http://192.168.2.25:8191/v1 500 Internal Server Error

学校和馒头没问题,看看各位的冬樱是和我一样么?

@IITII
Copy link
Collaborator Author

IITII commented Aug 23, 2023 via email

@kai456789
Copy link

憨憨能保号成功 但不会签到 是需要跟学校一样做个特别版吗?

@Zer0wAve
Copy link

  1. 目前暂时只能使用 这个镜像, 不能使用官方的
  2. 签到失败的时候导出 flaresolverr 容器的日志, 如果有cookies 之类的, 自行打码
version: "3"

services:
  web:
    image: 15cm/flaresolverr:latest
    container_name: flaresolverr
    hostname: flaresolverr
    restart: unless-stopped
    ports:
      - 8191:8191
    environment:
      - TZ="Asia/Shanghai"
      - LOG_LEVEL=info

大佬这样子,你可以教萌新们写成这样

从原有的
volumes:
# - ./redis/redis.conf:/usr/local/etc/redis/redis.conf:rw
- ./redis/data:/data:rw
这后面继续添加内容
flaresolverr:
image: 15cm/flaresolverr:latest
container_name: flaresolverr
hostname: flaresolverr
restart: unless-stopped
ports:
- 8191:8191
environment:
- TZ="Asia/Shanghai"
- LOG_LEVEL=info
- "http_proxy=http://192.168.0.111:12311"
- "https_proxy=http://192.168.0.111:12311"
- "no_proxy=127.0.0.1,localhost"
#假设诸君使用的代理服务器位于192.168.0.111,端口12311。flaresolverr用上代理一下子就问题全解决了,你说得对还真的是网络问题。

然后docker pull一下,up -d 一下。神清气爽好吧!

@goxofy
Copy link

goxofy commented May 23, 2024

猪猪签不了啊

@nxlwnm
Copy link

nxlwnm commented Aug 7, 2024

image
ubits签到不成功,表现有点奇怪,代理日志看起来是请求成功了,但是实际刷新网页没签到成功,具体还在找原因,我研究一下HAR怎么抓包

@nxlwnm
Copy link

nxlwnm commented Aug 7, 2024

接楼上,ubit看flaresolverr日志是正常通过了,测试也是显示成功,不过实际刷新网页并没有签到成功,看了一下请求
c_secure_uid=“”;
c_secure_pass=“”;
c_secure_ssl=“”;
c_secure_tracker_ssl=“”;
c_secure_login=“”;
cf_clearance="";
sl-session="";
sl_jwt_session=""
大佬对比了一下其他站的cookie数据,感觉是不是还要补其他字段

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests