mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #249] synchronization fails with error "CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '405' ('Not Allowed')." #242
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pascalhubacher on GitHub (Jan 15, 2019).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/249
os: win 10 fall update
<html> <head></head>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:
405 Not Allowed
nginx </html> **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 commented on GitHub (Jan 16, 2019):
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 commented on GitHub (Jan 16, 2019):
@pascalhubacher commented on GitHub (Jan 16, 2019):
the test and discover button comes back with connection sucessfully.
@pascalhubacher commented on GitHub (Jan 16, 2019):
SynchronizationReports.zip
@pascalhubacher commented on GitHub (Jan 16, 2019):
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 commented on GitHub (Jan 16, 2019):
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 commented on GitHub (Jan 16, 2019):
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 commented on GitHub (Jan 17, 2019):
after changing the time range it works.
thanks for your help.