mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[GH-ISSUE #181] Research pipeline failed: do_google_serp_search() missing 2 required positional arguments: 'status_container' and 'update_progress' #467
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#467
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sevleo on GitHub (Apr 28, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/181
Originally assigned to: @AJaySi on GitHub.
Hi! Trying to set this project up with Docker. After entering all .env variables and trying to start research, I'm getting error.
2025-04-28 20:59:11,505 - lib.alwrity_ui.keyword_web_researcher - INFO - Starting do_web_research function
2025-04-28 20:59:11 | INFO | Starting web research - Keywords: scheduler, Mode: google
2025-04-28 20:59:11 | INFO | Starting Google research pipeline
2025-04-28 20:59:11 | ERROR | Research pipeline failed: do_google_serp_search() missing 2 required positional arguments: 'status_container' and 'update_progress'
Any ideas how to fix it?
Also, when trying to do competitor analyses, I'm getting this:
2025-04-28 21:06:02 | ERROR | Missing key in the configuration file: 'Top-p'
2025-04-28 21:06:02 | ERROR | [llm_text_gen] Error reading config params: 'Top-p'
I suppose it's some configuration for a specific LLM (Gemini in my case). It should probably be added to the default configuration or to the types?
@AJaySi commented on GitHub (Apr 29, 2025):
I can reproduce this at my end and have fixed it. I am testing the patch and will upload in few hours.
Thanks.
@AJaySi commented on GitHub (May 2, 2025):
Hello @sevleo
I have tried to fix this and verified it at my end. Hope, this gives you a start and you can improve/enhance it further.
Thanks and regards.