Have a problem with 7.4.1 #1725
Unanswered
CarambaMamba
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there.
Have a problem when run a script 7.4.1 version.
`Traceback (most recent call last):
File "/home/OnlyFans-7.4.1/start_ofd.py", line 60, in
loop.run_until_complete(main())
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/OnlyFans-7.4.1/start_ofd.py", line 44, in main
api = await main_datascraper.start_datascraper(
File "/home/OnlyFans-7.4.1/datascraper/main_datascraper.py", line 93, in start_datascraper
await main_helper.process_names(
File "/home/OnlyFans-7.4.1/helpers/main_helper.py", line 939, in process_names
result = await module.start_datascraper(authed, username, site_name)
File "/home/OnlyFans-7.4.1/modules/onlyfans.py", line 160, in start_datascraper
await prepare_scraper(authed, site_name, item)
File "/home/OnlyFans-7.4.1/modules/onlyfans.py", line 823, in prepare_scraper
unrefined_set = await tqdm.gather(tasks, **settings)
File "/root/.local/lib/python3.9/site-packages/tqdm/asyncio.py", line 79, in gather
res = [await f for f in cls.as_completed(ifs, loop=loop, timeout=timeout,
File "/root/.local/lib/python3.9/site-packages/tqdm/asyncio.py", line 79, in
res = [await f for f in cls.as_completed(ifs, loop=loop, timeout=timeout,
File "/usr/local/lib/python3.9/asyncio/tasks.py", line 611, in _wait_for_one
return f.result() # May raise f.exception().
File "/root/.local/lib/python3.9/site-packages/tqdm/asyncio.py", line 76, in wrap_awaitable
return i, await f
TypeError: object list can't be used in 'await' expression
sys:1: RuntimeWarning: coroutine 'media_scraper' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
`
Whats wrong with? Please, help/
Beta Was this translation helpful? Give feedback.
All reactions