Using Debian 11 with Xfce 4.16.
Program was working just fine. Added another alarm and it stopped coming up on boot. Tried from menu and got a low tone and then nothing. Tried manually from command line and got the following:
Traceback (most recent call last):
File "/usr/bin/reminders", line 365, in init
disp_date = datetime.datetime.strptime(ddate, "%Y-%m-%d %H:%M:%S")
File "/usr/lib/python3.9/_strptime.py", line 568, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
File "/usr/lib/python3.9/_strptime.py", line 349, in _strptime
raise ValueError("time data %r does not match format %r" %
ValueError: time data '2022-06-08' does not match format '%Y-%m-%d %H:%M:%S'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/reminders", line 516, in <module>
main()
File "/usr/bin/reminders", line 511, in main
TaskBarIcon()
File "/usr/bin/reminders", line 52, in init
TimersClass(None)
File "/usr/bin/reminders", line 134, in init
self.SetTimers()
File "/usr/bin/reminders", line 200, in SetTimers
self.OnReminderTest(None) #Set Initial values
File "/usr/bin/reminders", line 237, in OnReminderTest
res = Rem_mess(parent=None, ddate=d_date,dtext=d_text,dtype="Reminder")
File "/usr/bin/reminders", line 368, in init
disp_date = datetime.datetime.strptime(ddate, "%Y-%m-%d %H:%M")
File "/usr/lib/python3.9/_strptime.py", line 568, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
File "/usr/lib/python3.9/_strptime.py", line 349, in _strptime
raise ValueError("time data %r does not match format %r" %
ValueError: time data '2022-06-08' does not match format '%Y-%m-%d %H:%M'
sys:1: ResourceWarning: unclosed <socket.socket fd="10," family="AddressFamily.AF_UNIX," type="SocketKind.SOCK_STREAM," proto="0," laddr="b'\x00reminders_lock_jolly'"></socket.socket></module>
Any help on this problem?
I am really sorry @KitchM I changed my email address and forgot to change it here on sourceforge, so it purely by chance that I finally saw your ticket. Just 7 months late! :(
There's was clearly something wrong with the date and time of that reminder.
Did you ever resolve it or did you throw your arms in the air in disgust and remove reminders? :)
Again, Sorry about the delay in replying and the grief!
Regards,
Rolf
p.s. I've updated the email address, so should you choose to reply, I should get it.