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

synchronization fails with error "CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '405' ('Not Allowed')." #249

Closed
pascalhubacher opened this issue Jan 15, 2019 · 8 comments

Comments

@pascalhubacher
Copy link

os: win 10 fall update
software: outloock 2016
caldav service: synology 514 running claendar app
Error message:
CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '405' ('Not Allowed'). Message:

<title>405 Not Allowed</title>

405 Not Allowed


nginx **description:** this error is shown in the caldavsynchronizer. if I open the link in the browser I get the following error: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /volume1/@appstore/Calendar/awl/inc/iCalendar.php on line 171

if I use another user, same config otherwise it works. in the web browser i get a calendar element to download.

@aluxnimm
Copy link
Owner

Attach full debug log.txt and sync report. Don't paste half of the error message. What does "Test or discover settings" say in the sync profile? Looks like a wrong URL and server issues with php setup or some endless loop in php code on serverside maybe caused by an invalid appointment.

@pascalhubacher
Copy link
Author

testordiscoversettings2019-01-16 183633

@pascalhubacher
Copy link
Author

the test and discover button comes back with connection sucessfully.

@pascalhubacher
Copy link
Author

@pascalhubacher
Copy link
Author

The exception says:
ExceptionThatLeadToAbortion>CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '504' ('Gateway Time-out'). Message

the calendar seems to be too big.

@pascalhubacher
Copy link
Author

is there a way to extend the timeout?

on the synology calendar app running in the browser it takes quite long until the calendar items show up.

@aluxnimm
Copy link
Owner

Did you try to reduce the timerange filter settings in the advanced options and sync only some months for example? Otherwise you need to change server settings (php, web server, etc. to increase timeouts) or change proxy/firewall settings if that causes the timeout.

@pascalhubacher
Copy link
Author

after changing the time range it works.

thanks for your help.

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

2 participants