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
Traceback (most recent call last):
File "/app/app/chain/__init__.py", line 112, in run_module
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/app/app/modules/filemanager/__init__.py", line 404, in transfer
return self.transfer_media(fileitem=fileitem,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/app/modules/filemanager/__init__.py", line 1108, in transfer_media
new_item, err_msg = self.__transfer_file(fileitem=fileitem,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/app/modules/filemanager/__init__.py", line 875, in __transfer_file
new_item, errmsg = self.__transfer_command(fileitem=fileitem,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/app/modules/filemanager/__init__.py", line 474, in __transfer_command
target_file.parent.mkdir(parents=True)
File "/usr/local/lib/python3.11/pathlib.py", line 1116, in mkdir
os.mkdir(self, mode)
IsADirectoryError: [Errno 21] Is a directory: '/Download/hardLink/TV/欧美剧/无耻之徒 (2011)/Season 8'
The text was updated successfully, but these errors were encountered:
确认
当前程序版本
v2.3.0
运行环境
Docker
问题类型
主程序运行问题
问题描述
记录删除不了,无论点哪个删除;不是UI显示的问题,刷新页面后记录依然存在。重启docker后可以成功,但是下次生产的记录又删除不了了。
目录没删干净导致后续再次整理报错
The text was updated successfully, but these errors were encountered: