LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 01-12-2024, 04:58 PM   #1
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,587

Rep: Reputation: 179Reputation: 179
Radicale CalDaV and Thunderbird client, All calendars are currently disabled


Since upgrading to Radicale 3.1.8 on my Linux Slackware 15.0 server, I cannot connect to it properly from my Thunderbird 115.6.0 Linux client.

On Thunderbird, my calendar is marked with a triangle warning with an "ENABLE" button, but when I click "ENABLE" I get numerous "Unexpected status adding item to Mark's Calendar: 409" and a final "Could not perform playback operation add for item <item> Server Replied with 409" in the Error Console.

I've tried re-creating a new calendar, but on the dialog that says, "Please select the calendars you would like to subscribe to" the selected calendar checkbox is grayed out. The Error Console says, "No such JSWindowActor 'DevToolsFrame'", but not sure that's related to adding a new calendar.

Does anyone know what's going on with this?
 
Old 01-12-2024, 11:36 PM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
No problems for me when connecting from my Thunderbird 115.6.0 Linux client to my Slackware 15.0 server running Radicale 3.1.8.

A web search for the error "No such JSWindowActor 'DevToolsFrame'" does not show much, but seems to be associated with login errors. Perhaps check the logs in /var/log/httpd/ for clues.
 
Old 01-14-2024, 07:29 AM   #3
bitfuzzy
Member
 
Registered: Nov 2003
Location: NY
Distribution: slackware
Posts: 464

Rep: Reputation: 133Reputation: 133
Quote:
Originally Posted by mfoley View Post
On Thunderbird, my calendar is marked with a triangle warning with an "ENABLE" button
Open the preferences for the problem calendar and look at the "Refresh Calendar" setting.
If it's set to "Manual" try changing it.

I had a similar issue a while back however I use ModDAV with Apache and haven't used Radicale so I don't know if the issue I had relates or not.

The issue started after a Thunderbird update and ended up being caused by the calendar's "refresh calendar" setting I was using at the time (Manual).
Changing it to Every 60 Minutes (5 min, 15 min, whatever) resolved my issues and I haven't had a problem since.
 
Old 01-15-2024, 08:27 PM   #4
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,587

Original Poster
Rep: Reputation: 179Reputation: 179
I believe I've got this fixed. The upgrade to Radicale 3.1.8 has some important differences from my previous 2.1.11. The respective startup commands are:
Code:
# 2.1.11 :
su radicale --command "/usr/bin/radicale -d"

# 3.1.8 :
daemon -n radicale -u radicale -o local1.warning -e "HOME=/var/lib/radicale" -D /var/lib/radicale -- python3 -m radicale
The new version wanted a group named radicale so I had to change group ownership of all radical owned files from group caldav to group radicale. I changed the above as-installed command to:
Code:
daemon -n radicale -u radicale -o local1.warning -e "HOME=/home/radicale" -D /home/radicale -- python3 -m radicale
I kept my calendar info in /home/radicale, not /var/lib/radicale. I can't seem to find what the '-o local1.warning' does. My original config was:
Code:
[server]

hosts = 0.0.0.0:5232

pid = ~/pid

ssl = False

[encoding]

[auth]

type = htpasswd
htpasswd_filename = /etc/httpd/passwords
htpasswd_encryption = bcrypt

[rights]

type = none

[storage]

filesystem_folder = ~/collections

[headers]
I had to remove the "no longer supported" 'pid' option, and keep the 'filesystem_folder' option. One that took me a while to figure out was '[rights] type = None'. That worked on 2.1.11 and that spelling was in the config example. With 3.1.8 "none" must be lowercase. Otherwise Radicale fails to start. Sheesh!

Last edited by mfoley; 01-15-2024 at 08:32 PM.
 
  


Reply

Tags
radicale, thunderbird



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How to Install Radicale Calendar (CalDAV and CardDAV) on Ubuntu 20.04 LXer Syndicated Linux News 0 09-07-2021 12:54 AM
LXer: Thunderbird 91 Promises New Account Setup Wizard with CalDAV Support, Encryption, and More LXer Syndicated Linux News 0 08-08-2021 06:12 AM
Thunderbird Lightning and Outlook Calendars - no password mfoley Linux - Desktop 1 08-28-2018 06:38 AM
[SOLVED] Radicale smbelow Linux - Software 11 12-19-2013 03:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 06:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration