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

AsyncClient.__init__() got an unexpected keyword argument 'proxy' #187

Closed
keviny opened this issue Aug 23, 2024 · 1 comment
Closed

AsyncClient.__init__() got an unexpected keyword argument 'proxy' #187

keviny opened this issue Aug 23, 2024 · 1 comment

Comments

@keviny
Copy link

keviny commented Aug 23, 2024

Anyone encountered this issue?

    client = Client('en-US')
  File "D:\virtualenv\python310\lib\site-packages\twikit\client\client.py", line 83, in __init__
    self.http = AsyncClient(proxy=proxy, **kwargs)
TypeError: AsyncClient.__init__() got an unexpected keyword argument 'proxy'
@d60
Copy link
Owner

d60 commented Aug 23, 2024

@keviny Update httpx to the latest version

@d60 d60 closed this as completed Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants