Hallo zusammen,
bei uns tritt aktuell schulweit folgender Fehler auf, wenn über die WebUI eine Datei hochgeladen werden soll:
Request
POST /api/lmn/smbclient/finish-upload
Type
AttributeError
Message
‚function‘ object has no attribute ‚FILE_TYPE‘
Traceback (most recent call last):
File „/usr/local/lib/python3.10/dist-packages/aj/api/endpoint.py“, line 77, in wrapper
result = fx(self, context, *args, **kwargs)
File „/usr/lib/linuxmuster-webui/plugins/lmn_smbclient/views/lmnsmbclient.py“, line 516, in handle_api_smb_finish_upload
smbclient.rmdir(chunk_dir)
File „/usr/local/lib/python3.10/dist-packages/smbclient/_os.py“, line 505, in rmdir
_delete(SMBDirectoryIO, path, **kwargs)
File „/usr/local/lib/python3.10/dist-packages/smbclient/_os.py“, line 980, in _delete
}.get(raw_type.FILE_TYPE, 0)
AttributeError: ‚function‘ object has no attribute ‚FILE_TYPE‘
Upload sollte ins Home-Verzeichnis erfolgen.
Problem wird von mehreren Benutzern berichtet.
Gibt es hierfür eine Lösung? Ist das Problem bekannt?
Danke.
Gruß Manuel