Skip to content

Decryption Error #4

@NoFairPlay

Description

@NoFairPlay

Hello, I'm very new to this, but I tried to follow the steps as best I could, but when I tried to execute the decryption command, I received this error. I've installed the most recent Visual Studio (2022) Python Development Tools.

>>> [Warning] Cache revision None not found. <<<
Traceback (most recent call last):
File "C:\Users\NoFairPlay\AppData\Local\Programs\Python\Python39\Scripts\reinkuro-script.py", line 33, in
sys.exit(load_entry_point('reinkuro==0.2.1', 'console_scripts', 'reinkuro')())
File "C:\Users\NoFairPlay\AppData\Local\Programs\Python\Python39\lib\site-packages\reinkuro\octo.py", line 415, in main
cli(args)
File "C:\Users\NoFairPlay\AppData\Local\Programs\Python\Python39\lib\site-packages\reinkuro\octo.py", line 408, in cli
export_all(current, localization=args.localization)
File "C:\Users\NoFairPlay\AppData\Local\Programs\Python\Python39\lib\site-packages\reinkuro\octo.py", line 220, in export_all
export_folder.joinpath("db.json").write_text(json.dumps(readable, sort_keys=True, indent=4))
File "C:\Users\NoFairPlay\AppData\Local\Programs\Python\Python39\lib\pathlib.py", line 1285, in write_text
with self.open(mode='w', encoding=encoding, errors=errors) as f:
File "C:\Users\NoFairPlay\AppData\Local\Programs\Python\Python39\lib\pathlib.py", line 1252, in open
return io.open(self, mode, buffering, encoding, errors, newline,
File "C:\Users\NoFairPlay\AppData\Local\Programs\Python\Python39\lib\pathlib.py", line 1120, in _opener
return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: 'exports\en\v568_assets\db.json'

Update: Tried the Japanese version, still the same error as above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions