Help with error when scrape begins #859
Unanswered
mediaburnwayne
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Same issue and this worked for me... |
Beta Was this translation helpful? Give feedback.
1 reply
-
if the problem is still present download the latest version and try again else please close / mark as answered this discussion |
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
-
when scrape begins I get the following error
Scrape: a = Everything | b = Images | c = Videos | d = Audios | e = Texts
a
Apis: 0 = All | 1 = Profile | 2 = Stories | 3 = Posts | 4 = Archived | 5 = Messages
0
Type: Profile
0%|←[32m▏ ←[0m| 4.10k/1.74M [00:00<00:56, 3 45%|←[32m██████████████████████████████████▉ ←[0m| 782k/1.74M [00:00<00:00, 4 39%|←[32m██████████████████████████████▎ ←[0m| 1.75M/4.43M [00:00<00:00, 5 83%|←[32m███████████████████████████████████████████████████████████████▉ ←[0m| 3.68M/4.43M [00:00<00:00, 9100%|←[32m█████████████████████████████████████████████████████████████████████████████←[0m| 4.43M/4.43M [00:00<00:00, 7.24MB/s]←[0m
Type: Stories
Scraping [photo]. Should take less than a minute.
Scraping [photo]. Should take less than a minute.
Traceback (most recent call last):
File "N:\OnlyFans-6.4.1\OnlyFans-6.4.1\start_ofd.py", line 43, in
apis = main_datascraper.start_datascraper(json_config, site_name_lower)
File "N:\OnlyFans-6.4.1\OnlyFans-6.4.1\datascraper\main_datascraper.py", line 98, in start_datascraper
names = main_helper.process_names(
File "N:\OnlyFans-6.4.1\OnlyFans-6.4.1\helpers\main_helper.py", line 625, in process_names
result = module.start_datascraper(
File "N:\OnlyFans-6.4.1\OnlyFans-6.4.1\modules\onlyfans.py", line 147, in start_datascraper
results = prepare_scraper(
File "N:\OnlyFans-6.4.1\OnlyFans-6.4.1\modules\onlyfans.py", line 704, in prepare_scraper
unrefined_set = pool.starmap(media_scraper, product(
File "C:\Users\mbw\AppData\Local\Programs\Python\Python39-32\lib\multiprocessing\pool.py", line 372, in starmap
return self._map_async(func, iterable, starmapstar, chunksize).get()
File "C:\Users\mbw\AppData\Local\Programs\Python\Python39-32\lib\multiprocessing\pool.py", line 771, in get
raise self._value
File "C:\Users\mbw\AppData\Local\Programs\Python\Python39-32\lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "C:\Users\mbw\AppData\Local\Programs\Python\Python39-32\lib\multiprocessing\pool.py", line 51, in starmapstar
return list(itertools.starmap(args[0], args[1]))
File "N:\OnlyFans-6.4.1\OnlyFans-6.4.1\modules\onlyfans.py", line 1071, in media_scraper
found_medias = [x for x in post["medias"]
Beta Was this translation helpful? Give feedback.
All reactions