iDerekLi / juejin-helper

稀土掘金助手:签到、抽奖、沾喜气、消除Bug、海底掘金游戏、自动化工作流。
https://juejin.cn/post/7005379088491741215
Apache License 2.0
253 stars 1.08k forks source link

多个cookie运行,每天都报错,只有第一个cookie能正常签到挖矿,第二个就报错 #110

Open zyb112211 opened 1 year ago

zyb112211 commented 1 year ago

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "AxiosError: Request failed with status code 504".] { code: 'ERR_UNHANDLED_REJECTION' } error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Error: Process completed with exit code 1.

iDerekLi commented 1 year ago

建议您先调整一下执行自动化时间, 例如:北京时间上午07:30为"30 23 *"

juejin-helper/.github/workflows/auto.yml

name: Auto

on:
  schedule:
    - cron: "30 22 * * *" # 北京时间上午06:30