Skip to content
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

TypeError: talkingheads.base_browser.BaseBrowser.__init__() got multiple values for keyword argument 'timeout_dur' #70

Open
Free-Max367 opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Free-Max367
Copy link

Hello,

Could you remove the timeout_dur=40 parameter in the function definition def __init__(self, **kwargs) in copilot.py (talkingheads 0.5.0)?

The Copilot of my company has rather slow response times.
I am forced to increase the duration of the timeout_dur=180 parameter when calling the CopilotClient function: chathead = CopilotClient(timeout_dur = 180, incognito = False, user_data_dir = chrome_user_data)
I then get the error in the title of this issue and a program stop.
I suggest you remove this parameter in def __init__(self, **kwargs) in copilot.py but, of course, I leave it up to you to choose the option to retain as the designer of this program.
Looking forward to your reply ...

@ugorsahin
Copy link
Owner

Hello, I believe this may require some attention. I will fix this.

@ugorsahin ugorsahin added the bug Something isn't working label Apr 30, 2024
@ugorsahin ugorsahin self-assigned this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants