⚠️ This issue respects the following points: ⚠️
Bug description
Unknown what happens. But there is a recurring error on a production system.
Steps to reproduce
- Upload a meeting ics with two organizers
Expected behavior
No error logged
Installation method
None
Nextcloud Server version
28
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
{
"reqId": "rDTk3zPi12OFt9vTx1Nk",
"level": 3,
"time": "2023-11-27T10:18:50+00:00",
"remoteAddr": "1:2:3",
"user": "theuser",
"app": "webdav",
"method": "PUT",
"url": "/remote.php/dav/calendars/theuser/default/abcdefg1234%40google.com.ics",
"message": "Every instance of the event must have the same organizer.",
"userAgent": "macOS/14.2 (23C5047e) dataaccessd/1.0",
"version": "28.0.0.7",
"exception": {
"Exception": "Sabre\\VObject\\ITip\\SameOrganizerForAllComponentsException",
"Message": "Every instance of the event must have the same organizer.",
"Code": 0,
"Trace": [
{
"file": "/var/www/nextcloud/3rdparty/sabre/vobject/lib/ITip/Broker.php",
"line": 195,
"function": "parseEventInfo",
"class": "Sabre\\VObject\\ITip\\Broker",
"type": "->",
"args": [
[
"Sabre\\VObject\\Component\\VCalendar",
"*** sensitive parameters replaced ***",
"VCALENDAR"
]
]
},
"..."
],
"File": "/var/www/nextcloud/3rdparty/sabre/vobject/lib/ITip/Broker.php",
"Line": 847,
"message": "Every instance of the event must have the same organizer.",
"exception": {},
"CustomMessage": "Every instance of the event must have the same organizer."
}
}
Additional info
No response
Bug description
Unknown what happens. But there is a recurring error on a production system.
Steps to reproduce
Expected behavior
No error logged
Installation method
None
Nextcloud Server version
28
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
{ "reqId": "rDTk3zPi12OFt9vTx1Nk", "level": 3, "time": "2023-11-27T10:18:50+00:00", "remoteAddr": "1:2:3", "user": "theuser", "app": "webdav", "method": "PUT", "url": "/remote.php/dav/calendars/theuser/default/abcdefg1234%40google.com.ics", "message": "Every instance of the event must have the same organizer.", "userAgent": "macOS/14.2 (23C5047e) dataaccessd/1.0", "version": "28.0.0.7", "exception": { "Exception": "Sabre\\VObject\\ITip\\SameOrganizerForAllComponentsException", "Message": "Every instance of the event must have the same organizer.", "Code": 0, "Trace": [ { "file": "/var/www/nextcloud/3rdparty/sabre/vobject/lib/ITip/Broker.php", "line": 195, "function": "parseEventInfo", "class": "Sabre\\VObject\\ITip\\Broker", "type": "->", "args": [ [ "Sabre\\VObject\\Component\\VCalendar", "*** sensitive parameters replaced ***", "VCALENDAR" ] ] }, "..." ], "File": "/var/www/nextcloud/3rdparty/sabre/vobject/lib/ITip/Broker.php", "Line": 847, "message": "Every instance of the event must have the same organizer.", "exception": {}, "CustomMessage": "Every instance of the event must have the same organizer." } }Additional info
No response