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

HPM Stopped in initial setup #133

Open
budjik-tech opened this issue Mar 17, 2021 · 1 comment
Open

HPM Stopped in initial setup #133

budjik-tech opened this issue Mar 17, 2021 · 1 comment

Comments

@budjik-tech
Copy link

The install seems to hang or timeout at: "Retrieving list of installed drivers"

Hubitat app log
java.lang.NullPointerException: Cannot get property 'location' on null object on line 2269 (downloadFileAsyncCallback)

code:
def packagesToMatchAgainst = [] for (uri in results.keySet()) { def result = results[uri] def manifestContents = result.result if (manifestContents == null) log.error "Found a bad manifest ${pkg.location}. Please notify the package developer." else {

thebearmay assisted with this suggestion on line 2269: ${pkg?.location}
So changed line to:
log.error "Found a bad manifest ${pkg?.location}. Please notify the package developer."

Installation completed and I was able to Update and Install packages.

It would be nice to know which application/driver was causing the error so perhaps logging during the iteration or key during error may assist.

@staze
Copy link

staze commented Mar 20, 2021

Same issue. Anytime running "Match" results in this error. Several forum users reporting same thing.

https://community.hubitat.com/t/beta-hubitat-package-manager/38016

Given the info above, does this mean someone can break HPM by just pushing a bad/malformed manifest to github?

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

2 participants