Martin Wendt
Martin Wendt
Can you try the fix, before I release?
Thanks for reporting. Since I only got it very sporadically, in the context of persistence + table, and I don't want to remove the otherwise unexpected error message, I am...
+1 One possible approach could be to optionally accept objects for strings. - we could use http://tools.ietf.org/html/rfc5646 encoding. This would allow to deliver resumes based on the user's browser preferred...
Thanks for contributing! I will review it shortly
Hi, can you reproduce it with a standalone version of WsgiDAV? I don't know how Seafdav uses WsgiDAV, so I it might be better to report the issue there otherwise.
Hi, please reproduce the problem while running the client in verbose mode (`-vv`) and share the logs (make sure to not include sensitive data like credentials)
I don't know much about Seafile, but I tried this Install WsgiDAV ```bash cd test_wsgidav pipenv install wsgidav gunicorn pipenv shell ``` Create a *wsgidav.yaml* file with the following content:...