Skip to content

Instantly share code, notes, and snippets.

@fabhed
Created May 8, 2018 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabhed/15516bb7de9789af73be225398cc0ebe to your computer and use it in GitHub Desktop.
Save fabhed/15516bb7de9789af73be225398cc0ebe to your computer and use it in GitHub Desktop.
Error: <s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-US">The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.</s:Text>
</s:Reason>
</s:Fault>
at request.post.then.xmlResponse (/x/node_modules/node-sp-auth/lib/src/utils/AdfsHelper.js:31:23)
at tryCatcher (/x/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/x/node_modules/bluebird/js/release/promise.js:512:31)
at Promise._settlePromise (/x/node_modules/bluebird/js/release/promise.js:569:18)
at Promise._settlePromise0 (/x/node_modules/bluebird/js/release/promise.js:614:10)
at Promise._settlePromises (/x/node_modules/bluebird/js/release/promise.js:693:18)
at Async._drainQueue (/x/node_modules/bluebird/js/release/async.js:133:16)
at Async._drainQueues (/x/node_modules/bluebird/js/release/async.js:143:10)
at Immediate.Async.drainQueues (/x/node_modules/bluebird/js/release/async.js:17:14)
at runCallback (timers.js:794:20)
at tryOnImmediate (timers.js:752:5)
at processImmediate [as _immediateCallback] (timers.js:729:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment