LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

debugging an Error 66

I have a vi returning an Error 66.  I can access the the same site with IE reliably and can use the same vi to access other sites without trouble.  How do I track down the problem?

Earl
0 Kudos
Message 1 of 6
(3,725 Views)
Hai,
 
Have you looked at this error code?
 
Please post ur code more specific. Give bit more informations.
 
Thanks,
Mathan
0 Kudos
Message 2 of 6
(3,723 Views)
The error message is "Error 66 occurred at TCP Read in TCP Buffered Read.vi:2->URL Get HTTP Document.vi:1->show HAN event.vi"

0 Kudos
Message 3 of 6
(3,700 Views)
Checking the log on the server, the http request is being processed, but the vi is throwing the Error 66.   Although the problem is mostly repeatable, the vi did actually receive the reply packet once. 
0 Kudos
Message 4 of 6
(3,684 Views)

Not sure if it helps but I'll share anyway.

When I wrote my version of the Leader Board I ran into an issue where the server stopped responding to my code after a short period of time. I came away from that experience convinced the server thought I was a "Denial of Service" attack and just stopped talking to me. So....

The "fix" maybe on the server side and not on the LV side.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 6
(3,674 Views)
Yeah.  I thought of that as well.  In fact, I ran some checks with the server developer.  The server log shows that it receives the http request and responds without throwing any errors.  I can run the  same request on IE successfully and see the same "normal" log entries.
 
earl
0 Kudos
Message 6 of 6
(3,664 Views)