Unprocessable Entity
short-circuit opened this issue · 1 comments
short-circuit commented
Description
When running a "Learn from Github", a 422 HTTP error is returned:
"POST /api/agent/gpt4free/learn/github HTTP/1.1" 422 Unprocessable Entity
UI says training done, obviously that is not true.
Steps to Reproduce the Bug
- Go to agent training
- Select training source -> Github Repository
- Enter any public repo
- Press on train from github repository
Expected Behavior
Working as intended
Operating System
- Linux
- Microsoft Windows
- Apple MacOS
- Android
- iOS
- Other
Python Version
- Python <= 3.9
- Python 3.10
- Python 3.11
Environment Type - Connection
- Local - You run AGiXT in your home network
- Remote - You access AGiXT through the internet
Runtime environment
- Using docker compose
- Using local
- Custom setup (please describe above!)
Acknowledgements
- I have searched the existing issues to make sure this bug has not been reported yet.
- I am using the latest version of AGiXT.
- I have provided enough information for the maintainers to reproduce and diagnose the issue.
Josh-XT commented
Hello, this is resolved in the latest version. Somehow a typo of a random comma for in and broke it. Resolved now.