You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what recent change I made to cause this not to start, but Backup Station isn't starting for me after it prompts for the password. I'm getting this when I try to start backup-station from the command line.
Traceback (most recent call last):
File "/usr/local/bin/backup-station", line 210, in confirm_passwd
BackupStationWindow().show_all()
File "/usr/local/bin/backup-station", line 114, in init
self.create_be_list()
File "/usr/local/bin/backup-station", line 25, in create_be_list
self.liststore.append(element.split())
File "/usr/local/lib/python3.9/site-packages/gi/overrides/Gtk.py", line 1016, in append
return self._do_insert(-1, row)
File "/usr/local/lib/python3.9/site-packages/gi/overrides/Gtk.py", line 1007, in _do_insert
row, columns = self._convert_row(row)
File "/usr/local/lib/python3.9/site-packages/gi/overrides/Gtk.py", line 899, in _convert_row
raise ValueError('row sequence has the incorrect number of elements')
ValueError: row sequence has the incorrect number of elements
The text was updated successfully, but these errors were encountered:
I'm not sure what recent change I made to cause this not to start, but Backup Station isn't starting for me after it prompts for the password. I'm getting this when I try to start backup-station from the command line.
Traceback (most recent call last):
File "/usr/local/bin/backup-station", line 210, in confirm_passwd
BackupStationWindow().show_all()
File "/usr/local/bin/backup-station", line 114, in init
self.create_be_list()
File "/usr/local/bin/backup-station", line 25, in create_be_list
self.liststore.append(element.split())
File "/usr/local/lib/python3.9/site-packages/gi/overrides/Gtk.py", line 1016, in append
return self._do_insert(-1, row)
File "/usr/local/lib/python3.9/site-packages/gi/overrides/Gtk.py", line 1007, in _do_insert
row, columns = self._convert_row(row)
File "/usr/local/lib/python3.9/site-packages/gi/overrides/Gtk.py", line 899, in _convert_row
raise ValueError('row sequence has the incorrect number of elements')
ValueError: row sequence has the incorrect number of elements
The text was updated successfully, but these errors were encountered: