-2
File "c:\Users\gamin\Downloads\zuriosm\stfu.py", line 37, in <module>
    session = InstaPy(username=insta_username,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\gamin\AppData\Local\Programs\Python\Python311\Lib\site-packages\instapy\instapy.py", line 330, in __init__
    self.browser, err_msg = set_selenium_local_session(
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\gamin\AppData\Local\Programs\Python\Python311\Lib\site-packages\instapy\browser.py", line 123, in set_selenium_local_session
    browser = webdriver.Firefox(
              ^^^^^^^^^^^^^^^^^^
TypeError: WebDriver.__init__() got an unexpected keyword argument 'firefox_profile'

Any fix for this problem ? Really dont know what to do.

xsm
  • 1
  • 1
    Give us your code. A mechanic cannot fix your car if you come to the garage without your car. – Itération 122442 Aug 28 '23 at 13:09
  • from instapy import InstaPy session = InstaPy(username = "myusername", password = "mypassword" ) session.login() session.set_relationship_bounds(enabled = True, max_followers= 200) session.set_do_follow(True, percentage=100) session.like_by_tags(["bmw", "steam"], amount = 3) session.set_dont_like(["nsfw"]) session.end() – xsm Aug 30 '23 at 15:04

0 Answers0