Comment 1 for bug 483126

Revision history for this message
Philippe Delodder (lodder) wrote :

It's something in the logging facility as the last line of time drive code is:
File "/Users/RobOakes/Developer/Time-Drive/timedrive/utils/log.py", line 57, in Log
    _logger.log(verb_level, msg.decode("utf8", "ignore"))

The first call to the logging could be the problem:
File "/Users/RobOakes/Developer/Time-Drive/timedrive/background/backupjob.py", line 63, in isValidExclude
    log.Error(str(mountpoint + exclude.Item) + " could not be found, ignoring")

could you give me the content of the fields mountpoint and exclude.item as the error occurs?