"Scraping Paid Content" #1759
Unanswered
dummythicc99
asked this question in
Q&A
Replies: 1 comment
-
Hi, same problem with me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I used to have an option of what to scrape. I'm currently subbed to several free profiles and wanted to scrape their content but when i run the script i get this:
Welcome **** | ****
Scraping Paid Content
Scraping - aldana30 | 1 / 16
0%| | 0/1 [00:00<?, ?it/s]Traceback (most recent call last):
File "G:\OnlyFans-7.4.1\start_ofd.py", line 60, in
loop.run_until_complete(main())
File "C:\Users\1234\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete
return future.result()
File "G:\OnlyFans-7.4.1\start_ofd.py", line 44, in main
api = await main_datascraper.start_datascraper(
File "G:\OnlyFans-7.4.1\datascraper\main_datascraper.py", line 90, in start_datascraper
await module.paid_content_scraper(api, identifiers)
File "G:\OnlyFans-7.4.1\modules\onlyfans.py", line 401, in paid_content_scraper
unrefined_set = await tqdm.gather(tasks, **settings)
File "C:\Users\1234\AppData\Roaming\Python\Python39\site-packages\tqdm\asyncio.py", line 79, in gather
res = [await f for f in cls.as_completed(ifs, loop=loop, timeout=timeout,
File "C:\Users\1234\AppData\Roaming\Python\Python39\site-packages\tqdm\asyncio.py", line 79, in
res = [await f for f in cls.as_completed(ifs, loop=loop, timeout=timeout,
File "C:\Users\1234\AppData\Local\Programs\Python\Python39\lib\asyncio\tasks.py", line 614, in _wait_for_one
return f.result() # May raise f.exception().
File "C:\Users\1234\AppData\Roaming\Python\Python39\site-packages\tqdm\asyncio.py", line 76, in wrap_awaitable
return i, await f
TypeError: object list can't be used in 'await' expression
Kind of stuck at this point and would love it if a kind soul would lend me a hand.
Beta Was this translation helpful? Give feedback.
All reactions