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

Skyvern front-end should report a more user-friendly message when the backend causes errors #294

Open
bravet opened this issue May 10, 2024 · 1 comment

Comments

@bravet
Copy link

bravet commented May 10, 2024

截屏2024-05-10 16 49 36

As shown in the figure above, when I use npm run dev to enter Local: http://localhost:8080/, a background exception occurred.

@msalihaltun
Copy link
Collaborator

Hey @bravet, this error can happen when the request to get running tasks results in an error. Somehow, the result is not an array. Most likely the agent service was either not available or returned something other than JSON as an error message.

Can you confirm the following:

  1. Skyvern is running (by default it runs at port 8000)
  2. You followed the quickstart in skyvern-frontend/README.md

Btw, we are looking into making frontend start by default alongside the agent soon with the bash scripts!

@suchintan suchintan changed the title run skyvern-frontend cause error Skyvern front-end should report a more user-friendly message when the backend causes errors May 13, 2024
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