You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to the 'New Project' creation page.
Enter all the required details into the project form.
Click on 'Create Project'.
The screen will be stuck on "Please wait while we process your data".
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
Additional context
The error message recieved
{
"detail": "Error running the evaluation: BindingsError: \"InternalError(TapeError) at character 0 ('ï')\""
}
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
I expected the project to be created successfully without any errors after submitting the required details.
Screenshots
Additional context
The error message recieved
The text was updated successfully, but these errors were encountered: