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
Hello,
I have no problem using IPV4 proxy in BrowserSession but I get an error when using IPV6 proxy. (I am trying the latest version 0.9.0)
Failed to connect to proxy: ...
Exception ignored in: <function BrowserSession.del at 0x00000287EA1AF740>
Traceback (most recent call last):
File "C:\Users\thex\anaconda3\envs\env\Lib\site-packages\hrequests\browser\browser.py", line 610, in del
self.close()
File "C:\Users\thex\anaconda3\envs\env\Lib\site-packages\hrequests\browser\browser.py", line 596, in close
cookiejar = self.getCookies()
^^^^^^^^^^^^^^^^^
File "C:\Users\thex\anaconda3\envs\env\Lib\site-packages\hrequests\browser\browser.py", line 401, in getCookies
browser_cookies: list = self.context.cookies()
^^^^^^^^^^^^
AttributeError: 'BrowserSession' object has no attribute 'context'
The text was updated successfully, but these errors were encountered:
Hello,
I have no problem using IPV4 proxy in BrowserSession but I get an error when using IPV6 proxy. (I am trying the latest version 0.9.0)
Failed to connect to proxy: ...
The text was updated successfully, but these errors were encountered: