Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
I did some testing here with SIP version 4.1.28 and the green buttons (manual mode, rain delay, water level) are working.
Programs are loading properly.
Not sure what is causing the problems you describe. have you re-started sip or rebooted the Pi?
Let me know if you see anything else that might be causing problems.
Dan
<p><br></p>
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
You might also try clearing your browser cache.
<p><br></p>
Posts: 2
Threads: 0
Joined: Oct 2020
Reputation:
0
I updated SIP to version 4.1.28 too. I'm now experiencing the same problem.
Rebooted the pi.
Cleared browser cache.
Tried on different browsers and on different computers.
The pi is running the dietpi OS.
Thank you Dan
Posts: 135
Threads: 11
Joined: May 2017
Reputation:
4
Maybe a Python version or file permission issue?
I'm running 3.7.3 and up on several (SIP 4.1.28) instances. So far no problems.
--Gerard
Posts: 135
Threads: 11
Joined: May 2017
Reputation:
4
Thank you both for the update.
--Gerard
Posts: 33
Threads: 5
Joined: Oct 2015
Reputation:
0
Hi,
I had the same problem after the last update. I followed the instructions here to change to python 3 but now SIP doesn't work at all. I tried starting it manually and got this:
pi@raspberrypi:~ $ sudo /usr/bin/python3 -u /home/pi/SIP/sip.py
Traceback (most recent call last):
File "/home/pi/SIP/sip.py", line 7, in <module>
from six.moves import range
File "/home/pi/SIP/six.py", line 25, in <module>
import functools
File "/usr/lib/python3.7/functools.py", line 21, in <module>
from collections import namedtuple
File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
from reprlib import recursive_repr as _recursive_repr
ImportError: bad magic number in 'reprlib': b'\x03\xf3\r\n'
Any ideas what could be wrong?
Thank you
David
Posts: 33
Threads: 5
Joined: Oct 2015
Reputation:
0
2021 Dec 23, 03:21 AM
(This post was last modified: 2021 Dec 23, 03:44 AM by DavidCNZ.)
OK fixed it by renaming the SIP/reprlib folder
Thank you for the great application Dan!
OK everything seems good now except the CPU temp says that it is NAN C (or NAN F) if I toggle it.