Skip to content
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

sometimes fails to start up #53

Open
HarlanH opened this issue Jun 28, 2015 · 0 comments
Open

sometimes fails to start up #53

HarlanH opened this issue Jun 28, 2015 · 0 comments

Comments

@HarlanH
Copy link
Contributor

HarlanH commented Jun 28, 2015

Logs seem to suggest that it's a race condition, where keenCountFn isn't able to populate keenCount on startup before the query tries to access it in keenCount[docs[d].url], causing a fatal error.

2015-06-16T03:48:06.885543+00:00 app[web.1]: TypeError: Cannot read property 'http://www.precisionformedicine.com/path-analytics-platform/' of undefined
2015-06-16T03:48:06.885548+00:00 app[web.1]:     at /app/web.js:131:40

Solution might be as simple as to initialize keenCount on declaration, but I'm not sure.

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