den4uk/andriller

Get stuck with extracting from backup

Opened this issue · 1 comments

Got stuck with this error.

File "/home/xxxx/andriller/andriller/utils.py", line 40, in command
return method(self, *args, **kwargs)
File "/home/xxxx/andriller/andriller/gui/windows.py", line 418, in RunUsbExtraction
drill.DataExtraction()
File "/home/xxxx/andriller/andriller/driller.py", line 320, in DataExtraction
self.ExtractFromTar(targets=targets)
File "/home/xxxx/andriller/andriller/driller.py", line 257, in ExtractFromTar
for fn in self.tools.extract_form_tar(
File "/home/xxxx/andriller/andriller/utils.py", line 174, in extract_form_tar
for tar_name in tar.getnames():
File "/usr/lib/python3.10/tarfile.py", line 1995, in getnames
return [tarinfo.name for tarinfo in self.getmembers()]
File "/usr/lib/python3.10/tarfile.py", line 1987, in getmembers
self._load() # all members, we first have to
File "/usr/lib/python3.10/tarfile.py", line 2682, in _load
tarinfo = self.next()
File "/usr/lib/python3.10/tarfile.py", line 2589, in next
raise ReadError("unexpected end of data")
tarfile.ReadError: unexpected end of data

The same happened to me.
Did you find a solution?