Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

EOF while reading atom data #4

Open
Jaime02 opened this issue Aug 3, 2022 · 2 comments
Open

EOF while reading atom data #4

Jaime02 opened this issue Aug 3, 2022 · 2 comments

Comments

@Jaime02
Copy link

Jaime02 commented Aug 3, 2022

Hello, I'm trying to repair a mov video and I have got this error:

Traceback:

C:\Users\jaime\Downloads\movrepair-master>python movrepair.py RE.MOV --repair DA.MOV
Output file: DA-fixed.MOV
Traceback (most recent call last):
  File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 277, in <module>
    sys.exit(main())
  File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 267, in main
    return repair_file(reference, broken, output, do_fix_metadata=not args.no_fix_metadata)
  File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 194, in repair_file
    atom = atom.to_atomd()
  File "C:\Users\jaime\Downloads\movrepair-master\movio.py", line 165, in to_atomd
    return MovAtomD(self.tag, self.read_data(), parent=parent)
  File "C:\Users\jaime\Downloads\movrepair-master\movio.py", line 109, in read_data
    raise MovFileError('reached EOF while reading "{}" atom data'.format(
movio.MovFileError: reached EOF while reading "♣♠9" atom data

OS: Windows 11
Python: 3.9

What can I do? Thanks in advance

@HanalogInstruments
Copy link

Hello, I'm trying to repair a mov video and I have got this error:

Traceback:

C:\Users\jaime\Downloads\movrepair-master>python movrepair.py RE.MOV --repair DA.MOV
Output file: DA-fixed.MOV
Traceback (most recent call last):
  File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 277, in <module>
    sys.exit(main())
  File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 267, in main
    return repair_file(reference, broken, output, do_fix_metadata=not args.no_fix_metadata)
  File "C:\Users\jaime\Downloads\movrepair-master\movrepair.py", line 194, in repair_file
    atom = atom.to_atomd()
  File "C:\Users\jaime\Downloads\movrepair-master\movio.py", line 165, in to_atomd
    return MovAtomD(self.tag, self.read_data(), parent=parent)
  File "C:\Users\jaime\Downloads\movrepair-master\movio.py", line 109, in read_data
    raise MovFileError('reached EOF while reading "{}" atom data'.format(
movio.MovFileError: reached EOF while reading "♣♠9" atom data

OS: Windows 11 Python: 3.9

What can I do? Thanks in advance

Could you upload your files here via gofile.io?

@Jaime02
Copy link
Author

Jaime02 commented Aug 21, 2022

Could you upload your files here via gofile.io?

Sorry, I deleted the corrupted mov file since it was huge 🤓

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants