KeyError: 'auth'
Can't find in Firefox cookies request headers: auth_hash auth_uniq_
Traceback (most recent call last): File "/Users/me/Documents/OnlyFans/start_ofd.py", line 66, in <module> asyncio.run(main()) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_events.py", line 641, in run_until_complete return future.result() File "/Users/me/Documents/OnlyFans/start_ofd.py", line 52, in main api = await main_datascraper.start_datascraper(config, site_name) File "/Users/me/Documents/OnlyFans/datascraper/main_datascraper.py", line 131, in start_datascraper await default(datascraper) File "/Users/me/Documents/OnlyFans/datascraper/main_datascraper.py", line 55, in default await main_helper.process_profiles(api, global_settings) File "/Users/me/Documents/OnlyFans/helpers/main_helper.py", line 976, in process_profiles json_auth = temp_json_auth["auth"] KeyError: 'auth'
Using auth.json from example folder : 2.png