Notifications
Clear all

10/18/2023 Map Stopped Working?
Visit this post for the fix

LED's staying in white

36 Posts
4 Users
0 Reactions
2,515 Views
(@ccrisafulli)
Eminent Member
Joined: 4 years ago
Posts: 21
 

@markyharris

ok thanks.

I tried to just click on the Upgrade menu item on the GUI, it gave me this screen and when I reboot the Pi, it will load the op sys, but not the Live Sectional. I can rebuild from scratch, but wondered if I did something wrong. It happen

screen shot after upgrade

 

twice.


   
ReplyQuote
Mark Harris
(@markyharris)
Member Admin Registered
Joined: 5 years ago
Posts: 557
 

That's a new one. I'm sorry for this. It looks like web site is refusing a request. Please give it some time and retry. When I try it, it seems to work properly. I've not heard of anyone else seeing this issue. 

If you are handy with code, I can tell you what routine to comment out without issue, so let me know if you would like to try that. - Mark


   
ReplyQuote
Mark Harris
(@markyharris)
Member Admin Registered
Joined: 5 years ago
Posts: 557
 

If you would like to comment out this routine, goto the cmd line and enter;

sudo nano -c /NeoSectional/webapp.py

Then scroll down to around line 1400 (give or take) and locate these lines;

def checkforupdate():
global update_vers
   get_loc()
   print(loc) # debug

Comment out the last 2 lines, so it looks like this;

def checkforupdate():
global update_vers
#  get_loc()
#  print(loc) # debug

Then reboot and then retry the update. - Mark


   
ReplyQuote
(@ccrisafulli)
Eminent Member
Joined: 4 years ago
Posts: 21
 

@markyharris

.... story of my life, I have a knack for code doing things to me. (not a good thing). I'll try it tomorrow. thanks


   
ReplyQuote
(@ccrisafulli)
Eminent Member
Joined: 4 years ago
Posts: 21
 

@markyharris

Mark, just wanted to give you more information on what I discovered. I built a Pi 4 running Pi Hole to filter out allot of the advertisements on my network. Sometimes it mistakes legitimate web sites as ads. This morning, I tried a reboot Live Sectional again, still didn't work, then I disabled Pi Hole for a bit and rebooted, Worked fine. So I think that was my issue and why you haven't seen it before.

Thanks

Chuck


   
ReplyQuote
Mark Harris
(@markyharris)
Member Admin Registered
Joined: 5 years ago
Posts: 557
 

That's good to know. Thanks for the update. - Mark


   
ReplyQuote
Page 3 / 3
Share: