Sorry I'm basically technologically illiterate and I didn't know if you had a discord server somewhere. So I setup the docker on unraid for using upgradinatorr exclusively and the first run worked perfectly with no log errors. However all subsequent hourly runs had this error in the log file. Can you tell me what I did wrong and how to fix it?
03/31/24 10:00 AM INFO:
**** UPGRADINATORR Version: 1.1.0 ****
03/31/24 10:00 AM INFO:
STARTING UPGRADINATORR
03/31/24 10:00 AM ERROR:
An error occurred:
Traceback (most recent call last):
File "/app/modules/upgradinatorr.py", line 311, in main
valid = validate(config, script_config, logger)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/util/utility.py", line 695, in validate
list_of_instance_keys = [sub_key for key in config.instances_config.keys() for sub_key in config.instances_config[key].keys()]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/util/utility.py", line 695, in
list_of_instance_keys = [sub_key for key in config.instances_config.keys() for sub_key in config.instances_config[key].keys()]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'keys'
03/31/24 10:00 AM ERROR:
03/31/24 10:00 AM INFO:
**** END OF UPGRADINATORR ****
Sorry I'm basically technologically illiterate and I didn't know if you had a discord server somewhere. So I setup the docker on unraid for using upgradinatorr exclusively and the first run worked perfectly with no log errors. However all subsequent hourly runs had this error in the log file. Can you tell me what I did wrong and how to fix it?
03/31/24 10:00 AM INFO: **** UPGRADINATORR Version: 1.1.0 ****
03/31/24 10:00 AM INFO: STARTING UPGRADINATORR
03/31/24 10:00 AM ERROR:
An error occurred: Traceback (most recent call last): File "/app/modules/upgradinatorr.py", line 311, in main valid = validate(config, script_config, logger) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/util/utility.py", line 695, in validate list_of_instance_keys = [sub_key for key in config.instances_config.keys() for sub_key in config.instances_config[key].keys()] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/util/utility.py", line 695, in
list_of_instance_keys = [sub_key for key in config.instances_config.keys() for sub_key in config.instances_config[key].keys()]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'keys'
03/31/24 10:00 AM ERROR:
03/31/24 10:00 AM INFO: **** END OF UPGRADINATORR ****