AustP / austs-one-click-node

An easy to use interface to run an Algorand or Voi consensus node.
MIT License
54 stars 10 forks source link

Austs One-Click Node has stopped working #6

Closed WizardsEnterprise closed 1 year ago

WizardsEnterprise commented 1 year ago

os err1 err2

AustP commented 1 year ago

Thanks for the report. Looks like there was a memory leak when turning telemetry on (see #10). Were you using telemetry on your node by chance?

WizardsEnterprise commented 1 year ago

It will not allow me to install on Windows Server 2012 R2 So I never got to the point of being able to run the node at all

AustP commented 1 year ago

Recapping our Discord thread here.

https://www.electronjs.org/blog/windows-7-to-8-1-deprecation-notice shows that Electron 22 is the last version that supports Windows Server 2012 R2. This project uses Electron 25. I downgraded the project to Electron 22 and sent Wizard a build. They got it to install/start but got an error "fetch is not defined".

We use fetch to interact with the node via goal's REST API so downgrading is not an option.

We could swap out fetch with XMLHttpRequest but seeing as Windows Server 2012 R2 reaches EOL in less than a month, it's not worth the hassle.