Open rikuru-to865 opened 2 years ago
auth_db = json.loads(open(os.getenv("APPDATA") + "\.minecraft\launcher_profiles.json").read())["authenticationDatabase"] KeyError: 'authenticationDatabase'
they might have moved the auth database
auth_db = json.loads(open(os.getenv("APPDATA") + "\.minecraft\launcher_profiles.json").read())["authenticationDatabase"] KeyError: 'authenticationDatabase'