CREATE and FUCK your own AI GIRLFRIEND
TRY FOR FREE
x

Guide Onlyfans Downloading - A complete guide for PC and Mobile

Traceback (most recent call last):
File "C:\Users\Mercurial\Downloads\7.6.1\start_ofd.py", line 24, in <module>
import datascraper.main_datascraper as main_datascraper
File "C:\Users\Mercurial\Downloads\7.6.1\datascraper\main_datascraper.py", line 6, in <module>
import modules.onlyfans as m_onlyfans
File "C:\Users\Mercurial\Downloads\7.6.1\modules\onlyfans.py", line 14, in <module>
import extras.OFLogin.start_ofl as oflogin
File "C:\Users\Mercurial\Downloads\7.6.1\extras\OFLogin\start_ofl.py", line 2, in <module>
from seleniumwire import webdriver
File "C:\Users\Mercurial\AppData\Local\Programs\Python\Python310\lib\site-packages\seleniumwire\webdriver\__init__.py", line 1, in <module>
from selenium.webdriver import * # noqa
AttributeError: module 'selenium.webdriver' has no attribute 'Opera'



I tried to find the files from above and i dont see a user_model.py file I'm not sure if I'm having a different issue
 
Traceback (most recent call last):
File "C:\Users\Mercurial\Downloads\7.6.1\start_ofd.py", line 24, in <module>
import datascraper.main_datascraper as main_datascraper
File "C:\Users\Mercurial\Downloads\7.6.1\datascraper\main_datascraper.py", line 6, in <module>
import modules.onlyfans as m_onlyfans
File "C:\Users\Mercurial\Downloads\7.6.1\modules\onlyfans.py", line 14, in <module>
import extras.OFLogin.start_ofl as oflogin
File "C:\Users\Mercurial\Downloads\7.6.1\from selenium import webdriver", line 2, in <module>
from seleniumwire import webdriver
File "C:\Users\Mercurial\AppData\Local\Programs\Python\Python310\lib\site-packages\seleniumwire\webdriver\__init__.py", line 1, in <module>
from selenium.webdriver import * # noqa
AttributeError: module 'selenium.webdriver' has no attribute 'Opera'



I tried to find the files from above and i dont see a user_model.py file I'm not sure if I'm having a different issue
You should be able to fix that issue by changing the line "from seleniumwire import webdriver " to "from selenium import webdriver" in extras/OFLogin/start_ofl.py
 
You should be able to fix that issue by changing the line "from seleniumwire import webdriver " to "from selenium import webdriver" in extras/OFLogin/start_ofl.py
you dropped this 👑, was looking at all the lines like I was looking at japanese or something lol . I appreciate you taking your time to reply
 
You should be able to fix that issue by changing the line "from seleniumwire import webdriver " to "from selenium import webdriver" in extras/OFLogin/start_ofl.py
This worked for me too, but now it has another problem, this is already driving me crazy
Before it was asking to download "geckodriver" and paste in the folder extras\OFLogin. I did this but it doesn't stop Access denied
My OnlyFans also always logout automatically, so I always have to go there and get the new sess code

Auth (V1) Attempt 1/10
Something went wrong. [BB91C8D6]
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.
Archive Completed in 0.13 Minutes
Pausing scraper for 0 seconds.
 
This worked for me too, but now it has another problem, this is already driving me crazy
Before it was asking to download "geckodriver" and paste in the folder extras\OFLogin. I did this but it doesn't stop Access denied
My OnlyFans also always logout automatically, so I always have to go there and get the new sess code

Auth (V1) Attempt 1/10
Something went wrong. [BB91C8D6]
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.
Archive Completed in 0.13 Minutes
Pausing scraper for 0 seconds.
bad cookies
 
This worked for me too, but now it has another problem, this is already driving me crazy
Before it was asking to download "geckodriver" and paste in the folder extras\OFLogin. I did this but it doesn't stop Access denied
My OnlyFans also always logout automatically, so I always have to go there and get the new sess code

Auth (V1) Attempt 1/10
Something went wrong. [BB91C8D6]
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.
Archive Completed in 0.13 Minutes
Pausing scraper for 0 seconds.
update your "auth.json" file. Like above cookies value could need to be updated. Or I've found if my browser has updated sometimes I need to re- copy and paste the "user-agent" value
 
Okay, somehow the previous error stopped and now this one started:

error.png


Help
 
Okay, somehow the previous error stopped and now this one started:

error.png


Help
I had the same error and took the above solution

change this line
results = [create_highlight(x) for x in results]
to
results = [create_highlight(x) for x in results.get("data")]
in the files
Line 283 in api/onlyfans/classes/user_model.py
or
Line 270 in api/onlyfans/classes/create_user.py

i changed the line in the create_user.py file
 
I had the same error and took the above solution

change this line
results = [create_highlight(x) for x in results]
to
results = [create_highlight(x) for x in results.get("data")]
in the files
Line 283 in api/onlyfans/classes/user_model.py
or
Line 270 in api/onlyfans/classes/create_user.py

i changed the line in the create_user.py file
Worked for me! Thank you so much
 
How do I fix this?


Traceback (most recent call last):
File "C:\Users\DK\Desktop\OnlyFans-7.6.1\start_ofd.py", line 24, in
import datascraper.main_datascraper as main_datascraper
File "C:\Users\DK\Desktop\OnlyFans-7.6.1\datascraper\main_datascraper.py", line 6, in
import modules.onlyfans as m_onlyfans
File "C:\Users\DK\Desktop\OnlyFans-7.6.1\modules\onlyfans.py", line 14, in
import extras.OFLogin.start_ofl as oflogin
File "C:\Users\DK\Desktop\OnlyFans-7.6.1\extras\OFLogin\start_ofl.py", line 2, in
from seleniumwire import webdriver
File "C:\Users\DK\AppData\Local\Programs\Python\Python310\lib\site-packages\seleniumwire\webdriver_init_.py", line 1, in
from selenium.webdriver import * # noqa
AttributeError: module 'selenium.webdriver' has no attribute 'Opera'
 
How do I fix this?


Traceback (most recent call last):
File "C:\Users\DK\Desktop\OnlyFans-7.6.1\start_ofd.py", line 24, in
import datascraper.main_datascraper as main_datascraper
File "C:\Users\DK\Desktop\OnlyFans-7.6.1\datascraper\main_datascraper.py", line 6, in
import modules.onlyfans as m_onlyfans
File "C:\Users\DK\Desktop\OnlyFans-7.6.1\modules\onlyfans.py", line 14, in
import extras.OFLogin.start_ofl as oflogin
File "C:\Users\DK\Desktop\OnlyFans-7.6.1\extras\OFLogin\start_ofl.py", line 2, in
from seleniumwire import webdriver
File "C:\Users\DK\AppData\Local\Programs\Python\Python310\lib\site-packages\seleniumwire\webdriver_init_.py", line 1, in
from selenium.webdriver import * # noqa
AttributeError: module 'selenium.webdriver' has no attribute 'Opera'
Post 179
 
From what I can tell, it's not possible to explicitly disable. It seems to be part of a separate download flow from all of the other content: https://github.com/DIGITALCRIMINALS/OnlyFans/blob/master/modules/module_streamliner.py#L123

Now I haven't tested this, but you might be able to just edit the module_streamliner.py file and comment out line 77: https://github.com/DIGITALCRIMINALS/OnlyFans/blob/master/modules/module_streamliner.py#L77 - as it seems that it doesn't do anything other than grab the avatar/header.

Just add a hash sign # at the beginning of the line. Things might definitely break though. Might wanna set it up separately so it doesn't mess with your current config.
Would also have to be done every time there's an update, but it might work as a temporary fix at least.
Now with the latest commit it seems the line to comment out is line 125 fyi! :HACKERMANS:
 
Back
Top Bottom