Skip to content

Error when launching application #59

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

Open
dustinWeaver opened this issue Jun 28, 2018 · 0 comments
Open

Error when launching application #59

dustinWeaver opened this issue Jun 28, 2018 · 0 comments

Comments

@dustinWeaver
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant