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

Unable to enter tool mode through open source interface #5725

Open
willdix opened this issue Jan 16, 2025 · 4 comments
Open

Unable to enter tool mode through open source interface #5725

willdix opened this issue Jan 16, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@willdix
Copy link

willdix commented Jan 16, 2025

Bug Description

Using langflow through open source web view I am unable to click on tool mode. It says error while updating the component

Reproduction

  1. Open opon source flow editor
  2. load agent
  3. toggle tool mode

Expected behavior

Tool mode becomes active

Who can help?

No response

Operating System

Mac OS

Langflow Version

latest

Python Version

3.12

Screenshot

No response

Flow File

No response

@willdix willdix added the bug Something isn't working label Jan 16, 2025
Copy link

dosubot bot commented Jan 16, 2025

Hey @willdix! I'm here to assist you with any bugs, questions, or contributions. Let's work together to resolve your issue.

The error message "error while updating the component" when trying to toggle tool mode in Langflow could be related to issues with the component update process. Here are a few things to consider:

  1. API Response Errors: The error might be due to a failed API call when updating the component values. The error message is typically derived from the API response, specifically from responseError.response.data.detail. If this detail is not available, it defaults to "Unknown error" [1].

  2. Dependencies: Ensure that all dependencies are correctly installed and compatible with your system. Langflow relies on various libraries, and any mismatch or missing dependency could cause issues [2].

  3. Logging: Check the logs for more detailed error messages. Langflow uses the loguru library for logging, which can provide insights into what might be going wrong during the component update process [3].

  4. Version Compatibility: Make sure that you are using compatible versions of Langflow and Python. Although you mentioned using Python 3.12, ensure that all dependencies and Langflow itself are compatible with this version.

If these steps do not resolve the issue, you might want to look into the specific error messages in the logs or consider testing with a different version of Python or Langflow to see if the issue persists.

To continue talking to Dosu, mention @dosu.


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

@carlosrcoelho
Copy link
Contributor

Are you still having this issue?

We've released the new version 1.1.2 in open-source. If you could test it, please let me know if anything comes up.

@willdix
Copy link
Author

willdix commented Jan 24, 2025 via email

@carlosrcoelho
Copy link
Contributor

@willdix

Are you still having trouble with the update? If so, please provide me with more details about your operating system.

Try testing it in a new environment.

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

2 participants