qd-today / templates

基于开源新版 QD 框架站发布的公共har模板库,仅供示例
970 stars 288 forks source link

btschool 签到_保号 讨论区 #316

Open IITII opened 1 year ago

IITII commented 1 year ago

HAR 模板名称

btschool_保号

作者信息

IITII

模板备注及说明

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

HAR 文件名

btschool.har

其他信息

version: "3"

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

HAR 模板内容

[{"comment":"","request":{"method":"POST","url":"{{flaresolverr_url}}","headers":[{"name":"Content-Type","value":"application/json"}],"cookies":[],"data":"{\n    \"cmd\": \"request.get\",\n    \"url\": \"https://pt.btschool.club/index.php?action=addbonus\",\n    \"cookies\": [\n        {\n            \"name\": \"c_secure_login\",\n            \"value\": \"{{c_secure_login}}\",\n            \"domain\": \"pt.btschool.club\"\n        },\n        {\n            \"name\": \"c_secure_pass\",\n            \"value\": \"{{c_secure_pass}}\",\n            \"domain\": \"pt.btschool.club\"\n        },\n        {\n            \"name\": \"c_secure_uid\",\n            \"value\": \"{{c_secure_uid}}\",\n            \"domain\": \"pt.btschool.club\"\n        }\n    ],\n    \"maxTimeout\": 60000\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"}]}}]
Mrxlei commented 1 year ago

大佬,请问这是为什么? Failed at 1/2 request, Fail assert: {"re": "200", "from": "status"} from success_asserts, Response Error : HTTP 599: Operation timed out after 30001 milliseconds with 0 bytes received, Request URL: {{flaresolverr_url}}

IITII commented 1 year ago

你网络的问题吧, 应该是访问 btschool 的时候超时了. 检查容器网络

Mrxlei @.***> 于2023年4月28日周五 16:35写道:

大佬,请问这是为什么? Failed at 1/2 request, Fail assert: {"re": "200", "from": "status"} from success_asserts, Response Error : HTTP 599: Operation timed out after 30001 milliseconds with 0 bytes received, Request URL: {{flaresolverr_url}}

— Reply to this email directly, view it on GitHub https://github.com/qiandao-today/templates/issues/316#issuecomment-1527192421, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY23UXKCHDQYD5INTXR3XDN6N7ANCNFSM6AAAAAAWZB4ZPQ . You are receiving this because you authored the thread.Message ID: @.***>

IITII commented 1 year ago

如果你馒头能正常签, 这个就也能正常签

IITII @.***> 于2023年4月28日周五 16:39写道:

你网络的问题吧, 应该是访问 btschool 的时候超时了. 检查容器网络

Mrxlei @.***> 于2023年4月28日周五 16:35写道:

大佬,请问这是为什么? Failed at 1/2 request, Fail assert: {"re": "200", "from": "status"} from success_asserts, Response Error : HTTP 599: Operation timed out after 30001 milliseconds with 0 bytes received, Request URL: {{flaresolverr_url}}

— Reply to this email directly, view it on GitHub https://github.com/qiandao-today/templates/issues/316#issuecomment-1527192421, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY23UXKCHDQYD5INTXR3XDN6N7ANCNFSM6AAAAAAWZB4ZPQ . You are receiving this because you authored the thread.Message ID: @.***>

Mrxlei commented 1 year ago

浏览器是可以正常打开页面的

IITII commented 1 year ago

额,要不你去容器里面 curl一下试试?

Mrxlei @.***> 于 2023年4月28日周五 16:48写道:

浏览器是可以正常打开页面的

— Reply to this email directly, view it on GitHub https://github.com/qiandao-today/templates/issues/316#issuecomment-1527207768, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY265AXD7OT4RJO2BL5TXDN76NANCNFSM6AAAAAAWZB4ZPQ . You are receiving this because you authored the thread.Message ID: @.***>

ferriszhou commented 1 year ago

显示签到成功了,但是还是没签上是什么原因?

IITII commented 1 year ago

明天看看,我今天签完了

显示签到成功了,但是还是没签上是什么原因?

rainbowshine521 commented 1 year ago

我的也是这样,一直失败 Failed at 1/2 request, Fail assert: {"re": "200", "from": "status"} from success_asserts, Response Error : HTTP 599: Operation timed out after 30001 milliseconds with 0 bytes received, Request URL: {{flaresolverr_url}}

IITII commented 1 year ago

最近因为cf cdn问题, 导致 btschool 访问很不稳定。关掉代理的情况下, 手动访问都很难进去

rainbowshine521 @.***> 于 2023年5月14日周日 23:52写道:

我的也是这样,一直失败 Failed at 1/2 request, Fail assert: {"re": "200", "from": "status"} from success_asserts, Response Error : HTTP 599: Operation timed out after 30001 milliseconds with 0 bytes received, Request URL: {{flaresolverr_url}}

— Reply to this email directly, view it on GitHub https://github.com/qiandao-today/templates/issues/316#issuecomment-1546929608, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY24SXV4DVGHZWZ6KS4LXGD5UTANCNFSM6AAAAAAWZB4ZPQ . You are receiving this because you authored the thread.Message ID: @.***>

bonex86 commented 1 year ago

我最近遇到签到显示成功,但是网站那边没签到。

IITII commented 1 year ago

虽然好几个人反馈了签了但没成功,,,,但是我自己这边看不到签到按钮了. 也没法排查...

而且这个主要目的是保号, 签到只是附带, 魔力够用就行了. 多保点种就行了

bonex86 @.***> 于 2023年5月18日周四 15:40写道:

我最近遇到签到显示成功,但是网站那边没签到。

— Reply to this email directly, view it on GitHub https://github.com/qd-today/templates/issues/316#issuecomment-1552659724, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY2ZZR5242V2EFSA6WTTXGXG6LANCNFSM6AAAAAAWZB4ZPQ . You are receiving this because you authored the thread.Message ID: @.***>

swswlx commented 1 year ago

最近一周一直提示未签到成功 Failed at 1/2 request, Fail assert: {"re": "200", "from": "status"} from success_asserts, Response Error : HTTP 500: Internal Server Error, Request URL: {{flaresolverr_url}}

IITII commented 1 year ago

更新 flaresolverr_url 版本

swswlx @.***> 于 2023年6月20日周二 09:25写道:

最近一周一直提示未签到成功 Failed at 1/2 request, Fail assert: {"re": "200", "from": "status"} from success_asserts, Response Error : HTTP 500: Internal Server Error, Request URL: {{flaresolverr_url}}

— Reply to this email directly, view it on GitHub https://github.com/qd-today/templates/issues/316#issuecomment-1597992065, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY26MOVXR3PHMVPRX3ATXMD3XHANCNFSM6AAAAAAWZB4ZPQ . You are receiving this because you were assigned.Message ID: @.***>

swswlx commented 1 year ago

更新 flaresolverr_url 版本 swswlx @.***> 于 2023 年 6 月 20 日二 09:25 写道: …… 感谢,已修复

Arnolwutong commented 11 months ago

大佬们,flaresolverr是填什么地址端口?是私有签到框架部署的地址和端口吗?

Arnolwutong commented 11 months ago

大佬们,flaresolverr是填什么地址端口?是私有签到框架部署的地址和端口吗?

2023-10-02 22:15:25 日志:Failed at 1/2 request, Fail assert: {"re": "200", "from": "status"} from success_asserts, Response Error : HTTP 404: Not Found, Request URL: {{flaresolverr_url}}

我现在是这样,实在调不明白了0.0

IITII commented 11 months ago
image

@Arnolwutong

Yan-prrt commented 11 months ago

这个成功之后返回的应该是什么?我返回了“上传量: 768.51 GB 下载量: 996.96 GB”

IITII commented 11 months ago

就返回这个

Yan-prrt @.***> 于 2023年10月8日周日 10:21写道:

这个成功之后返回的应该是什么?我返回了“上传量: 768.51 GB 下载量: 996.96 GB”

— Reply to this email directly, view it on GitHub https://github.com/qd-today/templates/issues/316#issuecomment-1751896079, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY2YT5N7RWLR6AU6YFBLX6IEZHAVCNFSM6AAAAAAWZB4ZPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRHA4TMMBXHE . You are receiving this because you were assigned.Message ID: @.***>

Yan-prrt commented 11 months ago

就返回这个 Yan-prrt @.> 于 2023年10月8日周日 10:21写道: 这个成功之后返回的应该是什么?我返回了“上传量: 768.51 GB 下载量: 996.96 GB” — Reply to this email directly, view it on GitHub <#316 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY2YT5N7RWLR6AU6YFBLX6IEZHAVCNFSM6AAAAAAWZB4ZPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRHA4TMMBXHE . You are receiving this because you were assigned.Message ID: @.>

好的

george-xu commented 10 months ago

……

怎么更新?我现在也是遇到连接超时啊~

IITII commented 10 months ago
image

@george-xu

Arnolwutong commented 10 months ago
image

@Arnolwutong 大佬,您看一下我这个配的对不对,差在哪了呢 VeryCapture_2023110915
![VeryCapture_20231109151720](https://github.com/qd-today/templates/assets/95761056/1e6dc8dd-3e62-4c19-9410-22b334805b54)
1826

Arnolwutong commented 10 months ago
image

@Arnolwutong

大佬,您看一下我这个配的对不对,差在哪了呢 VeryCapture_2023110915 VeryCapture_20231109151720 1826

VeryCapture_20231109151720

IITII commented 10 months ago

https://github.com/qd-today/templates/issues/329 @Arnolwutong

image
Arnolwutong commented 10 months ago

329 @Arnolwutong image

大佬,麻烦帮忙看一下,这个日志能看出来什么问题不。T_T VeryCapture_20231109151826 屏幕截图 2023-11-10 112613

Arnolwutong commented 10 months ago

329 @Arnolwutong image

大佬,麻烦帮忙看一下,这个日志能看出来什么问题不。T_T VeryCapture_20231109151826 屏幕截图 2023-11-10 112613 VeryCapture_20231110113051

IITII commented 10 months ago

网络问题, 连不上

Arnol梧桐 @.***> 于2023年11月10日周五 11:33写道:

329 https://github.com/qd-today/templates/issues/329 @Arnolwutong

https://github.com/Arnolwutong [image: image] https://user-images.githubusercontent.com/33705067/281674027-2d71b212-d692-433d-ba61-e6461d2334e7.png 大佬,麻烦帮忙看一下,这个日志能看出来什么问题不。T_T [image: VeryCapture_20231109151826] https://user-images.githubusercontent.com/95761056/281946307-224d0cef-461c-4e6f-9de6-c008d6a35db7.jpg [image: 屏幕截图 2023-11-10 112613] https://user-images.githubusercontent.com/95761056/281946321-e05fa9cb-fd58-4028-8488-009377e62a82.png [image: VeryCapture_20231110113051] https://user-images.githubusercontent.com/95761056/281946479-c455f5e2-89a4-4caa-ac7e-03f6673b0372.jpg

— Reply to this email directly, view it on GitHub https://github.com/qd-today/templates/issues/316#issuecomment-1805022066, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBEY26FWNUFJXWOPMNSXETYDWOARAVCNFSM6AAAAAAWZB4ZPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBVGAZDEMBWGY . You are receiving this because you were assigned.Message ID: @.***>

haowenwu commented 6 months ago

HTTP 599: Operation timed out

提示这个的,有可能已经签到成功,可以自行修改超时时间。https://github.com/qd-today/qd/issues/330

wang201314 commented 4 months ago

下面这个配置在设置啊。我用docker装的flaresolverr没找flaresolverr的docker-compose.yml 文件

version: "3"

services:
  web:
    image: 15cm/flaresolverr:3.0.0
    container_name: flaresolverr
    hostname: flaresolverr
    restart: unless-stopped
    ports:
      - 8191:8191
    environment:
      - TZ="Asia/Shanghai"
      - LOG_LEVEL=info
voodooTTC commented 2 days ago

大佬。现在站点cookie 变了~签到不了了。能解决下部?