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

[BUG] [ValueError: There is no existing handler with id 2] #467

Open
kyegomez opened this issue May 9, 2024 · 0 comments
Open

[BUG] [ValueError: There is no existing handler with id 2] #467

kyegomez opened this issue May 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kyegomez
Copy link
Owner

kyegomez commented May 9, 2024

Successfully installed swarms-4.9.3
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
[<ipython-input-3-c0269b490a86>](https://localhost:8080/#) in <cell line: 5>()
      3 
      4 # Import the OpenAIChat model and the Agent struct
----> 5 from swarms import Agent
      6 from athena_starship.llama import Llama3
      7 from athena_starship.memory import ChromaDB

7 frames
[/usr/local/lib/python3.10/dist-packages/loguru/_logger.py](https://localhost:8080/#) in remove(self, handler_id)
   1043 
   1044             if handler_id is not None and handler_id not in handlers:
-> 1045                 raise ValueError("There is no existing handler with id %d" % handler_id) from None
   1046 
   1047             if handler_id is None:

ValueError: There is no existing handler with id 2

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@kyegomez kyegomez added the bug Something isn't working label May 9, 2024
@kyegomez kyegomez self-assigned this May 9, 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