Josh-XT/AGiXT

Unprocessable Entity

short-circuit opened this issue · 1 comments

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

  1. Go to agent training
  2. Select training source -> Github Repository
  3. Enter any public repo
  4. 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.

Hello, this is resolved in the latest version. Somehow a typo of a random comma for in and broke it. Resolved now.