`PS C:\programdata\netclient> ./netclient pull -n ...
# general
h
Copy code
PS C:\programdata\netclient> ./netclient pull -n mat
2021/11/03 11:57:56 Gravitl Netclient on Windows started
trouble decoding file
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x7a566b]

goroutine 1 [running]:
github.com/gravitl/netmaker/netclient/functions.Pull({0xc0000200c0, 0x3}, 0x1)
        C:/Users/Dillon/Documents/GoProjects/netmaker/netclient/functions/checkin.go:154 +0x6b
github.com/gravitl/netmaker/netclient/command.Pull({{{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...})
        C:/Users/Dillon/Documents/GoProjects/netmaker/netclient/command/commands.go:184 +0xc5
main.main.func5(0xc0001caa80)
        C:/Users/Dillon/Documents/GoProjects/netmaker/netclient/main.go:295 +0x11f
github.com/urfave/cli/v2.(*Command).Run(0xc00019b9e0, 0xc00009b040)
        C:/Users/Dillon/go/pkg/mod/github.com/urfave/cli/v2@v2.3.0/command.go:163 +0x64a
github.com/urfave/cli/v2.(*App).RunContext(0xc0001aeea0, {0x974a70, 0xc0000200c8}, {0xc00009a040, 0x4, 0x4})
        C:/Users/Dillon/go/pkg/mod/github.com/urfave/cli/v2@v2.3.0/app.go:313 +0x81e
github.com/urfave/cli/v2.(*App).Run(...)
        C:/Users/Dillon/go/pkg/mod/github.com/urfave/cli/v2@v2.3.0/app.go:224
main.main()
        C:/Users/Dillon/Documents/GoProjects/netmaker/netclient/main.go:376 +0x266f