You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-2 (load):
Traceback (most recent call last):
File "C:\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Python312\Lib\threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\angry\palworld-server-toolkit\palworld_server_toolkit\editor.py", line 1282, in load
if player_gvas['inventoryInfo']['value'][idx_key]['value']['ID']['value']
~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'inventoryInfo'
The text was updated successfully, but these errors were encountered:
Exception in thread Thread-2 (load):
Traceback (most recent call last):
File "C:\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Python312\Lib\threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\angry\palworld-server-toolkit\palworld_server_toolkit\editor.py", line 1282, in load
if player_gvas['inventoryInfo']['value'][idx_key]['value']['ID']['value']
~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'inventoryInfo'
The text was updated successfully, but these errors were encountered: