Unknown error (NT_STATUS_PATH_NOT_COVERED) #65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I got this error very often, but sometimes code works without error
Fatal error: Uncaught Icewind\SMB\Exception\Exception: Unknown error (NT_STATUS_PATH_NOT_COVERED) for Test/file.xls in /home/.../vendor/icewind/smb/src/Exception/Exception.php:17
My code
I think this is probably related with the same issue that is connected to smbclient
https://github.com/nextcloud/server/issues/12217
Can you access that file using
smbclientmanually?Hi!
I can access but can't use the rename command that is deprecated https://github.com/TalAloni/SMBLibrary/issues/11
Is there a way to change the behaviour to address to the renaming command for the new protocol version?
any difference in protocol version is handled by (lib)smbclient, if there is an issue with that it should be raised there
Hi @icewind1991 thank you for your reply
It's an issue that didn't happened in the previous versions that were included in Nextcloud (version 10 pex), the smbclient version is the same, I think you're right, but If it where possible to make the rename by removing and uploading the new version (without invoking the rename command) I think this kind of issues would probably end.