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

an unexpected error! #6055

Open
therealsadhin opened this issue Feb 1, 2025 · 3 comments
Open

an unexpected error! #6055

therealsadhin opened this issue Feb 1, 2025 · 3 comments

Comments

@therealsadhin
Copy link

Image

Copy link

dosubot bot commented Feb 1, 2025

Hey @therealsadhin! I'm here to help you with any bugs, questions, or contributions. Let's tackle this unexpected error together! Dosu

I found a similar open issue related to unexpected errors in Langflow. The error might be due to the use of the toSorted method, which is part of ECMAScript 2023 and may not be supported in your browser. To resolve this, you can:

  1. Update your browser to the latest version that supports the toSorted method.
  2. Alternatively, modify the code to use the traditional sort method instead:
    CATEGORIES.slice().sort((a, b) => {
      // sorting logic here
    });

Additionally, you can report errors with detailed tracebacks on the Langflow GitHub Issues page and restart Langflow using the provided button in the error component [1].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@severfire
Copy link

Ah, I see... its datastax installation... I wonder which version of langflow do they run.

@flefevre
Copy link

flefevre commented Feb 1, 2025

Same error here with fix
#5975

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants