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

Issue Creating new project #697

Open
chiragksharma opened this issue Apr 25, 2024 · 0 comments
Open

Issue Creating new project #697

chiragksharma opened this issue Apr 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@chiragksharma
Copy link

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 chiragksharma added the bug Something isn't working label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant