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
Following the readme, I got the following error when attempting to launch the app:
Traceback (most recent call last):
File "pseudo_vets_server.py", line 72, in
init(app)
File "/Users/dweaver/dev/va/pv/va-pseudovet/pseudoVet-backend/rest/controllers/init.py", line 23, in init
preload_all_configurations() # preload configurations into cache
File "/Users/dweaver/dev/va/pv/va-pseudovet/pseudoVet-backend/rest/services/dataset_configuration_service.py", line 202, in preload_all_configurations
get_cache_map()[configuration['title']] = configuration
File "/Users/dweaver/dev/va/pv/va-pseudovet/pseudoVet-backend/rest/services/dataset_configuration_service.py", line 231, in get_cache_map
return configurations_map
NameError: name 'configurations_map' is not defined
The text was updated successfully, but these errors were encountered:
Following the readme, I got the following error when attempting to launch the app:
The text was updated successfully, but these errors were encountered: