[Akonadi] [Bug 485799] Get a lot of `Failed to process EWS request: ` with empty details

Luca Beltrame bugzilla_noreply at kde.org
Thu May 9 07:18:24 BST 2024


https://bugs.kde.org/show_bug.cgi?id=485799

Luca Beltrame <lbeltrame at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
                 CC|                            |lbeltrame at kde.org
     Ever confirmed|0                           |1

--- Comment #2 from Luca Beltrame <lbeltrame at kde.org> ---
This is because malformed data is sent, this is the reply from the server (you
should set QT_LOGGING_RULES="*org.kde.pim.ews.client.proto*.debug=true" to have
it dumped somewhere):

<?xml version="1.0" encoding="utf-8"?><s:Envelope
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode
xmlns:a="http://schemas.microsoft.com/exchange/services/2006/types">a:ErrorInvalidOperation</faultcode><faultstring
xml:lang="en-US">Id is malformed.</faultstring><detail><e:ResponseCode
xmlns:e="http://schemas.microsoft.com/exchange/services/2006/errors">ErrorInvalidOperation</e:ResponseCode><e:Message
xmlns:e="http://schemas.microsoft.com/exchange/services/2006/errors">Id is
malformed.</e:Message></detail></s:Fault></s:Body></s:Envelope>

I haven't found a way to debug *why* it's invalid.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list