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

🐛 Unexpected Application Error! agent.chain is null #68

Closed
yangkyeongmo opened this issue Jun 2, 2023 · 1 comment · Fixed by #73
Closed

🐛 Unexpected Application Error! agent.chain is null #68

yangkyeongmo opened this issue Jun 2, 2023 · 1 comment · Fixed by #73

Comments

@yangkyeongmo
Copy link

yangkyeongmo commented Jun 2, 2023

Outcome

  • I met error same as the title.

Expected outcome

  • I expected to see default agents or be able to remove the agent causing the error.

To duplicate

  1. make dev_setup
  2. make server
  3. make worker
  4. Create an agent without "Chain"
  5. Access agent list

Screenshots

This is when I created an agent,
Screenshot from 2023-06-03 00-17-52

And this is when I accessed agent list.
Screenshot from 2023-06-03 00-14-49

I couldn't remove the agent from UI, but maybe I could remove the agent somehow in DB.. but I didn't look at it yet.

@kreneskyp
Copy link
Owner

Sorry for the slow reply. A quick work around is to reset the database.

make bash
./manage.py reset_db

Then exit the container shell and re-run dev_setup

make dev_setup

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

Successfully merging a pull request may close this issue.

2 participants