Zibeug

Results 13 comments of Zibeug

[11_OK_GetEnvelope.txt](https://github.com/docusign/docusign-esign-csharp-client/files/9359452/11_OK_GetEnvelope.txt) There is my test. It's look very strange because the request return 200 OK but always the same error. One time on StatusDateTime and for this request : Catch...

I think the values are not the problem because I made an another project with same values and It's working great. (CopyPaste) It's an API made by another company and...

I think I've found the problem after a long time of debug. I start my service in a thread. Outside of this thread everything is working great. Inside the thread...

I found the problem It's during the deserialize of JsonConvert. I tried to put a random string and I got a return from ApiClient model. After downloaded your code I...

Yes of course i use the last one v2.0

I have an another question when i load a page with fantomtest the loadtime is right but not for the url do you now why ?

i do the test with the old version of phantomjs (v1.9)

It's a little big no ? http://www.hostingpics.net/viewer.php?id=528411Capture.jpg

and i have a problem with the ssl protocol if i want to open a site with https i can't

finaly I found the problem. I had put an exception in the script : $conf['phantomjs_exec'] = $conf['phantomjs_bin'] . " --ssl-protocol=any " . **DIR** . "/netsniff/netsniff.js";