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

Cannot read property 'andlogKey' of null #32

Open
sporto opened this issue May 22, 2018 · 0 comments
Open

Cannot read property 'andlogKey' of null #32

sporto opened this issue May 22, 2018 · 0 comments

Comments

@sporto
Copy link

sporto commented May 22, 2018

In

bows/bows.js

Line 29 in 334d8a6

ls = !inNode && window.localStorage,

ls can be null. So then the next line throws an exception like Cannot read property 'andlogKey' of null
We are seeing this in Android devices.

This line may need to be something like

debugKey = (ls && ls.andlogKey) || 'debug',

Thanks

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