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

Fix for error in publishCirclePlaces "Cannot read property 'val' of null #41

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

PeterVoronov
Copy link
Contributor

@PeterVoronov PeterVoronov commented Jul 29, 2021

The error full log:
life360.0 (27014) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
life360.0 (27014) unhandled promise rejection: Cannot read property 'val' of null
life360.0 (27014) TypeError: Cannot read property 'val' of null at publishCirclePlaces (/opt/iobroker/node_modules/iobroker.life360/lib/life360DbConnector.js:833:99)
life360.0 (27014) Cannot read property 'val' of null

The same error in master and develop.

On branch fix_publishCirclePlaces
Changes to be committed:
modified: life360DbConnector.js

…ull"

The error full log:
life360.0 (27014) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
life360.0 (27014) unhandled promise rejection: Cannot read property 'val' of null
life360.0 (27014) TypeError: Cannot read property 'val' of null at publishCirclePlaces (/opt/iobroker/node_modules/iobroker.life360/lib/life360DbConnector.js:833:99)
life360.0 (27014) Cannot read property 'val' of null

The same erron in master and develop.

On branch fix_publishCirclePlaces
Changes to be committed:
	modified:   life360DbConnector.js
@MiGoller MiGoller self-assigned this Oct 13, 2021
@MiGoller MiGoller added the bug Something isn't working label Oct 13, 2021
@MiGoller MiGoller changed the base branch from master to develop October 13, 2021 21:08
@MiGoller MiGoller merged commit 7f22a71 into MiGoller:develop Oct 13, 2021
@MiGoller
Copy link
Owner

Thank you very much. Release v0.2.17 will provide your bugfix.

@MiGoller MiGoller mentioned this pull request Nov 16, 2021
@MiGoller MiGoller linked an issue Nov 16, 2021 that may be closed by this pull request
@MiGoller MiGoller added this to the Release 0.2.17 milestone Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Constant reboot
2 participants