Bug#990344: Additional information

sawbona at xsmail.com sawbona at xsmail.com
Wed Jul 14 21:11:27 BST 2021


Package: backintime
Version: 1.1.24-0.1
Severity: normal

I have received yet another notification in my system mail related to
an unhandled exception in a backintime Python script.

Here is the transcript:

---
Date: Wed, 14 Jul 2021 16:45:01 -0300

Unhandled exception in thread started by <function 
__log_keyring_warning at 0x7f87bbb63488>
Traceback (most recent call last):
  File "/usr/share/backintime/common/tools.py", line 1458, in 
__log_keyring_warning
TypeError: 'NoneType' object is not callable
---

As you will gather from the transcript, it is the same problem (line 
1458) in file "/usr/share/backintime/common/tools.py".

FYI, here are the last 12 lines from the file file metioned above:


[code]

1456
1457 def __log_keyring_warning():
1458     from time import sleep
1459     sleep(0.1)
1460     logger.warning('import keyring failed')
1461 
1462 if keyring is None and keyring_warn:
1463     #delay warning to give logger some time to import
1464     import _thread
1465     _thread.start_new_thread(__log_keyring_warning, ())
1466     # logger.warning('import keyring failed')
1467 

[/code]

Thanks in advance,

sawbona



More information about the Pkg-exim4-maintainers mailing list