You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defcleanup_torrent_file(self, root, name):
fullpath=root/nameifnotfullpath.exists():
self._logger.warning("File with path %s does not exist (anymore)", root/name)
returnfullpath.rename(Path(str(fullpath)+".corrupt"))
Traceback (most recent call last):,
File "lib\asyncio\events.py", line 81, in _run,
File "ipv8\taskmanager.py", line 131, in done_cb,
File "ipv8\taskmanager.py", line 18, in interval_runner,
File "ipv8\util.py", line 35, in call_async,
File "src\tribler-core\tribler_core\modules\watch_folder.py", line 59, in check_watch_folder,
File "src\tribler-core\tribler_core\modules\watch_folder.py", line 36, in cleanup_torrent_file,
File "lib\pathlib.py", line 1358, in rename,
PermissionError: [WinError 32] El proceso no tiene acceso al archivo porque está siendo utilizado por otro proceso: '<...>.torrent' -> '<...>.torrent.corrupt'
Probably we need to handle this situation gracefully
The text was updated successfully, but these errors were encountered:
kozlovsky
changed the title
PermissionError while renaming foobar.torrent to foobar.torrent.corrupt
[7.10] PermissionError while renaming foobar.torrent to foobar.torrent.corrupt
Aug 30, 2021
tribler_core\modules\watch_folder.py:36
Probably we need to handle this situation gracefully
The text was updated successfully, but these errors were encountered: