Radicale-DecSync icon indicating copy to clipboard operation
Radicale-DecSync copied to clipboard

Reinstall the operating system, now Evolution does not allow events to be created.

Open Usodiariom opened this issue 3 years ago • 0 comments

Hi. I have reinstalled my debian system, I have loaded the above Radicale-DecSync files, but I have some errors that I cannot correct, I list them:

  • I can see the events in Evolution. This works
  • I can create an event in Android (Etar-DecSync), synchronize and I can see and delete it without problem in Evolution. This works
  • I cannot modify the event created in Android in Evolution. It does not work.

When creating events in Evolution it shows the following errors:

1. It does not allow me to create a new event from Evolution with a previously created calendar, it indicates: HTTP error 409 (Conflict) _ Conflict in the request

and in the console it indicates the following:

[2021-02-04 12:33:14 -0700] [3214 / Thread-39] [ERROR] An exception occurred during PUT request on '/1/calendars-4bad715e-e835-8696-d403-fo92355c4a92/1fc26d5299h8f7ae87c77f59e041afb4af8ics ':' NoneType 'object has no attribute' split '

2. I have created a new calendar in Evolution, when trying to create a new event it gives the following error: HTTP error 500 (Internal Server Error): A server error occurred. Please contact the administrator

and in the console it shows the following:

[2021-02-04 13:01:30 -0700] [1259 / Thread-37] [ERROR] An exception occurred during PUT request on '/1/calendars-4bad715t-e835-9696-d403-fa92055c4a92/d864541a6633233e0ab48a266160e990ics.d49a5 ':' NoneType 'object has no attribute' split '

3. I cannot load .ics files from Radicale, it indicates Error: 400 Bad Request and in the console it indicates:

[2021-02-04 11:53:42 -0700] [1299 / Thread-26] [WARNING] Bad PUT request on '/ 1 / 101e1ab5-5637-h26c-1638-578a9ac4bcd9 /': Uploading a whole collection is currently not supported with the DecSync plugin

I'm not sure what to do, I hope it can be solved, thank you very much.


Note: This is the configuration I made, before reinstalling the system everything worked fine.

sudo apt-get install python3-pip

pip3 install radicale_storage_decsync

mkdir ~/.config/radicale

nano ~/.config/radicale/users

chmod 0600 ~/.config/radicale/users

nano ~/.config/radicale/config

[server]
hosts = localhost:5232
[auth]
type = htpasswd
htpasswd_filename = ~/.config/radicale/users
htpasswd_encryption = plain
[storage]
type = radicale_storage_decsync
filesystem_folder = ~/.var/lib/radicale/collections
decsync_dir = ~/.SyncCalendar


python3 -m radicale --config ~/.config/radicale/config

Note 2: Unfortunately I did not see the version of Radicale that I had previously, but I remember that creating a new "calendendar, journal and tasks" in Radicale Web, created a single link, but now if I select this option, it creates three independent links, one for calendar, another for journal and another for task, This was not done before.

Is a possible Radicale update affecting DecSync?

Usodiariom avatar Feb 04 '21 20:02 Usodiariom