You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@manu2022 and @obscuredotsh tried addressing your issue, but it seems that you guys have missed to add "username" and "password" in the proxy.
like "proxy":{ "server": "server name", "username": "user name", "password": "password" }
Other than this if there is any issue, I request @VinciGit00 to provide me with some context about this issue and I will work on it.
from scrapegraphai.utils.proxy_rotation import search_proxy_servers
search_proxy_servers()
graph_config = {
"llm": {
"model": "gpt-4o",
},
"verbose": True,
"max_results": 1,
# "search_engine": "bing",
"headless": False,
"loader_kwargs": {
"proxy": {
"server": "here i put the server",
}
}
}
search_graph = SearchGraph(
prompt=PROMPTS.get("propmt_vvs")["prompt"].format(**data),
config=graph_config,
schema=model,
)
ValueError: Proxy dictionary is missing required fields.
version 1.31.
The thing is that I cannot manually specify the proxy. it says I am missing fields, but I have all the ones in the documentation
The text was updated successfully, but these errors were encountered: