kiran-jejurkar / jquery-stream

Automatically exported from code.google.com/p/jquery-stream
0 stars 0 forks source link

False POST error in console #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
First of all, thanks for this plug-in :) Working very nicely for us so far.

I am curious as to why I get POST errors when I send data to the stream. There 
are no actual problems at all - the data is being sent successfully - but the 
JS console is complaining with a simple POST error.

I also sometimes get "Failed to load resource" errors, even though nothing is 
wrong. Is there anything I can do to suppress these meaningless errors? Is it 
to do with the server side stuff?

Thanks

Original issue reported on code.google.com by cookpete...@gmail.com on 7 Feb 2012 at 10:56

GoogleCodeExporter commented 9 years ago
Hello,

What was a status code and a error message of the failed POST request? You can 
check that in the network tab of the developer tools. 

I think "Failed to load resource" error may not be meaningless so you had 
better check network resources, and there is no way to suppress the 
network-related errors from the client side.

Original comment by flowersi...@gmail.com on 8 Feb 2012 at 2:59