jarrodnorwell / InstaPy2

Instagram automation tool for farming comments, follows and likes, written in Python
GNU General Public License v3.0
49 stars 9 forks source link

'InstaPy2' object has no attribute 'proxies' #9

Closed T1000MG closed 1 year ago

T1000MG commented 1 year ago

Hi, I try the sample script "like_and_comment.py" The script can't login because of an error with the proxy.

File "C:\Users\XXX\AppData\Local\Programs\Python\Python311\Lib\site-packages\instapy2\instapy2_base.py", line 27, in login self.session = Client(proxy=proxy()) ^^^^^^^ File "C:\Users\XXX\AppData\Local\Programs\Python\Python311\Lib\site-packages\instapy2\instapy2_base.py", line 12, in proxy if self.proxies is None: ^^^^^^^^^^^^ AttributeError: 'InstaPy2' object has no attribute 'proxies'