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

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

Open
zyb112211 opened this issue Feb 23, 2023 · 2 comments

Comments

@zyb112211
Copy link

No description provided.

@zyb112211
Copy link
Author

[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
Copy link
Owner

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

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

name: Auto

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

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

No branches or pull requests

2 participants