bard / mozrepl

Remotely control Firefox and other Mozilla apps with JavaScript
https://github.com/bard/mozrepl/wiki/
510 stars 64 forks source link

new 1.1 ver from 13Dec dont accept outside connections #24

Closed dmitrii-maksimov closed 12 years ago

dmitrii-maksimov commented 12 years ago

telnet 192.168.11.68 4242 Trying 192.168.11.68... telnet: connect to address 192.168.11.68: Connection refused telnet: Unable to connect to remote host

checkbox "Allow outside connections" is checked! how can i resolve it?

firefox 8.0.1 ver

tsouras commented 12 years ago

Same problem with me. I use win7 and firefox 8 in both pcs In addition I have turned off windows firewall and antivirus in both PCs. Please do something, this addon is essential for me. Do you think I should install an older version of mozrepl?

bard commented 12 years ago

Do you get any errors in the JavaScript console?

On Tue, Dec 13, 2011 at 9:24 AM, BlackSnow98 < reply@reply.github.com

wrote:

telnet 192.168.11.68 4242

Trying 192.168.11.68... telnet: connect to address 192.168.11.68: Connection refused telnet: Unable to connect to remote host

checkbox "Allow outside connections" is checked! how can i resolve it?


Reply to this email directly or view it on GitHub: https://github.com/bard/mozrepl/issues/24

dmitrii-maksimov commented 12 years ago

how i can open JS console? if "telnet localhost 4242" is enought - no any error while i try connect from external host

bard commented 12 years ago

See https://developer.mozilla.org/en/Debugging_JavaScript#Error_Console. Make also sure this preference is set to true: http://kb.mozillazine.org/Javascript.options.showInConsole

On Wed, Dec 14, 2011 at 5:41 PM, BlackSnow98 < reply@reply.github.com

wrote:

how i can open JS console?


Reply to this email directly or view it on GitHub: https://github.com/bard/mozrepl/issues/24#issuecomment-3144148

dmitrii-maksimov commented 12 years ago

no any errors, it print: I, MOZREPL : Listening : 127.0.0.1:4242

if i connect from localhost: I, MOZREPL : Client connected : 127.0.0.1:52581 : chrome...................

if from external - no any reaction

listening should not be 0.0.0.0:4242 ?

bard commented 12 years ago

Should be fixed in 86bf1fae6ecfaf58b6a265ec74d1f1da2b31cd38 (feel free to reopen if it still doesn't work for you).