The videos at the end never get transferred from the tmp directory to the output directory. They stay as .lock files in the output directory, even after the process is finished. Any solution why this could be the case?
Lock files only get deleted by the process that created them.
If you abort and restart the program, it will not remove locks.
Delete the .lock files manually and restart the scraper.
The videos at the end never get transferred from the tmp directory to the output directory. They stay as .lock files in the output directory, even after the process is finished. Any solution why this could be the case?