Leap Year Bug in Updates?

Getting random reboots on Feb 29th and noticed this in the debug log:

19:08:10 1007.612427 T:1792955376   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned 
the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: day is out of range for month
                                            Traceback (most recent call last):
                                              File "/usr/share/kodi/addons/script.module.osmcsetting.updates/service.py"
, line 38, in <module>
                                                m = update_service.Main()
                                              File "/usr/share/kodi/addons/script.module.osmcsetting.updates/resources/l
ib/update_service.py", line 185, in __init__
                                                self.scheduler = sched.SimpleScheduler(self.s)
                                              File "/usr/share/kodi/addons/script.module.osmcsetting.updates/resources/l
ib/simple_scheduler.py", line 16, in __init__
                                                self.trigger_time 	= datetime.datetime.now().replace(year=2222)	
# the time of the next update check
                                            ValueError: day is out of range for month
                                            -->End of Python script error report<--

Did you search?

No, but a manual update doesn’t work for me:

19:36:47 2724.657471 T:1559229424 DEBUG: OSMC settings sending response, update
19:36:47 2724.660889 T:1559229424 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned
the following error<–
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class ‘socket.error’>
Error Contents: (2, ‘No such file or directory’)
Traceback (most recent call last):
File “/usr/share/kodi/addons/script.module.osmcsetting.updates/resources/l
ib/call_parent.py”, line 18, in
sock.connect(address)
File “/usr/lib/python2.7/socket.py”, line 224, in meth
return getattr(self._sock,name)(*args)
error: (2, ‘No such file or directory’)
–>End of Python script error report<–
19:36:47 2724.667725 T:1559229424 INFO: Python script stopped

Unless you’re specifically trying to update today for a reason (you just got a Pi 3), then wait until tomorrow; or do sudo apt-get update && sudo apt-get dist-upgrade

Thanks, will wait. RPi3 is on order, just trying to be ready in advance.