RemoteParentNotFound while trying to upload files to Nutstore WebDAV with Python 3.11
itcd opened this issue · 0 comments
itcd commented
I encountered a RemoteParentNotFound error while trying to upload files to Nutstore WebDAV with Python 3.11 and were able to solve the issue by commenting out lines 896-897 in the 'client.py' file.
# if not (await self.exists(urn.parent())):
# raise RemoteParentNotFound(urn.path())