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 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())
The text was updated successfully, but these errors were encountered:
itcd
changed the title
RemoteParentNotFound when uploading files
RemoteParentNotFound while trying to upload files
Nov 9, 2023
itcd
changed the title
RemoteParentNotFound while trying to upload files
RemoteParentNotFound while trying to upload files to Nutstore WebDAV with Python 3.11
Nov 10, 2023
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())
The text was updated successfully, but these errors were encountered: