When I click enter after completing auth.json , the following error message appears. What is the problem and how to solve it?
Traceback (most recent call last):
File "D:\game\OnlyFans-master\start_ofd.py", line 16, in
import datascraper.main_datascraper as main_datascraper
File "D:\game\OnlyFans-master\datascraper\main_datascraper.py", line 6, in
import modules.onlyfans as m_onlyfans
File "D:\game\OnlyFans-master\modules\onlyfans.py", line 13, in
import extras.OFLogin.start_ofl as oflogin
File "D:\game\OnlyFans-master\extras\OFLogin\start_ofl.py", line 2, in
from seleniumwire import webdriver
File "C:\Users\qmzn533\AppData\Local\Programs\Python\Python39\lib\site-packages\seleniumwire\webdriver__init__.py", line 1, in
from selenium.webdriver import * # noqa
AttributeError: module 'selenium.webdriver' has no attribute 'Opera'
When I click enter after completing auth.json , the following error message appears. What is the problem and how to solve it?
Traceback (most recent call last): File "D:\game\OnlyFans-master\start_ofd.py", line 16, in
import datascraper.main_datascraper as main_datascraper
File "D:\game\OnlyFans-master\datascraper\main_datascraper.py", line 6, in
import modules.onlyfans as m_onlyfans
File "D:\game\OnlyFans-master\modules\onlyfans.py", line 13, in
import extras.OFLogin.start_ofl as oflogin
File "D:\game\OnlyFans-master\extras\OFLogin\start_ofl.py", line 2, in
from seleniumwire import webdriver
File "C:\Users\qmzn533\AppData\Local\Programs\Python\Python39\lib\site-packages\seleniumwire\webdriver__init__.py", line 1, in
from selenium.webdriver import * # noqa
AttributeError: module 'selenium.webdriver' has no attribute 'Opera'