Issue Updating Windows GUI

So I always had issues with the updates. this means I have to update everything manually. I was very surprised as it should do it it selves. I decided to run the auto updater and it spit out this error:

C:\Users\Admin>"C:\Program Files\Storj\Storage Node\storagenode-updater.exe" run

2020-10-10T21:28:20.852+0200 INFO Configuration loaded {“Location”: “C:\Users\Admin\AppData\Roaming\Storj\Storagenode\config.yaml”}
2020-10-10T21:28:20.856+0200 INFO Invalid configuration file value for key {“Key”: “log.caller”}
2020-10-10T21:28:20.857+0200 INFO Invalid configuration file value for key {“Key”: “log.encoding”}
2020-10-10T21:28:20.857+0200 INFO Invalid configuration file value for key {“Key”: “log.output”}
2020-10-10T21:28:20.860+0200 FATAL Unable to find storage node executable binary.

Please note the config file is correctly configured

Any suggestions?

Hello @Skyblockpro1,
Welcome to the forum!

You should specify other options for the updater, you can see them with --help option.

"C:\Program Files\Storj\Storage Node\storagenode-updater.exe" run --config-dir "C:\Program Files\Storj\Storage Node\\" --binary-location "C:\Program Files\Storj\Storage Node\storagenode.exe" --log.output "winfile:///C:\Program Files\Storj\Storage Node\storagenode-updater.log"

But it’s much better just replace the current binary with the latest release and restart the storagenode-updater service.

Thanks it worked great