For some weeks ago I am working with the testing branch and I saved a couple of snapshots. A lot of them don’t load now. Only the latest ones I saved are working.
Here an example of one that does not load. If I load it Zynthian shows an empty screen.
001-Biko.zss (28.1 KB)
And here the UI log:
Oct 23 19:28:34 zynthian startx[536]: ERROR:zynthian_gui_layer.load_snapshot: Invalid snapshot: unsupported operand type(s) for +: ‘NoneType’ and ‘int’
Oct 23 19:28:34 zynthian startx[536]: Traceback (most recent call last):
Oct 23 19:28:34 zynthian startx[536]: File “/home/pi/zynthian-ui/zyngui/zynthian_gui_layer.py”, line 1721, in load_snapshot
Oct 23 19:28:34 zynthian startx[536]: self._load_snapshot_layers(snapshot)
Oct 23 19:28:34 zynthian startx[536]: File “/home/pi/zynthian-ui/zyngui/zynthian_gui_layer.py”, line 1797, in _load_snapshot_layers
Oct 23 19:28:34 zynthian startx[536]: self.restore_state_snapshot(snapshot)
Oct 23 19:28:34 zynthian startx[536]: File “/home/pi/zynthian-ui/zyngui/zynthian_gui_layer.py”, line 1540, in restore_state_snapshot
Oct 23 19:28:34 zynthian startx[536]: self.restore_legacy_zs3s(state)
Oct 23 19:28:34 zynthian startx[536]: File “/home/pi/zynthian-ui/zyngui/zynthian_gui_layer.py”, line 1568, in restore_legacy_zs3s
Oct 23 19:28:34 zynthian startx[536]: ‘zs3_title’: “Legacy ZS3 #{}”.format(self.last_zs3_index + 1),
Oct 23 19:28:34 zynthian startx[536]: TypeError: unsupported operand type(s) for +: ‘NoneType’ and ‘int’
Is there something to do to make them compatible? A converter script or something? Or is this an unwanted behaviour?