UltimaScraper icon indicating copy to clipboard operation
UltimaScraper copied to clipboard

Fix for this wierd error please?

Open StiffPP opened this issue 4 years ago • 2 comments

Type: Profile 100%|█████████████████████████████████████████████████████████████████████████████| 2.53M/2.53M [00:00<00:00, 3.04MB/s] Type: Stories No Stories Found. Type: Posts Scrape Attempt: 1/100 Type: Archived Posts Scrape Attempt: 1/100 Processing Scraped Posts Traceback (most recent call last): File "C:\Users\Deez Nutz\OnlyFans\start_ofd.py", line 60, in loop.run_until_complete(main()) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2032.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 642, in run_until_complete return future.result() File "C:\Users\Deez Nutz\OnlyFans\start_ofd.py", line 44, in main api = await main_datascraper.start_datascraper( File "C:\Users\Deez Nutz\OnlyFans\datascraper\main_datascraper.py", line 95, in start_datascraper await main_helper.process_names( File "C:\Users\Deez Nutz\OnlyFans\helpers\main_helper.py", line 940, in process_names result = await module.start_datascraper(authed, username, site_name) File "C:\Users\Deez Nutz\OnlyFans\modules\onlyfans.py", line 160, in start_datascraper await prepare_scraper(authed, site_name, item) File "C:\Users\Deez Nutz\OnlyFans\modules\onlyfans.py", line 823, in prepare_scraper unrefined_set = await tqdm.gather(*tasks, **settings) TypeError: gather() takes 2 positional arguments but 765 were given

I got a similar error to the guy who made the issue post before me. Any help? Thanks!

StiffPP avatar Sep 22 '21 22:09 StiffPP

image Here's a screenshot in case that helps

StiffPP avatar Sep 22 '21 22:09 StiffPP

It is a problem with the tdqm module. please try up/downgrading the tqdm version and see if that helps

LunarPenguin avatar Oct 16 '21 15:10 LunarPenguin