# No accounts found during scan
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
System Info
OS: Windows 11 Chrome Version latest version 3.12.9 through pipx
Also, no matter which download I choose, it shows these.
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?
What version of python do you have? Also are you just running the scraper with
ofscraperor are you adding any arguments when running it?
Python 3.12.0,just running scraper and not adding any arguments.
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.
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.
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 :
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
There are some solutions here and in #499 Also upgrading to 3.13.dev6 or higher might help