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
bleh im defeated saw someone had same issue and was linked a resolution to it earlier but the link is no longer working... Everything starts off fine and then i get this and i cant for the life of me figure out what is wrong here.
Traceback (most recent call last):
File "/home/ph33rz/OnlyFans/start_ofd.py", line 43, in
apis = main_datascraper.start_datascraper(json_config, site_name_lower)
File "/home/ph33rz/OnlyFans/datascraper/main_datascraper.py", line 98, in start_datascraper
names = main_helper.process_names(
File "/home/ph33rz/OnlyFans/helpers/main_helper.py", line 625, in process_names
result = module.start_datascraper(
File "/home/ph33rz/OnlyFans/modules/onlyfans.py", line 147, in start_datascraper
results = prepare_scraper(
File "/home/ph33rz/OnlyFans/modules/onlyfans.py", line 705, in prepare_scraper
unrefined_set = pool.starmap(media_scraper, product(
File "/usr/lib/python3.9/multiprocessing/pool.py", line 372, in starmap
return self._map_async(func, iterable, starmapstar, chunksize).get()
File "/usr/lib/python3.9/multiprocessing/pool.py", line 771, in get
raise self._value
File "/usr/lib/python3.9/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/lib/python3.9/multiprocessing/pool.py", line 51, in starmapstar
return list(itertools.starmap(args[0], args[1]))
File "/home/ph33rz/OnlyFans/modules/onlyfans.py", line 1075, in media_scraper
found_medias = [x for x in medias
File "/home/ph33rz/OnlyFans/modules/onlyfans.py", line 1076, in
if x["filename"] == new_media["filename"]]
KeyError: 'filename'
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
-
bleh im defeated saw someone had same issue and was linked a resolution to it earlier but the link is no longer working... Everything starts off fine and then i get this and i cant for the life of me figure out what is wrong here.
Traceback (most recent call last):
File "/home/ph33rz/OnlyFans/start_ofd.py", line 43, in
apis = main_datascraper.start_datascraper(json_config, site_name_lower)
File "/home/ph33rz/OnlyFans/datascraper/main_datascraper.py", line 98, in start_datascraper
names = main_helper.process_names(
File "/home/ph33rz/OnlyFans/helpers/main_helper.py", line 625, in process_names
result = module.start_datascraper(
File "/home/ph33rz/OnlyFans/modules/onlyfans.py", line 147, in start_datascraper
results = prepare_scraper(
File "/home/ph33rz/OnlyFans/modules/onlyfans.py", line 705, in prepare_scraper
unrefined_set = pool.starmap(media_scraper, product(
File "/usr/lib/python3.9/multiprocessing/pool.py", line 372, in starmap
return self._map_async(func, iterable, starmapstar, chunksize).get()
File "/usr/lib/python3.9/multiprocessing/pool.py", line 771, in get
raise self._value
File "/usr/lib/python3.9/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/lib/python3.9/multiprocessing/pool.py", line 51, in starmapstar
return list(itertools.starmap(args[0], args[1]))
File "/home/ph33rz/OnlyFans/modules/onlyfans.py", line 1075, in media_scraper
found_medias = [x for x in medias
File "/home/ph33rz/OnlyFans/modules/onlyfans.py", line 1076, in
if x["filename"] == new_media["filename"]]
KeyError: 'filename'
thanks you for the work you have put in on this
Beta Was this translation helpful? Give feedback.
All reactions