UltimaHoarder / UltimaScraper

Scrape all the media from an OnlyFans account - Updated regularly
GNU General Public License v3.0
4k stars 608 forks source link

got an unexpected keyword argument 'firefox_profile #2008

Closed bren007pie closed 1 year ago

bren007pie commented 1 year ago

Using most recent commit: d1a5f7112eb95145fbfa9a3c58e3a49d69cbd10a Config.Json is default

Console log:

Site: 0 = onlyfans |
0
Choose Profile
Names: Username = username  | 0 = All | 1 = default
0
Auth (V1) Attempt 1/10
Access denied.
Auth (V1) Attempt 2/10
Access denied.
Auth (V1) Attempt 3/10
Access denied.
Auth (V1) Attempt 4/10
Access denied.
Auth (V1) Attempt 5/10
Access denied.
Auth (V1) Attempt 6/10
Access denied.
Auth (V1) Attempt 7/10
Access denied.
Auth (V1) Attempt 8/10
Access denied.
Auth (V1) Attempt 9/10
Access denied.
Auth (V1) Attempt 10/10
Access denied.
Opening Browser
Traceback (most recent call last):
  File "D:\Files\bflaw\Downloads\3W videos\Onlyfans Scrape\OnlyFans-master\start_ofd.py", line 60, in <module>
    loop.run_until_complete(main())
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3568.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 647, in run_until_complete
    return future.result()
  File "D:\Files\bflaw\Downloads\3W videos\Onlyfans Scrape\OnlyFans-master\start_ofd.py", line 44, in main
    api = await main_datascraper.start_datascraper(
  File "D:\Files\bflaw\Downloads\3W videos\Onlyfans Scrape\OnlyFans-master\datascraper\main_datascraper.py", line 66, in start_datascraper
    setup, subscriptions = await module.account_setup(
  File "D:\Files\bflaw\Downloads\3W videos\Onlyfans Scrape\OnlyFans-master\modules\onlyfans.py", line 116, in account_setup
    oflogin.login(auth, domain, auth.session_manager.get_proxy())
  File "D:\Files\bflaw\Downloads\3W videos\Onlyfans Scrape\OnlyFans-master\extras\OFLogin\start_ofl.py", line 77, in login
    web_browser = launch_browser(
  File "D:\Files\bflaw\Downloads\3W videos\Onlyfans Scrape\OnlyFans-master\extras\OFLogin\start_ofl.py", line 33, in launch_browser
    driver = webdriver.Firefox(firefox_profile=profile, executable_path=driver_path,
  File "C:\Users\bflaw\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\seleniumwire\webdriver\browser.py", line 45, in __init__
    super().__init__(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'firefox_profile'
engineer515 commented 9 months ago

did u find how to fix it?