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

Flow fails - Error: HttpError: Server Error #2

Open
quicoto opened this issue Oct 26, 2022 · 5 comments
Open

Flow fails - Error: HttpError: Server Error #2

quicoto opened this issue Oct 26, 2022 · 5 comments

Comments

@quicoto
Copy link

quicoto commented Oct 26, 2022

Description

  • My actionflow setup randomly fails. Some days more often than the others
  • I do not see any useful error from the Actions output

Action file:

https://github.com/quicoto/actionsflow/blob/main/.github/workflows/actionsflow.yml

Current

Action fails with this output:

Error: HttpError: Server Error
Error: Actionsflow error: HttpError: Server Error

Example failed action: https://github.com/quicoto/actionsflow/actions/runs/3328329214/jobs/5504196930

Expectation

It used to never fail until a few days ago.

  • Is there a way to get more verbose error output?
@theowenyoung
Copy link
Member

It seems that your rss server is down at that time.

yes, you can enable debug: https://actionsflow.github.io/docs/faqs/#4-how-do-i-debug

@quicoto
Copy link
Author

quicoto commented Oct 26, 2022

Thank you @theowenyoung for the fast reply! ❤️

I've added debug:true (commit) to my workflows but I'm seeing the same HttpError: Server Error. Nothing extra to at least know what URL is giving me the issues.

Latest build: https://github.com/quicoto/actionsflow/actions/runs/3329180641/jobs/5506069347

Any more ideas?

@theowenyoung
Copy link
Member

It seems that some caches thing loading failed :

await restoreCache();

and it even didn't enter in actionsflow fetch RSS.

@theowenyoung
Copy link
Member

actionsflow relies on the github actions cache, I read your run logs a few days ago and it seems to fail very often, but I'm sorry, I don't have time to improve actionsflow lately and the project will probably go into archive status, sorry.

@quicoto
Copy link
Author

quicoto commented Oct 26, 2022

Thank you @theowenyoung for taking a look regardless 🙂

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