datawhores / OF-Scraper

A completely revamped and redesigned fork, reimagined from scratch based on the original onlyfans-scraper
MIT License
643 stars 52 forks source link

Not scraping images or messages #455

Open Bum211 opened 2 weeks ago

Bum211 commented 2 weeks ago

Hi there, I downloaded the latest commit from yesterday. I finally got past authentication and the script to run regularly. However, I noticed that the script is scraping Video ok but not scraping any images on posts or in messages. I don't have any error or anything to share here as the script just runs normally.

For example, there are models that I just sub today and it's not scraping anything but just the Profile and those images. Another model that I'm subbed to, is not scraping any images from posts but only videos.

Screenshot 2024-08-26 202853 image

There are two screenshots I could take when the script is running for this newly subbed today. However, there was nothing scrapped besides the Profile image and the header.

Help, please?

Thanks! Bum

Puk0 commented 2 weeks ago

put:

or

Bum211 commented 2 weeks ago

Thank you for the quick reply. I tried both methods and it is still the same result. Only scrap the profile image and header.

I deleted all the cache and the model cache in .data and even used the first method on the new sub or existing sub and it is still giving me the same result.

datawhores commented 2 weeks ago

Which commit exactly

Bum211 commented 2 weeks ago

Hello, it was the one from 2 days ago.

image

This commit actually scrape Vids that were otherwise didn't scrape before but it won't scrape any images

Thanks!

lordoffools commented 2 weeks ago

Seems to have just started happening for me a few days ago (I didn't notice until I did another run/pull today). Only pulling videos, and I'm not certain if it's all of them yet (need to do an audit). Definitely not pulling images, or any content in messages.

I can't be sure when it started, but it had to have started a few days ago / late last week.

lordoffools commented 2 weeks ago

Hmm, actually, I have an example where even videos weren't pulled. (New subscription as of today)

Trying this specific example with --after 2000 --force-all now.

Update: Nope, that didn't do it. Even with a force it didn't download / re-download everything.

Update 2: Nevermind. It works with force-all. I had a syntax error that I caught and fixed. Going to continue running tests and will report back if I continue to experience issues without using force-all.

nmlen commented 2 weeks ago

Same issue

datawhores commented 2 weeks ago

Can you try maybe logging out and logging back in Also send a log file

Bum211 commented 2 weeks ago

Ofscraper Log.txt

Here's the log file. Please let me know this suffice.

datawhores commented 2 weeks ago

Well according to the script all the downloads you want are already been marked as downloaded

You have to use --dupe --after 2000

Bum211 commented 2 weeks ago

This is just one of the logs. It still doesn't help that I cannot scrape anything with a new sub. And I'm sorry I don't know what you mean by using dupe after 2000.

Bum211 commented 2 weeks ago

Ofscraper Log_New_Sub.txt

Here's the script I just ran with the new sub I subbed yesterday. Beside the script only getting her Profile Pic and Header, it didn't scrape anything else. This is how I found out the script wasn't scraping any images.

Thank you for looking into this!

datawhores commented 2 weeks ago

Not sure what happen but all the downloads you want are already marked as downloaded you need to force a rescan, and redownload with ofscraper --after 2000 --dupe

DADESUPER commented 1 week ago

I'm gonna chime in and say that i too have noticed that in some cases some posts aren't being listed or downloaded at all, i tried purging the database and using dupe but same result. The only way i could get it to download the missing posts was running post_check mode and selecting every row in the table to be downloaded. Sometimes the difference is pretty significant, in one case nearly 100 posts were missing on a total of 140ish. At first i thought it may have been skipping duplicates but as it turns out this is not the case. Images were affected most but many videos were also affected by the bug

1138cl commented 1 week ago

I personally found that even though I was running "pip install --upgrade ofscraper" that I was still running an old version that would only download videos. I downloaded the latest version from the release page and that appears to be downloading all images now.

DADESUPER commented 1 week ago

I personally found that even though I was running "pip install --upgrade ofscraper" that I was still running an old version that would only download videos. I downloaded the latest version from the release page and that appears to be downloading all images now.

3.12.1 win build has the partial download outside of post_check mode issue for me, but only for some people for whatever reason, others are fine

datawhores commented 1 week ago

I'm gonna chime in and say that i too have noticed that in some cases some posts aren't being listed or downloaded at all, i tried purging the database and using dupe but same result. The only way i could get it to download the missing posts was running post_check mode and selecting every row in the table to be downloaded. Sometimes the difference is pretty significant, in one case nearly 100 posts were missing on a total of 140ish. At first i thought it may have been skipping duplicates but as it turns out this is not the case. Images were affected most but many videos were also affected by the bug

Please open another issue with a log of an effected user if possible

datawhores commented 1 week ago

The force reset of cache in 3.12.2 and beyond should fix some of these issues