k0rnh0li0 / onlyfans-dl

OnlyFans content downloader
GNU General Public License v3.0
772 stars 221 forks source link

API Header issues #240

Closed Amnesty1 closed 8 months ago

Amnesty1 commented 1 year ago

I am getting errors when it comes to the auth.json file, I had saw another post about the issue but the solution was that he had edited the scripts and not the json file... i had a clean download and only edited the json and am still coming up with this error.

Traceback (most recent call last): File "c:\user\onlyfans-dl-master\onlyfans-dl.py", line 354, in API_HEADER = create_auth() File "c:\user\onlyfans-dl-master\onlyfans-dl.py", line 50, in create_auth with open("auth.json") as f: FileNotFoundError: [Errno 2] No such file or directory: 'auth.json'