In the folder for your OF scraper there is a folder named "extras" open it then the "OFLogin" folder. Open the "start_ofl.py" with notepad then change the lines as he stated (should be right at the beginning). Then save and exit and start the scraper as normal and it should work
F now im getting this error
Even when trying just images or videos from a profile. I copied this error from another thread. there solution was use a different app onlyfans-20220722? Im currently running 7.6.1
Traceback (most recent call last):
File "F:\OnlyFans-7.6.1\OnlyFans-7.6.1\start_ofd.py", line 104, in <module>
asyncio.run(main())
File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 641, in run_until_complete
return future.result()
File "F:\OnlyFans-7.6.1\OnlyFans-7.6.1\start_ofd.py", line 86, in main
api = await main_datascraper.start_datascraper(
File "F:\OnlyFans-7.6.1\OnlyFans-7.6.1\datascraper\main_datascraper.py", line 94, in start_datascraper
await main_helper.process_names(
File "F:\OnlyFans-7.6.1\OnlyFans-7.6.1\helpers\main_helper.py", line 966, in process_names
result = await module.start_datascraper(authed, username, site_name)
File "F:\OnlyFans-7.6.1\OnlyFans-7.6.1\modules\onlyfans.py", line 161, in start_datascraper
await prepare_scraper(authed, site_name, item)
File "F:\OnlyFans-7.6.1\OnlyFans-7.6.1\modules\onlyfans.py", line 784, in prepare_scraper
highlights = await subscription.get_highlights()
File "F:\OnlyFans-7.6.1\OnlyFans-7.6.1\apis\onlyfans\classes\create_user.py", line 270, in get_highlights
results = [create_highlight(x) for x in results]
File "F:\OnlyFans-7.6.1\OnlyFans-7.6.1\apis\onlyfans\classes\create_user.py", line 270, in <listcomp>
results = [create_highlight(x) for x in results]
File "F:\OnlyFans-7.6.1\OnlyFans-7.6.1\apis\onlyfans\classes\create_highlight.py", line 3, in __init__
self.id: int = option.get("id")
AttributeError: 'str' object has no attribute 'get'