-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Dokcker - UpdateWebInventory create json files if dosnt exist #4729
Labels
Comments
maybe this is more a bug when i think about it. |
I got the same error #4682 (comment) |
Looks like a bug. Not sure where this file was originally created but appears not to be doing it now. PR to follow. |
PR #4740 submitted |
Hi @Gobberwart this dosnt solve the player_stats issue |
@MartinTerp It sure doesn't. See PR #4757 for this fix. |
@Gobberwart thanks for clearing this up :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short Description
UpdateWebInventory dosnt seem to create the json files, that it needs to write to, if i create a empty json file with content:
[]
it registers the inventory, but not player_stats ( i guess it expects the player_stats data to be in the file, so it can append )Then we cant see lvl/xp on the web gui
Possible solution
if the inventory.json file dosnt exist, create it with default content
How it would help others
For us that use the gui, and started a new bot, we can again see the xp/lvl info
The text was updated successfully, but these errors were encountered: