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
I'm curious if the cause of this is the source or destination? I see it infrequently.
2024-06-02 19:03:37 ERROR Thread_0 :: [34a67cf] Unable to move file /downloads/SOURCEFILE.MKV to /tv/DESTINATION-FILE-NICE-NAMING-CONVENTION/Season 07: OSError(16, 'Resource busy')
Traceback (most recent call last):
File "/app/medusa/medusa/post_processor.py", line 1281, in process
self.post_process_action(self.file_path, dest_path, new_base_name, bool(app.MOVE_ASSOCIATED_FILES),
File "/app/medusa/medusa/post_processor.py", line 542, in post_process_action
self._combined_file_operation(file_path, new_path, new_basename, associated_files=associated_files,
File "/app/medusa/medusa/post_processor.py", line 443, in _combined_file_operation
other_files += self.list_associated_files(file_path, refine=True)
File "/app/medusa/medusa/post_processor.py", line 218, in list_associated_files
processed_names += tuple((_f for _f in (self._rar_basename(file_path, files),) if _f))
File "/app/medusa/medusa/post_processor.py", line 328, in _rar_basename
for rar in rars:
File "/app/medusa/medusa/post_processor.py", line 326, in
rars = (x for x in files if os.path.isfile(x) and rarfile.is_rarfile(x))
File "/app/medusa/ext/rarfile.py", line 419, in is_rarfile
return _get_rar_version(xfile) > 0
File "/app/medusa/ext/rarfile.py", line 404, in _get_rar_version
with XFile(xfile) as fd:
File "/app/medusa/ext/rarfile.py", line 2434, in init
self._fd = open(xfile, 'rb', bufsize)
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Medusa (please complete the following information):
OS: [e.g. ubuntu 14.04 x64]
Branch: [e.g. master, develop]
Commit: [e.g. c65ca2]
Python version: [e.g. 3.6.8]
Database version: [e.g. 44.12]
Debug logs (at least 50 lines):
General > Advanced Settings > Enable debug
<-- Please replace this whole line with your debug logs -->
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This is not a bug, apologies, very sorry.
I'm curious if the cause of this is the source or destination? I see it infrequently.
2024-06-02 19:03:37 ERROR Thread_0 :: [34a67cf] Unable to move file /downloads/SOURCEFILE.MKV to /tv/DESTINATION-FILE-NICE-NAMING-CONVENTION/Season 07: OSError(16, 'Resource busy')
Traceback (most recent call last):
File "/app/medusa/medusa/post_processor.py", line 1281, in process
self.post_process_action(self.file_path, dest_path, new_base_name, bool(app.MOVE_ASSOCIATED_FILES),
File "/app/medusa/medusa/post_processor.py", line 542, in post_process_action
self._combined_file_operation(file_path, new_path, new_basename, associated_files=associated_files,
File "/app/medusa/medusa/post_processor.py", line 443, in _combined_file_operation
other_files += self.list_associated_files(file_path, refine=True)
File "/app/medusa/medusa/post_processor.py", line 218, in list_associated_files
processed_names += tuple((_f for _f in (self._rar_basename(file_path, files),) if _f))
File "/app/medusa/medusa/post_processor.py", line 328, in _rar_basename
for rar in rars:
File "/app/medusa/medusa/post_processor.py", line 326, in
rars = (x for x in files if os.path.isfile(x) and rarfile.is_rarfile(x))
File "/app/medusa/ext/rarfile.py", line 419, in is_rarfile
return _get_rar_version(xfile) > 0
File "/app/medusa/ext/rarfile.py", line 404, in _get_rar_version
with XFile(xfile) as fd:
File "/app/medusa/ext/rarfile.py", line 2434, in init
self._fd = open(xfile, 'rb', bufsize)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Medusa (please complete the following information):
Debug logs (at least 50 lines):
General > Advanced Settings > Enable debug
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: