NebraLtd / helium-miner-software

Software for Nebra (and third party) Helium Miners
https://nebra.io/hnt
MIT License
93 stars 48 forks source link

Update RAK miner to the newest release #901

Closed encodedLife closed 2 months ago

encodedLife commented 2 months ago

Describe the bug The "diagnostics" service is not updating on my device. The logs show: "Delta still processing remotely. Will retry...".

To Reproduce Steps to reproduce the behavior:

  1. Clone the repository https://github.com/NebraLtd/helium-rak.
  2. Push the project using Balena CLI.
  3. Attach a device to the application in the Balena Dashboard.
  4. Observe that the "diagnostics" service does not update and logs the mentioned error.

Expected behavior All services, including "diagnostics", should update successfully without errors.

Screenshots 1194_12 34 18

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context The issue persists despite several attempts to push the project and restart the services manually. Delta updates are enabled in the Balena settings. I am using a RAK V2 miner and have forked the fleet.

encodedLife commented 2 months ago

After identifying the issue, I want to mention that it's crucial to change the version number in the last line of the balena.yml file. Initially, mine was set to version: 0.0.1, and after changing it to version: 0.0.2, the update worked. This change ensures that Balena recognizes the new version and correctly applies the updates.

Thank you to the developers for creating and maintaining this project. Your hard work is greatly appreciated!