Can anyone help me with webkit debugging? I’ve made site config (code below). Trying to connect to the stream and got log bellow and then Plex is “Opening stream” and thats all. If this possible to view what page actually loaded and how its rendered? May there is some tips about site config debugging?
<br />
Jun 20, 2011 12:11:57 [0xb0bad000] DEBUG - Resetting to state loading<br />
Jun 20, 2011 12:11:57 [0xb0bad000] DEBUG - Using /Users/diesel/Library/Application Support/Plex Media Server/Plug-ins/Turbobfilm.bundle/Contents/Site Configurations/turbofilmtv.xml with score of 19.<br />
Jun 20, 2011 12:11:57 [0xb0bad000] DEBUG - LINE: HELLO<br />
Jun 20, 2011 12:11:57 [0xa025c540] DEBUG - Received title [Только верующий сможет пройти].<br />
Jun 20, 2011 12:11:58 [0xa025c540] DEBUG - Frame was loaded.<br />
Jun 20, 2011 12:11:58 [0xa025c540] DEBUG - Executing Javascript(if(document.getElementById('signinform')) { document.getElementById('signinlogin').value='******'; document.getElementById('signinpasswd').value='*****'; document.getElementById('signinform').submit(); } )<br />
Jun 20, 2011 12:11:58 [0xa025c540] DEBUG - Executed [if(document.getElementById('signinform')) { document.getElementById('signinlogin').value='*******'; document.getElementById('signinpasswd').value='*******'; document.getElementById('signinform').submit(); } ] => []<br />
Jun 20, 2011 12:11:58 [0xa025c540] DEBUG - Executing Pausing 5000ms<br />
Jun 20, 2011 12:11:58 [0xa025c540] DEBUG - Stopping execution, waiting for 2<br />
Jun 20, 2011 12:11:58 [0xa025c540] DEBUG - 0x28ca5b0 Plugin loaded [turbofilm.tv/media/swf/Player19.swf] (16 150 980 600 )<br />
Jun 20, 2011 12:11:58 [0xa025c540] DEBUG - Match [turbofilm.tv/media/swf/Player19.swf] 1/0/0/0/0/0/0 => 0/1/1/1/1/1/1<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got frame loaded, was waiting for something else.<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got a URL, was waiting for something else.<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got a URL, was waiting for something else.<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got a URL, was waiting for something else.<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got a URL, was waiting for something else.<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got a URL, was waiting for something else.<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got a URL, was waiting for something else.<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got a URL, was waiting for something else.<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got a URL, was waiting for something else.<br />
Jun 20, 2011 12:12:00 [0xa025c540] DEBUG - Got a URL, was waiting for something else.<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Timer Expired.<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse click<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse click at 10, 10<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse click<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse click at 10, 10<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse click<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse click at 10, 10<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse click<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse click at 10, 10<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse move<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse move to 201, 541<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse move<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse move to 201, 545<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse move<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse move to 221, 541<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse move<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse move to 231, 541<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse click<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse click at 205, 541<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Mouse click<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Mouse click at 814, 544<br />
Jun 20, 2011 12:12:03 [0xa025c540] DEBUG - Executing Moving to state playing<br />
<br />
<?xml version="1.0" encoding="UTF-8"?><br />
<site site="http://turbofilm.tv"<br />
plugin="http://turbofilm.tv/*.swf" <br />
initialState="loading"<br />
agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30"<br />
version="2.0"><br />
<br />
<crop x="0" y="0" width="980" height="600" /><br />
<seekbar type="simple"><br />
<start x="361" y="531" /><br />
<end x="760" y="537" /><br />
<played><br />
<color rgb="1785cd" /><br />
</played><br />
</seekbar><br />
<state name="loading"><br />
<event><br />
<condition><br />
<frameLoaded /><br />
</condition><br />
<br />
<action><br />
<run script="if(document.getElementById('signinform')) {<br />
document.getElementById('signinlogin').value='*******';<br />
document.getElementById('signinpasswd').value='*******';<br />
document.getElementById('signinform').submit(); };<br />
" /><br />
<pause time="5000" /><br />
<br />
<!--visit url="${url}" /--><br />
<!--pause time="30000" /--> <br />
<click x="10" y="10" /><br />
<click x="10" y="10" /><click x="10" y="10" /><click x="10" y="10" /><br />
<move x="201" y="541" /><br />
<move x="201" y="545" /><br />
<move x="221" y="541" /><br />
<move x="231" y="541" /><br />
<click x="205" y="541" /><br />
<click x="814" y="544" /><br />
<goto state="playing" /><br />
</action><br />
</event><br />
</state> <br />
<state name="playing"><br />
<event><br />
<condition><br />
<command name="pause" /><br />
</condition><br />
<action><br />
<!-- Nothing to do --><br />
</action><br />
</event><br />
</state><br />
<!-- PAUSED --><br />
<state name="paused"><br />
<event><br />
<condition><br />
<command name="play" /><br />
</condition><br />
<action><br />
<!-- Nothing to do --><br />
</action><br />
</event><br />
</state><br />
<br />
</site><br />
<br />

