[GH-ISSUE #181] Research pipeline failed: do_google_serp_search() missing 2 required positional arguments: 'status_container' and 'update_progress' #467

Closed
opened 2026-03-13 20:32:23 +03:00 by kerem · 2 comments
Owner

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?

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?
kerem 2026-03-13 20:32:23 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:2837328434 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:2847761878 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#467
No description provided.