uptrain icon indicating copy to clipboard operation
uptrain copied to clipboard

Issue Creating new project

Open chiragksharma opened this issue 2 months ago • 0 comments

Describe the bug When attempting to create a new project by entering all the necessary details, an error message is displayed, indicating an issue with running the evaluation. The error seems to stem from an internal binding error related to character encoding.

To Reproduce Steps to reproduce the behavior:

  1. Go to the 'New Project' creation page.
  2. Enter all the required details into the project form.
  3. Click on 'Create Project'.
  4. The screen will be stuck on "Please wait while we process your data".
  5. Open the console terminal and see the network tab. You can see the following error.
{
    "detail": "Error running the evaluation: BindingsError: \"InternalError(TapeError) at character 0 ('ï')\""
}

Expected behavior I expected the project to be created successfully without any errors after submitting the required details.

Screenshots image

image

Additional context The error message recieved

{
    "detail": "Error running the evaluation: BindingsError: \"InternalError(TapeError) at character 0 ('ï')\""
}

chiragksharma avatar Apr 25 '24 04:04 chiragksharma