Replies: 2 comments
-
I am having the same issue at the moment :-( |
Beta Was this translation helpful? Give feedback.
0 replies
-
The work around posted here worked for me. In the api_helper.py file, on line 395 change: Credit to @Charmoq for coming up with that fix. |
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
-
Few days ago it worked just fine, but today I encountered this error on 7.1, downloaded the latest release and still get this error
Scrape Attempt: 1/100
Traceback (most recent call last):
File "C:\Users\Usuario\Desktop\OnlyFans-7.1\start_ofd.py", line 60, in
loop.run_until_complete(main())
File "C:\Users\Usuario\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete
return future.result()
File "C:\Users\Usuario\Desktop\OnlyFans-7.1\start_ofd.py", line 44, in main
api = await main_datascraper.start_datascraper(
File "C:\Users\Usuario\Desktop\OnlyFans-7.1\datascraper\main_datascraper.py", line 93, in start_datascraper
await main_helper.process_names(
File "C:\Users\Usuario\Desktop\OnlyFans-7.1\helpers\main_helper.py", line 939, in process_names
result = await module.start_datascraper(authed, username, site_name)
File "C:\Users\Usuario\Desktop\OnlyFans-7.1\modules\onlyfans.py", line 160, in start_datascraper
await prepare_scraper(authed, site_name, item)
File "C:\Users\Usuario\Desktop\OnlyFans-7.1\modules\onlyfans.py", line 791, in prepare_scraper
master_set = await subscription.get_posts()
File "C:\Users\Usuario\Desktop\OnlyFans-7.1\apis\onlyfans\classes\create_user.py", line 301, in get_posts
final_results = [create_post(x, self) for x in results]
File "C:\Users\Usuario\Desktop\OnlyFans-7.1\apis\onlyfans\classes\create_user.py", line 301, in
final_results = [create_post(x, self) for x in results]
File "C:\Users\Usuario\Desktop\OnlyFans-7.1\apis\onlyfans\classes\create_post.py", line 13, in init
self.author = create_user.create_user(option["author"])
KeyError: 'author'
Beta Was this translation helpful? Give feedback.
All reactions