Replies: 1 comment
-
Having the same problem. Followed directions exactly. Using python 3.9 and OnlyFans v6.4.4. Fill out the auth, hit enter in start_ofd and am getting the same error as above over and over again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get this error after serveral auth attempts: Traceback (most recent call last):
File "C:\Users\Asus\Desktop\OnlyFans-6.4.3\start_ofd.py", line 43, in
apis = main_datascraper.start_datascraper(json_config, site_name_lower)
File "C:\Users\Asus\Desktop\OnlyFans-6.4.3\datascraper\main_datascraper.py", line 78, in start_datascraper
setup, subscriptions = module.account_setup(
File "C:\Users\Asus\Desktop\OnlyFans-6.4.3\modules\onlyfans.py", line 117, in account_setup
cookies = oflogin.login(api, domain, proxy)
File "C:\Users\Asus\Desktop\OnlyFans-6.4.3\extras\OFLogin\start_ofl.py", line 77, in login
web_browser = launch_browser(
File "C:\Users\Asus\Desktop\OnlyFans-6.4.3\extras\OFLogin\start_ofl.py", line 27, in launch_browser
opts = webdriver.FirefoxOptions()
AttributeError: module 'seleniumwire.webdriver' has no attribute 'FirefoxOptions'
Has anyone else got this error? I am pretty sure I did everything right.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions