OpenMarine
No longer able to upgrade SK - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: No longer able to upgrade SK (/showthread.php?tid=3964)



No longer able to upgrade SK - NickL123 - 2022-03-30

ignalK occasionally prompts for an upgrade which I was previously able to do so within OP2 on number of occasions. 

Since 1.41.1, however, I cannot update SK any longer.     Clicking on the "OK" button does nothing.  It just returns me back to the dashboard.   No error is reported. 

Regards


RE: No longer able to upgrade SK - MigGat - 2022-03-30

There was a bug in that version preventing to update. It was fixed on 1.41.2 or 1.41.3. Can't remember, but i can confirm yesterday i was able to update from 1.41.3 to 1.42.0, which is the current one.

You can update manually or just uninstall and reinstall to get the last version.


RE: No longer able to upgrade SK - Lazzz - 2022-03-30

In your browser go to top RH corner then scroll down to More Tools > Clear browsing data


RE: No longer able to upgrade SK - PaddyB - 2022-03-30

(2022-03-30, 08:41 AM)Lazzz Wrote: In your browser go to top RH corner then scroll down to More Tools > Clear browsing data

That fixes a browser looking at old data, not updating the server. If it is a problem then on chrome you just need to delete cached images & files 
[Image: EKN3Zxy.png]



to get 1.141.1 to update >>>

[Image: W8w3bQj.png]

in a terminal >>
 sudo systemctl stop  signalk.socket
sudo systemctl stop  signalk.service
sudo npm install -g signalk-server

sudo systemctl start  signalk.service

[Image: HfyaOR2.png]





installs this >>

[Image: GWYoQeV.png]


RE: No longer able to upgrade SK - NickL123 - 2022-03-30

(2022-03-30, 11:28 AM)PaddyB Wrote:
(2022-03-30, 08:41 AM)Lazzz Wrote: In your browser go to top RH corner then scroll down to More Tools > Clear browsing data

That fixes a browser looking at old data, not updating the server. If it is a problem then on chrome you just need to delete cached images & files 
[Image: EKN3Zxy.png]



to get 1.141.1 to update >>>

[Image: W8w3bQj.png]

in a terminal >>
 sudo systemctl stop  signalk.socket
sudo systemctl stop  signalk.service
sudo npm install -g signalk-server

sudo systemctl start  signalk.service

[Image: HfyaOR2.png]





installs this >>

[Image: GWYoQeV.png]

YES.   This command line solution fixed it.  I was able to update SignalK to 1.42.0.    Just clearing the browser cache was not sufficient.     Thank you all for your help !