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

Two issues with associate user account #317

Open
jasom opened this issue Aug 21, 2024 · 0 comments
Open

Two issues with associate user account #317

jasom opened this issue Aug 21, 2024 · 0 comments

Comments

@jasom
Copy link

jasom commented Aug 21, 2024

etesync-dav 0.32.1 NixOS

Account typically uses iOS, but I have also replicated the issues with cadaver.

  1. Every other login fails on the client with a 500 error; radicale logs show a successful login
  2. Once logged in, PROPFIND requests on any collection usually (but not always) return an error. service logs from that error included below.

I have not been able to reproduce either of these problems on the main account, just the associate account.

Aug 21 16:41:11 mutsumi radicale[2390]: [2390/Thread-10526 (process_request_thread)] [INFO] PROPFIND request for '/ashley/hSakUK3Edxnfhjl_ejoRk8WTMGEctxz6/' with depth '1' received from ::1 using 'cadaver/0.24 neon/0.32.5'
Aug 21 16:41:11 mutsumi radicale[2390]: [2390/Thread-10526 (process_request_thread)] [INFO] Successful login: 'ashley'
Aug 21 16:41:13 mutsumi etesync-dav[2390]: [2390/Thread-10521] [ERROR] HTTP error 400! Code: 'field_errors'. Detail: 'Field validations failed.'
                                           Traceback (most recent call last):
                                             File "/nix/store/7vbywswsj5v7jdx8g4nyi376ixzfgqhw-etesync-dav-0.32.1/lib/python3.11/site-packages/etesync_dav/radicale/storage.py", line 84, in run
                                               etesync.sync()
                                             File "/nix/store/7vbywswsj5v7jdx8g4nyi376ixzfgqhw-etesync-dav-0.32.1/lib/python3.11/site-packages/etesync_dav/local_cache/__init__.py", line 92, in sync
                                               self.sync_collection(collection.uid)
                                             File "/nix/store/7vbywswsj5v7jdx8g4nyi376ixzfgqhw-etesync-dav-0.32.1/lib/python3.11/site-packages/etesync_dav/local_cache/__init__.py", line 157, in sync_collection
                                               self.push_collection(uid)
                                             File "/nix/store/7vbywswsj5v7jdx8g4nyi376ixzfgqhw-etesync-dav-0.32.1/lib/python3.11/site-packages/etesync_dav/local_cache/__init__.py", line 220, in push_collection
                                               item_mgr.batch(chunk_items, None, None)
                                             File "/nix/store/q5a0pvdw7brw5x87hb9yk6z4k7y302cp-python3.11-etebase-0.31.6/lib/python3.11/site-packages/etebase/__init__.py", line 298, in batch
                                               self._inner.batch(items_inner, deps_inner, _inner(fetch_options))
                                           etebase_python.Error: HTTP error 400! Code: 'field_errors'. Detail: 'Field validations failed.'
Aug 21 16:41:13 mutsumi radicale[2390]: [2390/Thread-10526 (process_request_thread)] [ERROR] An exception occurred during PROPFIND request on '/ashley/hSakUK3Edxnfhjl_ejoRk8WTMGEctxz6/': HTTP error 400! Code: 'field_errors'. Detail: 'Field>
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