Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemoteParentNotFound while trying to upload files to Nutstore WebDAV with Python 3.11 #16

Open
itcd opened this issue Nov 9, 2023 · 0 comments

Comments

@itcd
Copy link

itcd commented Nov 9, 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())

@itcd itcd changed the title RemoteParentNotFound when uploading files RemoteParentNotFound while trying to upload files Nov 9, 2023
@itcd 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant