You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type: Posts Scrape Attempt: 1/100 Type: Archived Posts Processing Scraped Posts Traceback (most recent call last): File "E:\Porn\OnlyFans-master\start_ofd.py", line 60, in <module> loop.run_until_complete(main()) File "C:\Users\zeeli\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete return future.result() File "E:\Porn\OnlyFans-master\start_ofd.py", line 44, in main api = await main_datascraper.start_datascraper( File "E:\Porn\OnlyFans-master\datascraper\main_datascraper.py", line 93, in start_datascraper await main_helper.process_names( File "E:\Porn\OnlyFans-master\helpers\main_helper.py", line 939, in process_names result = await module.start_datascraper(authed, username, site_name) File "E:\Porn\OnlyFans-master\modules\onlyfans.py", line 160, in start_datascraper await prepare_scraper(authed, site_name, item) File "E:\Porn\OnlyFans-master\modules\onlyfans.py", line 823, in prepare_scraper unrefined_set = await tqdm.gather(*tasks, **settings) TypeError: gather() takes 2 positional arguments but 493 were given
login is working fine, but it fails to scrape. It was working before, and I ran the script updater, is this a bug or something?
EDIT: I reverted from the original files I had saved on a zip ad it worked again, so it may really be an issue with the current version
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm having the following errors:
Type: Posts Scrape Attempt: 1/100 Type: Archived Posts Processing Scraped Posts Traceback (most recent call last): File "E:\Porn\OnlyFans-master\start_ofd.py", line 60, in <module> loop.run_until_complete(main()) File "C:\Users\zeeli\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete return future.result() File "E:\Porn\OnlyFans-master\start_ofd.py", line 44, in main api = await main_datascraper.start_datascraper( File "E:\Porn\OnlyFans-master\datascraper\main_datascraper.py", line 93, in start_datascraper await main_helper.process_names( File "E:\Porn\OnlyFans-master\helpers\main_helper.py", line 939, in process_names result = await module.start_datascraper(authed, username, site_name) File "E:\Porn\OnlyFans-master\modules\onlyfans.py", line 160, in start_datascraper await prepare_scraper(authed, site_name, item) File "E:\Porn\OnlyFans-master\modules\onlyfans.py", line 823, in prepare_scraper unrefined_set = await tqdm.gather(*tasks, **settings) TypeError: gather() takes 2 positional arguments but 493 were given
login is working fine, but it fails to scrape. It was working before, and I ran the script updater, is this a bug or something?
EDIT: I reverted from the original files I had saved on a zip ad it worked again, so it may really be an issue with the current version
Beta Was this translation helpful? Give feedback.
All reactions