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

netRemote.nav.status returning 2 #24

Open
alexbird opened this issue Apr 19, 2021 · 1 comment
Open

netRemote.nav.status returning 2 #24

alexbird opened this issue Apr 19, 2021 · 1 comment

Comments

@alexbird
Copy link

Hi,

All the documentation I can see online, including this project, says that netRemote.nav.status can only return 0 (not ready) or 1 (ready).

Mine seems to return 2 sometimes, perhaps someone reading this can say what that means!

@MatrixEditor
Copy link

Possible values for that node:

defaults={
    0: "WAITING",
    1: "READY",
    2: "FAIL",
    3: "FATAL_ERR",
    4: "READY_ROOT",
}

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