-
Notifications
You must be signed in to change notification settings - Fork 450
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
v3.4.0 exceptions #1677
Comments
Python 3.7.x is no longer supported And your Python 3.13.1 installation requires a module which looks like missing, see e.g. Regarding not accepted password please provide relevant part of debug log. |
Thanks for this. Installing the missing module worked and I get no exception with Python 3.13.1 any more. I am getting the web interface, but when I sign in I get
My
|
there was no change, but can you try adding above:
Compare also with reference example https://github.com/Kozea/Radicale/blob/master/rights |
With these permissions I was getting 'forbidden'. After some experiments, I am not sure why, but this worked:
More experiments later, I figured out the strange trick required to import calendars from Thunderbird -- that was tricky because TB's weird design choices, not Radicale's fault. Then, DAVx5 worked immediately. Happy days! Next task: make the whole setup work when I VPN in. Many thanks for all the help. I can now decommission decsync. |
This permits every user reading every collection, potentially not what was expected. The rights handling has since some time good debug capabilities, one can enable for further analysis:
|
I think you mean this permits every authenticated user reading and writing every collection, because that's how Radicale is behaving now. This is also what I wanted to achieve as a single user with one collection containing 8 calendars. Or am I missing something? What is strange though is the behaviour below. Access to calendars is sometimes 'denied for anonymous user' as 'unauthorized'. Problem is there is no anonymous or unauthorized user here. Without me changing anything, access to that same calendar is then successful, which is probably why calendars on Thunderbird and Android appear to sync successfully. This happens with different, probably all of the eight calendars at different times. Is it perhaps normal that Radicale rejects legit connection attempts relying on retries?
|
I installed v3.4.0 on Raspbian 10. With Python 3.7.3 I get the web interface but when I attempt to login I get an exception. With Python 3.13.1 I get an exception the moment I run Radicale, After several hours of trying to solve this, I gave up. Any ideas?
EDIT: after some tweaking, using the older python 3.7.3 didn't generate that
rights
exception, but I keep gettingError: 403 Forbidden
in the browser and Thunderbird says the credentials were not accepted. My credentials are saved in~/.config/radicale/users
which is specified in~/.config/radicale/config
ashtpasswd_filename = ~/.config/radicale/users
Python 3.13.1 still generates the exception above.
The text was updated successfully, but these errors were encountered: