actions-integration / checkin

63 stars 1.76k forks source link

推送消息显示opps, token error #4

Open gotoxavier2333 opened 1 year ago

gotoxavier2333 commented 1 year ago

签到出现问题

之前一直可以成功签到,从昨天开始凌晨签到推送消息显示签到失败了。

然后我重新复制了cookie 到 github 的 action 配置里,手动触发脚本,还是显示签到失败。[ 注:action 执行都是成功的,只是推送消息显示签到失败,而且也确实没有签到成功。]

请问有没有什么方法排查问题出在哪儿?

turinglg commented 1 year ago

同样遇到这个问题。

gotoxavier2333 commented 1 year ago

同样遇到这个问题。

我又看了下 glados 网站的签到接口的提交 body,发现原来的 token 和现在 glados 网站签到的 token 内容不一样了。所以我尝试修改了脚本里关于提交接口数据的 token 的值为“glados.one”。 [ 注:原来的值是 “glados.network” ]

经过测试,将man.js脚本里的 token 修改为 “glados.one”后 pushplus推送不再返回错误(oops, token error),而是提示“Please Try Tomorrow"。应该可以解决问题了。 @turinglg

gotoxavier2333 commented 1 year ago

这个问题我已经解决了,可以看下我在github上的答复。

gotoswitcholed

@. | ---- 回复的原邮件 ---- | 发件人 | Li @.> | | 发送日期 | 2023年7月28日 16:04 | | 收件人 | @.> | | 抄送人 | @.> , @.***> | | 主题 | Re: [actions-integration/checkin] 推送消息显示opps, token error (Issue #4) |

同样遇到这个问题。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

turinglg commented 1 year ago

修改之后反应正常了,感谢。 @gotoxavier2333

ScorpioLF commented 1 year ago

感谢感谢 @gotoxavier2333

ccjl111 commented 1 year ago

感谢

SilenceOu commented 1 year ago

不错,省下找其他解决方案的时间了,多谢晒。

maimaicui commented 1 year ago

初学者想问下,token是怎么获取到的,怎么知道是glados.one的,我f12 看了半天没找到

gotoxavier2333 commented 1 year ago

你可以在官网的签到页面点击签到,可以看到有一个叫”checkin“的接口,接口信息里的request body里的参数就是token的值。

gotoswitcholed

@. | ---- 回复的原邮件 ---- | 发件人 | @.> | | 发送日期 | 2023年8月7日 14:39 | | 收件人 | @.> | | 抄送人 | @.> , @.***> | | 主题 | Re: [actions-integration/checkin] 推送消息显示opps, token error (Issue #4) |

初学者想问下,token是怎么获取到的,怎么知道是glados.one的,我f12 看了半天没找到

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

diaomaodou commented 1 year ago

try tomorrow。意味着有概率不能签到成功,以后不能无限签了😭