After fixing the UnboundLocalError I get this Error: Traceback (most recent call last): File "/usr/share/backintime/kde4/kde4systrayicon.py", line 128, in update_info self.show_popup() File "/usr/share/backintime/kde4/kde4systrayicon.py", line 106, in show_popup self.popup = KPassivePopup.message( self.config.APP_NAME, QString.fromUtf8( self.last_message[1] ), self.status_ icon ) NameError: global name 'KPassivePopup' is not defined
and backintime thinks that the crond user is root!? -- UnboundLocalError: local variable 'first_error' referenced before assignment https://bugs.launchpad.net/bugs/520956 You received this bug notification because you are a member of Back In Time Team, which is subscribed to Back In Time. Status in Back In Time: New Bug description: My cronjob throws this exception: Traceback (most recent call last): File "/usr/share/backintime/kde4/kde4systrayicon.py", line 126, in update_info if first_error: UnboundLocalError: local variable 'first_error' referenced before assignment The kde4 tray Icon give me this message: Can't find snapshots folder. If it is on a removable drive please plug it. Waiting 30 seconds. If updated from 0.9.26 because of some kde4 related problems to bzr 668 but still no luck with backups started by cron. Manual backups just working. _______________________________________________ Mailing list: https://launchpad.net/~bit-team Post to : bit-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~bit-team More help : https://help.launchpad.net/ListHelp