This is all that gets returned.
Request failed with the status code 0
Server response:
Upload finished
Upload started
http request - post
Re: http request - post
That's invalid according to Enfocus' docs.
It says this about statusCode:
Are you waiting for it to be finished like this?
It says this about statusCode:
Perhaps 0 is what it returns before the request is finished?This property is read-only and becomes available after the HTTP request is finished.
Are you waiting for it to be finished like this?
Code: Select all
while( !theHTTP.waitForFinished( 3 ) )
{
job.log( 5, "Doing request...", theHTTP.progress() );
}
job.log( 6, "Request finished" );
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
-
- Newbie
- Posts: 15
- Joined: Thu May 18, 2017 12:06 am
Re: http request - post
Correct, that is waiting for it to finish. With Degub, I get this
Upload started
HTTP PUT request error: error during handshake[2]: 0x80090326
Upload finished
Upload started
HTTP PUT request error: error during handshake[2]: 0x80090326
Upload finished
Re: http request - post
Try to enable debug logging. The debug logger should show some stuff.
You might want to reference this page: http://www.enfocus.com/manuals/Develope ... class.html
You might want to reference this page: http://www.enfocus.com/manuals/Develope ... class.html
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix