Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: FileNotFoundError #188

Open
shadowfold opened this issue Aug 13, 2024 · 1 comment
Open

Error: FileNotFoundError #188

shadowfold opened this issue Aug 13, 2024 · 1 comment

Comments

@shadowfold
Copy link

This is the Error im getting. Any work arounds?

"C:\Users\calva\palworld-host-save-fix>python fix_host_save.py "C:\Users\calva\palworld-host-save-fix\B78EFA7D4AAFE4DC49682D8DFFA388E6" 56ACABC1000000000000000000000000 00000000000000000000000000000001 True
WARNING: Running this script WILL change your save files and could potentially corrupt your data. It is HIGHLY recommended that you make a backup of your save folder before continuing. Press enter if you would like to continue.

Converting C:\Users\calva\palworld-host-save-fix\B78EFA7D4AAFE4DC49682D8DFFA388E6/Level.sav.json to JSON...Traceback (most recent call last):
File "C:\Users\calva\palworld-host-save-fix\fix_host_save.py", line 157, in
main()
File "C:\Users\calva\palworld-host-save-fix\fix_host_save.py", line 76, in main
level_json = sav_to_json(level_json_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\calva\palworld-host-save-fix\fix_host_save.py", line 134, in sav_to_json
f = open(filepath)
^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\calva\palworld-host-save-fix\B78EFA7D4AAFE4DC49682D8DFFA388E6/Level.sav.json'"

@shadowfold
Copy link
Author

PS i made changes from this thread. #181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant