mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[GH-ISSUE #175] Error: No such file or directory and Multiple Function Argument Errors on Latest Updated Code #463
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#463
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 @uniqueumesh on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/175
Originally assigned to: @AJaySi on GitHub.
I'm encountering multiple errors with the current updated code. This issue was not present in the previous versions. Below are the details of the errors:
Missing Required Positional Arguments:
do_google_serp_searchis missing the required positional argumentsstatus_containerandupdate_progress.Unexpected Keyword Argument:
TavilyClient._searchreceived an unexpected keyword argumenttime_range.Local Variable Access Error:
google_search_resultwhich is not associated with a value.Error Logs
Screenshots
Steps to Reproduce
@AJaySi commented on GitHub (Apr 7, 2025):
@uniqueumesh
Thanks for reporting this. I will fix and close this today.
@AJaySi commented on GitHub (Apr 8, 2025):
@uniqueumesh
I have uploaded latest code and MAYBE its fixed. Request for confirmation.
@uniqueumesh commented on GitHub (Apr 9, 2025):
@AJaySi
I pulled the latest code and tried to run. I am still encountering the same issue.
2025-04-09 13:05:32 | INFO | Researching and Writing Blog on keywords: free AI writers
2025-04-09 13:05:32 | ERROR | Failed in Google web research: do_google_serp_search() missing 2 required positional arguments: 'status_container' and 'update_progress'
2025-04-09 13:05:32 | INFO | Doing Tavily AI search for: free AI writers
2025-04-09 13:05:32 | INFO | Running Tavily search on: free AI writers
2025-04-09 13:05:32 | ERROR | Failed to do Tavily Research: TavilyClient._search() got an unexpected keyword argument 'time_range'
2025-04-09 13:05:33 | INFO | Running Tavily search on: free AI writers
2025-04-09 13:05:33 | ERROR | Failed to do Tavily Research: TavilyClient._search() got an unexpected keyword argument 'time_range'
2025-04-09 13:05:35 | INFO | Running Tavily search on: free AI writers
2025-04-09 13:05:35 | ERROR | Failed to do Tavily Research: TavilyClient._search() got an unexpected keyword argument 'time_range'
2025-04-09 13:05:36 | INFO | Running Tavily search on: free AI writers
2025-04-09 13:05:36 | ERROR | Failed to do Tavily Research: TavilyClient._search() got an unexpected keyword argument 'time_range'
2025-04-09 13:05:40 | INFO | Running Tavily search on: free AI writers
2025-04-09 13:05:40 | ERROR | Failed to do Tavily Research: TavilyClient._search() got an unexpected keyword argument 'time_range'
2025-04-09 13:05:54 | INFO | Running Tavily search on: free AI writers
2025-04-09 13:05:54 | ERROR | Failed to do Tavily Research: TavilyClient._search() got an unexpected keyword argument 'time_range'
2025-04-09 13:05:54 | ERROR | Failed to do Tavily AI Search: RetryError[<Future at 0x272c655afc0 state=finished raised TypeError>]
2025-04-09 13:05:54 | ERROR | Failed in Google web research: cannot access local variable 'google_search_result' where it is not associated with a value
@AJaySi commented on GitHub (Apr 11, 2025):
@uniqueumesh
I cloned the latest from main branch and fixed few errors. I am not getting the above errors now.
Please pull once and confirm. Thanks.
@uniqueumesh commented on GitHub (Apr 15, 2025):
@AJaySi
I cloned the latest branch and ran it. I got a following new errors.
I have given you a screenshot to look over.
And now the tool is asking only 3 API keys
Tool is successfully saving these API keys in the .env file.
@AJaySi commented on GitHub (Apr 15, 2025):
@uniqueumesh
Please file different ticket for different issues.
Its very confusing otherwise. Clubbing together all these issues in one does not reflect the hard work done.
4 issues will require a lot more work, than we can show it in 1 single issue.
NOTE: You can open as many issues as you want.
If we keep opening different issues in the same ticket, then this ticket will never get closed.
An issue should be for one type of issue like login issue is different from blog generation issue.
ALso, you have not mentioned steps, so its difficult to get started to solve it.
Lets please keep this issue only for setup process and API keys only.
@AJaySi commented on GitHub (Apr 23, 2025):
Closing this one, no reply from the reporter.
@uniqueumesh commented on GitHub (Apr 23, 2025):
@AJaySi
This error is solved. Sorry for not mentioning. There is another issue regarding the blog writer. I will open it in the new issue. Thank you