Page 1 of 1

IR Trans Wifi Crashes

PostPosted: Tue 4. May 2010, 19:46
by pmarien
Hi,

I've recently bought an IR Trans Wifi. It works fine, except every so often, the web interface seems to crash: the device can no longer responds to commands via the web interface. It responds to pings. Has anyone else experienced this? Is there a firmware update available?

Thanks,
Philip
Hasselt, Belgium

Re: IR Trans Wifi Crashes

PostPosted: Tue 4. May 2010, 20:52
by IRTrans
Hi Philip,
so far we have not seen that.

When and how does that happen ?

Can you access the device via the irserver after that happened ?

IRTrans

Re: IR Trans Wifi Crashes

PostPosted: Wed 5. May 2010, 17:41
by pmarien
Hi again,

It's difficult to pinpoint what exactly causes it. I have a webpage with remotes on it. I use javascript to send commands:

Code: Select all
xmlhttp=new XMLHttpRequest();
xmlhttp.open("GET",url,true);
xmlhttp.send(null);


Occasionally, maybe every 2 days or so, the module will stop responding. Ping works - http requests don't. It's hard to try irserver since I am on mac most of the time...

Philip

Re: IR Trans Wifi Crashes

PostPosted: Wed 5. May 2010, 19:53
by IRTrans
Hi,
could you try to send via UDP to see if it happens then, too ?

IRTrans

Re: IR Trans Wifi Crashes

PostPosted: Thu 6. May 2010, 19:56
by pmarien
Ok - I'll give it a try when it happens again... Let you know.

rgrds,
Philip

Re: IR Trans Wifi Crashes

PostPosted: Mon 10. May 2010, 20:17
by pmarien
Of course - as always, I can't get it to crash anymore... That's a good thing, unless you've just posted to a forum...

I've cleaned up the javascript code in my webpage a little. I had
Code: Select all
xmlhttp.send();
instead of
Code: Select all
xmlhttp.send(null);


Maybe that confused the module somehow?!?

In any case, I'll keep trying, but if you don't hear back from me - my bad and sorry for wasting your time!

Philip

Re: IR Trans Wifi Crashes

PostPosted: Mon 10. May 2010, 20:43
by IRTrans
Hi Philip,
no problem, thank you for the info anyways.

IRTrans