DIGITALCRIMINAL / ArchivedUltimaScraper

Scrape content from OnlyFans and Fansly
GNU General Public License v3.0
948 stars 39 forks source link

Onlyfans scraper returns error. Other sites work ok. Not auth issue #696

Closed steveradabaugh closed 1 year ago

steveradabaugh commented 1 year ago

Issue seen in onlyfans scraper. Error message is below. Fansly works just fine. I'm on a Mac (OS Ver. 13.0.1, but the issue started in 12.5). Python version is 3.10.5. I've tried redownloading and reinstalling the scraper program and I've tried removing and resetting up my config and profiles. Any help would be appreciated.

File "/Users//Downloads/OnlyFans-master 23/start_ofd.py", line 66, in 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 646, in run_until_complete return future.result() File "/Users//Downloads/OnlyFans-master 23/start_ofd.py", line 52, in main api = await main_datascraper.start_datascraper(config, site_name) File "/Users//Downloads/OnlyFans-master 23/datascraper/main_datascraper.py", line 131, in start_datascraper await default(datascraper) File "/Users//Downloads/OnlyFans-master 23/datascraper/main_datascraper.py", line 55, in default await main_helper.process_profiles(api, global_settings) File "/Users//Downloads/OnlyFans-master 23/helpers/main_helper.py", line 962, in process_profiles temp_json_auth = import_json(user_auth_filepath) File "/Users//Downloads/OnlyFans-master 23/helpers/main_helper.py", line 761, in import_json json_file = orjson.loads(json_path.open(encoding="utf-8").read()) orjson.JSONDecodeError: expected , or } at line 5 column 5: line 5 column 5 (char 268)

xagler commented 1 year ago

its broken now, for all requests

MonkeyKingViper commented 1 year ago

Should be working again. Please try.

steveradabaugh commented 1 year ago

Still not working for me