mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #255] Detect maintenance mode of Nextcloud and do not prompt error. #249
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#249
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 @Mannshoch on GitHub (Apr 10, 2019).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/255
If you do a Nextcloud Update or something else you activate maintenance mode in Nextcloud.
Please add a rule where a detected maintenance mode do not prompt an error and suppress any error for the next 24h.
If since detection of this Error a regular connection is not possible after 24h prompt an error.
@aluxnimm commented on GitHub (Apr 10, 2019):
How to detect maintenance mode and distinguish it from other network/server errors?
@Mannshoch commented on GitHub (Apr 10, 2019):
curl -X GET 'https://cloud.example.com/ocs/v1.php/cloud/capabilities' -H "OCS-APIRequest: true"If you get an XML back, there is a Nextcloud but in maintenance mode:
@Mannshoch commented on GitHub (Jan 27, 2020):
Was that helpful for you?