Skip to main content
Question

Random 500 error

  • February 11, 2025
  • 4 replies
  • 37 views

Forum|alt.badge.img+1

We built a C# SDK API that is connected to our customer’s website, and is supposed to call DocuSign’s API.

 

From time to time, the DocuSign API sends back an 500 error without any error message attached (it can happen at any part of the API, from the creation of the enveloppe to the sending of the mails). The API can then be recalled with the exact same infos given the first time and will work properly.

The weird part is that when we used our API for tests purposes through swagger (we tested it for a very long time) that kind of 500 error never occured.

 

After searching any kind of possible problem, I’m still completely clueless about where the error might be coming, any kind of idea is appreciated.

If any information is needed i’ll do my best to answer asap, thank you in advance.

 

4 replies

Pawan Gangwani
Rising Star
Forum|alt.badge.img+13

Hello ​@Anthony.C 

Welcome to the DocuSign Community!

I do not have much knowledge about API’s but as much as I know error 500, I can tell.
A 500 error in the DocuSign API indicates an internal server error. This typically means that something has gone wrong on the server side, which is outside of your control.

2 thing you can do:

1.  Check DocuSign’s status page or API status http://status.docusign.com/ to see if there are any ongoing outages or service disruptions.
2. Contact DocuSign support.

Hope it helps!


Forum|alt.badge.img+6
  • Docusign Employee
  • 59 replies
  • February 12, 2025

Hello ​@Anthony.C,

 

The error 500 in DocuSign means that is an error of the application on the receiving side, in this case the application that DocuSign is integrated to. It can happen for a lot of reasons, such as the receiving side limitations, network settings, or application intermittency, if you can work with the partner side, you can have more information on this behavior.


Forum|alt.badge.img+1
  • Author
  • Newcomer
  • 1 reply
  • February 13, 2025

Thank you very much for both of your answers, i tried checking DocuSign’s API status page but got nothing out of it, and the DocuSign support wasn’t a solution either because we’re still on a free account (our API is still being tested, we’ll get the full account later).

We might have found a solution however, since we set up the proxy on the testing device it seems the errors stopped appearing (which, i agree, we should’ve thought of beforehand since every dev has the proxy deployed on their machine and it was the only difference left). Nothing is certain, but the tests appeared conclusive since yesterday.


Forum|alt.badge.img+6
  • Docusign Employee
  • 59 replies
  • February 13, 2025

Hello ​@Anthony.C,

That's great news! Possibly it could be the proxies, as it could cause errors related to the responsive side, feel free to reach out to the Forum if you need further help!