DIGITALCRIMINAL / ArchivedUltimaScraper

Scrape content from OnlyFans and Fansly
GNU General Public License v3.0
946 stars 39 forks source link

Stuck on Processing Scraped Messages #987

Open 5n0wstorm opened 1 year ago

5n0wstorm commented 1 year ago

On certain models, this script stops when processing scraped messages. The following model is free for now, but I'm unsure if it can be replicated. I received some paid pictures via DMs that I had paid for. The only way to resolve the issue is to block the models and skip over them. Interestingly, it always gets stuck with "0/111" on the progress bar, regardless of the media or messages present.

Example: bugnymph: Renaming files. 100%|████████| 14/14 [00:00<00:00, 104.09it/s] Processing Scraped Messages 0%| | 0/111 [00:00<?, ?it/s]

Animal6311 commented 1 year ago

Pretty much the same for me:

Processing Scraped Messages 0%| | 1/894 [00:00<02:30, 5.94it/s]

dpsbrdi commented 1 year ago

983

we're all in the same boat

5n0wstorm commented 1 year ago

983

we're all in the same boat

If your answer were to be true, that would mean that every piece of content from the past is receiving DRM protection. However, the content I have in those DMs is already a year old, so I was not aware that this was the case. That's why I created a new issue.

vanillabeer commented 1 year ago

I am also stuck on "Processing Scraped Messages" 0/2 for the profile I'm trying to scrape.

For Onlyfans Under: "jobs": { "scrape": { "subscriptions": true, "messages": false, "paid_contents": false"

If I switch messages to "true" it starts scraping random profiles not the one I selected so true or false I can't get it to work.