Yoonsik Park

Results 15 comments of Yoonsik Park

New Kernel build if anybody is interested https://github.com/yoonsikp/PrawnOS/releases/tag/v5.15.6

It means 1 training example in the batch with a token size of 1024.

Best solution is to make a group_vars/all.yml for each of your inventories, with: ``` ansible_python_interpreter: /usr/bin/python3 ```

your workaround works for me.

I have tried bypassing nginx, i.e. a direct connection to the radicale server, and this error still persists. I can post debug output, but I am not sure what commands...

Can also confirm a regression from 2.1.9 to 2.1.10 , downgrading fixed my problem

Found the reason, `Collection.has_uid(self, uid)` method is not defined in the published pip3 package for Radicale 2.1.10 Error Message from Radicale: ``` Oct 30 21:58:21 naut.ca env[19765]: [7f04888e4700] ERROR: An...

@tgy I believe you have a different issue, or at least the error messages seem to be different.

A sample nginx block for those who may need it: ``` server { listen 443 ssl http2; listen [::]:443 ssl http2; ssl_dhparam /etc/ssl/certs/dhparams.pem; include snippets/lets_encrypt.conf; server_name davs.naut.ca; location / {...