-
Notifications
You must be signed in to change notification settings - Fork 7
Feature/plugin polish #58
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
Conversation
- Web search integration via SearXNG endpoints - Document processing and management system - AI generation cancellation with request tracking - Enhanced persona and conversation management - Request tracker service for AI provider management
Issue: RuntimeError on Backend Startup - No Running Event LoopProblem Description: Stack Trace: File "/home/hacker/BrainDriveDev/BrainDrive/backend/app/services/request_tracker.py", line 147, in <module>
request_tracker = RequestTracker()
File "/home/hacker/BrainDriveDev/BrainDrive/backend/app/services/request_tracker.py", line 20, in __init__
self._start_cleanup()
File "/home/hacker/BrainDriveDev/BrainDrive/backend/app/services/request_tracker.py", line 25, in _start_cleanup
self._cleanup_task = asyncio.create_task(self._cleanup_loop())
RuntimeError: no running event loopRoot Cause: Impact: |
|
Interesting, this starts up fine on a clean version of the branch for me... |
|
I did attempt on a second system. Do you know if this needs additional requirements? |
|
I don't believe so. |
|
Like in searng.py there is bs4, I was hoping for a quick review between doing other things so haven't really delved into things yet |
|
Ah, I accidentally stashed my requirements.txt, but I did add that dependency. I don't think there are any others but I will have to double check. |
Backend support for BrainDriveChat plugin enhancements