HMMMM
Member
I am really finding this odd no error messages and nothing sent out from radioboss am i missing something?
The request is enabled, so it should work. Please check the Log window to see if there are any error messages about the request.I am really finding this odd no error messages and nothing sent out from radioboss am i missing something?
If RadioBOSS is unable to send the notification for some reason, it will show an error message. Please send a screenshot of how the notification is configured in RadioBOSS, maybe something's wrong there.if we use the URL on a browser it returns no error being reported but contains security to stop others sending it . Where do i find the notification setting Dmitry as it would be nice to see if there is a genuine reason for this failure? The log was set to show all when we contacted Sky the firmware reset router which produced errors as you would expect, but there has been nothing since.
CheckResponse(transport ) {
var image = document.createElement("img");
image.src = 'http://www.kkkk.epizy.com/images/nowplaying_artwork_2.png';
image.name = 'img999';
image.load();
var base64file1 = $("img999").attr("src");
image.remove();
var base64file2 = this.document.getElementByID("np_track_artwork").attr("src");
if(base64file1 != base64file2) {
// Update page and SQL to contain track image info
}
}
//Called by _fetchUpdater every (n) seconds determines if content should be updated as page loaded.
function Check()
{
new Ajax.Request(gCheckURL,{method:'get', onSuccess:CheckResponse});
setTimeout('Check();',gcheckInterval);
}
It's not really worth the effort, I'm sorry. It's clearly a problem with the service you use, not with RadioBOSS.Can you implement this ?