btrfs-snapshots-diff
btrfs-snapshots-diff copied to clipboard
ValueError: Unexpected attribute BTRFS_SEND_A_FILE_OFFSET
Traceback (most recent call last):
File "/home/user/@temp/btrfs-snapshots-diff.py", line 441, in <module>
modified, commands = stream.decode()
^^^^^^^^^^^^^^^
File "/home/user/@temp/btrfs-snapshots-diff.py", line 322, in decode
idx2, path = self._tlv_get_string(
^^^^^^^^^^^^^^^^^^^^^
File "/home/user/@temp/btrfs-snapshots-diff.py", line 134, in _tlv_get_string
raise ValueError('Unexpected attribute %s' % self.send_attrs[attr])
ValueError: Unexpected attribute BTRFS_SEND_A_FILE_OFFSET
It is a shame that this does not contain a repro or a version that triggered it.
Line 322 no longer has these contents, and it appears btrfs-snapshots-diff.py has not been changed since Jan 14, 2021.