proxy的问题 #327
Unanswered
18140143067
asked this question in
Q&A
proxy的问题
#327
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PS E:\projects\mask3> python mask_twitter_monitor/monitor.py
Traceback (most recent call last):
File "E:\projects\mask3\mask_twitter_monitor\monitor.py", line 16, in
client = Client('en-US')
^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\twikit\client\client.py", line 107, in init
self.http = AsyncClient(proxy=proxy, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: AsyncClient.init() got an unexpected keyword argument 'proxy'
PS E:\projects\mask3>
这怎么解决啊,一直显示这个
mask3.zip
Beta Was this translation helpful? Give feedback.
All reactions