UltimaHoarder / UltimaScraper

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

Nothing happening #2060

Open raggabrashtrout opened 9 months ago

raggabrashtrout commented 9 months ago

Hi I'm not getting anything to download there's no error messages

D:\Python\UltimaScraper-master>poetry run python start_us.py [2023-12-30 16:20:59] Assigning Jobs [2023-12-30 16:20:59] Archive Completed in 0.0 Minutes [2023-12-30 16:20:59] Input anything to continue

This was working OK Usually you don't have to touch the auth.py unless the browser updates or you logout of OF (Tried this) When you do the script updates the auth.py with what it needs from the cookie: This is not happening

Tried updating both poetry & running updater.py Also tried in an admin CMD and putting fake data in the auth.py And DL a clean copy still nothing

Throwaway115 commented 9 months ago

Have exactly the same. Changing 'active' in the config from 'null' to 'true' lets me choose a creator but still nothing happens.

tedy02 commented 9 months ago

SAME started yesterday for me when choosing a creator nothing shows except all. In the past this meant an auth error so I updated auth.json with problem still continuing. Also tried all above step others have tried. Tried changing media type as well. Please help.

InPlotITrust commented 9 months ago

If you're trying to download only videos it's possible the creator enabled DRM protection which makes it so you cannot download the video.

Reddit post from 8 months ago, don't know if there's a way around it.

But I'm having the same issue. Older videos I can download fine, but newer ones aren't being downloaded, not found a tool/method yet that allows it.

raggabrashtrout commented 9 months ago

Don't think it's a DRM issue if it was putting fake info in the auth file would error Best guess something at the OF end has altered

djmarioka commented 9 months ago

Same here, could anybody help?.

Thanks.

rodlong7 commented 9 months ago

Second step isn't necessary.

https://github.com/UltimaHoarder/UltimaScraper/issues/2058#issuecomment-1872511220

raggabrashtrout commented 9 months ago

Try solution from https://github.com/UltimaHoarder/UltimaScraper/issues/2058

This worked for me

you have to change this line in config.json
"dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json",
TO
"dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

Remove the ** from "messages": false, to "messages": false,

tedy02 commented 9 months ago

still not working and it's with all subs so I doubt its a DRM issue. Only displays:

Choose Subscriptions: 0 = All |

With no subs listed worked 2 days ago no prob and nothing changed on my end. *Tried all steps of suggested issue #2058

djmarioka commented 9 months ago

Hi, finally it worked.

The issue was in the auth.json file, I put the parameters from the Onlyfans Cookie Helper extension, and they were wrong, because when I took them from the web, directly (with the F12 key), it worked.

In addition, in the config.json file, it must be like that, like other posts said, to work :

image

artoodeetoo2 commented 8 months ago

I'm having the same issue. Started at the same time, before that worked flawlessly. I've tried to update poetry, python, double-checked config (even though the same config worked earlier). Anything else that I could try?

tedy02 commented 8 months ago

For me I finally got it working. None of the above recommendations worked for me so any changes I did I changed back. Especially the "jobs" true and false setting that were recommended above. I have them all set to true without a problem. My issue was for some reason the auth file got modified to change the active status to false. It needs to be true to have the auth file active (see below for example). Seems obvious now but took me awhile to figure the problem out. The following is from the bottom half of my auth.json file:

"email": "",
"password": "",
"hashed": false,
"support_2fa": true,
"active": true    <--------- Check to make sure it says true just like this.

} }

Best of luck! I'm curious, let me know if this happened to you as well or if it's just something I messed up at some point.

Magicmastja commented 7 months ago

Just wanted to comment that altering the dynamic rules link to the DATAHOARDERS url worked for me after I went into my Poetry directory and purged the venv and related cached files and reran updater.py. Guessing theres some older variable updating procedures kicking around in either the scraping API or one of the other external modules thats breaking down somewhere.