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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
dose anyone have any idea why im getting this error since last i updated my server, the dbtool.py is not working and im getting this error:
KeyError: 'login'
PS C:\FFXI\server\tools> py -3 dbtool.py update
Traceback (most recent call last):
File "C:\FFXI\server\tools\dbtool.py", line 1322, in
main()
File "C:\FFXI\server\tools\dbtool.py", line 1225, in main
fetch_versions()
File "C:\FFXI\server\tools\dbtool.py", line 303, in fetch_versions
release_client = default_settings["login"]["CLIENT_VER"]
~~~~~~~~~~~~~~~~^^^^^^^^^
KeyError: 'login'
Funny enought i was able to rebuild and run the server but i cannot use the dbtool.py interface.
any help would be very apreciated, thank you
Beta Was this translation helpful? Give feedback.
All reactions