Node offline after latest Windows update

Found that my node did not come back online after Windows updates, currently uninstalling them now to narrow down the problem, and I’ve re-installed Storj with no improvement

Running a GUI node on Server 2019 and it has the latest version of Storj 1.6.5

The log has this unrecoverable error reported and also shows Storj binding to ::28967, whereas my network is IPv4 only…
There’s one problem if it’s not listening on any part of any internet-connected interface.

Found a bug:
Last contact: 17703068h 26m ago
[Node was online less than 24 hours ago]

ERROR piecestore:cache error getting current space used calculation: {“error”: “context canceled; context canceled; context canceled; context canceled; context canceled; context canceled”, “errorVerbose”: “group:\n— context canceled\n— context canceled\n— context canceled\n— context canceled\n— context canceled\n— context canceled”}
2020-07-22T16:53:15.383-0400 FATAL Unrecoverable error {“error”: “debug: http: Server closed”, “errorVerbose”: “debug: http: Server closed\n\tstorj.io/private/debug.(*Server).Run.func2:108\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}

Try this checklist

Please, show result of the PowerShell command:

get-service storagenode | select -Property RequiredServices

I recommend to setup the dependency and delayed auto start for the storagenode service (from elevated PowerShell or cmd.exe):

sc.exe config storagenode depend= dnscache start= delayed-auto