Replies: 3 comments
-
|
Note I have also tried with leaving the user name field as "default" and changed teh 2FA to false, since my account does not use it. |
Beta Was this translation helpful? Give feedback.
-
|
I finally got this to work. 2nd issue. I HAD to run Python 3.10 with the latest version of PIP. I had to basically unistall all of the python and PIP versions I had and reinstall everything. I did this on Ubuntu not on windows. |
Beta Was this translation helpful? Give feedback.
-
|
. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Guys,
Please help. Im loosing my mind here. I have tried this multiple times on multiple machines / OSs and did my best to follow instructions to the letter. My authentication seems to constantly fail and my auth.json file always gets changed by the program.
When I edit the auth.json file I put in all the details correctly as indicated in the tutorial.
But when I run the python3 start_ofd.py the program starts and then resets the user name in the auth.json file to "default" and does not give me the option to use my user name.
Then I get
"Choose Profile
Names: Username = username | 0 = All | 1 = default"
Also I see that because of OnlyFans updates the x-bc header is required.
I followed the below addion found in the discussions but when I add the x-bc header info to the auth.json file and start the program it gets removed.
Please guys im really stuck
Im running Python 3.9.9 on OnlyFans-7.4.1
yyyyyyy = your auth id which is repeated thrice below
xxxxxxxxxxxxxxxxxxxxx = your session ID
zzzzzzzzzzzzzzzzzzzzz = your x-bc header value <----- Not part of the auth.json file when created by the program.
{
"auth": {
"username": "default",** <---- always changes to default when I put in my username**
"cookie": "auth_id=yyyyyyy; sess=xxxxxxxxxxxxxxxxxx; auth_hash=; auth_uniq_yyyyyyy=; auth_uid_yyyyyyy=;",
"x_bc": "zzzzzzzzzzzzzzz", "<---- Gets removed when running the program"
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0",
"email": "",
"password": "",
"hashed": false,
"support_2fa": true,
"active": true
}
}
When I run the script on my system. This is the output.
server@server-desktop:~/Downloads/OnlyFans-7.4.1$ python3 start_ofd.py
Site: 0 = onlyfans |
0
Choose Profile
Names: Username = username | 0 = All | 1 = default
deftones9
Archive Completed in 0.1 Minutes
Pausing scraper for 0 seconds.
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
^CTraceback (most recent call last):
File "/home/server/Downloads/OnlyFans-7.4.1/start_ofd.py", line 60, in
loop.run_until_complete(main())
File "/usr/lib/python3.9/asyncio/base_events.py", line 629, in run_until_complete
self.run_forever()
File "/usr/lib/python3.9/asyncio/base_events.py", line 596, in run_forever
self._run_once()
File "/usr/lib/python3.9/asyncio/base_events.py", line 1854, in _run_once
event_list = self._selector.select(timeout)
File "/usr/lib/python3.9/selectors.py", line 469, in select
fd_event_list = self._selector.poll(timeout, max_ev)
KeyboardInterrupt
Beta Was this translation helpful? Give feedback.
All reactions