OF-Scraper icon indicating copy to clipboard operation
OF-Scraper copied to clipboard

# No accounts found during scan

Open dankeich opened this issue 1 year ago • 7 comments

Describe the bug

I have subscribed to more than fifty users, but the program shows “You have filtered the user list to zero”

To Reproduce

1.Go to “Perform Action(s)” 2.Go to “Download content from a user” 3.Would you like to redownload all files? --Select “No” or "yes",anyone. 4.Welcome, [user] | [user],There is a tip shows "No accounts found during scan"

Expected behavior

My subscribed lists.

Screenshots/Logs

微信图片_20241206173505

System Info

OS: Windows 11 Chrome Version latest version 3.12.9 through pipx

dankeich avatar Dec 06 '24 09:12 dankeich

Also, no matter which download I choose, it shows these. 2

dankeich avatar Dec 06 '24 09:12 dankeich

What version of python do you have? Also are you just running the scraper with ofscraper or are you adding any arguments when running it?

cjb900 avatar Dec 06 '24 15:12 cjb900

What version of python do you have? Also are you just running the scraper with ofscraper or are you adding any arguments when running it?

Python 3.12.0,just running scraper and not adding any arguments.

dankeich avatar Dec 28 '24 16:12 dankeich

You are going to want to uninstall everything for this scraper. pip/pipx, ofscraper, aiolimiter, python. then install python 3.11.6, pip/pipx, aiolimiter (must be version 1.1.0). Then install ofscraper. Doing all that should get the scraper working.

cjb900 avatar Dec 29 '24 22:12 cjb900

You are going to want to uninstall everything for this scraper. pip/pipx, ofscraper, aiolimiter, python. then install python 3.11.6, pip/pipx, aiolimiter (must be version 1.1.0). Then install ofscraper. Doing all that should get the scraper working.

Thank you for your answer but I m sorry, I followed the method you said but it doesn't work. I can still only download a single item. Such as“ ofscraper manual --url” is useful.

dankeich avatar Jan 03 '25 17:01 dankeich

I just started getting the same error. On version 3.12.9 with Python 3.11.2. A week ago I had no issues, scraper and python version has stayed the same.

We appear to be triggering cloudflare when hitting the api. Relevant truncated logfile

`[sessionmanager.requests_async:506] failed: https://onlyfans.com/api2/v2/subscriptions/subscribes?offset=10&limit=10&type=active&format=infinite [sessionmanager.requests_async:507] status: 403 [sessionmanager.requests_async:508] response text :

Attention Required! | Cloudflare`

Witty-tent avatar Apr 03 '25 03:04 Witty-tent

I was able to resolve this by changing the backend to httpx

Just a change in the config file, instructions here: https://github.com/datawhores/OF-Scraper/issues/499#issuecomment-2773939729

Witty-tent avatar Apr 04 '25 06:04 Witty-tent

There are some solutions here and in #499 Also upgrading to 3.13.dev6 or higher might help

datawhores avatar May 30 '25 14:05 datawhores