Troubleshooting
On Windows, telnet will probably start in character-at-a-time mode. To put it into line-at-a-time mode, press the escape combination (usually Control+]) and enter the command:
set mode consoleWindows 2000 telnet has been reported to have no such option. If that is the case, try putty instead.
If connecting to MozRepl with putty as terminal emulator, and you get an error in response to the first command you send, it is probably because of terminal control characters that putty sends and MozRepl cannot interpret. Change the terminal type to "raw". (Reported by Alex Peuchert).
If you're inspecting the top level context with a repl.inspect(window) or repl.look() and the session gets interrupted just after the arguments=[probably array, length 1] entry, it might be because the Java virtual machine is not installed (the next context entries are in fact Packages, sun, and java). Retry after installing the virtual machine. (Reported by Alex Peuchert)
I noticed that to install MozLab in Firefox 3 (aka Gran Paradiso) I had to save the XPI to disk, open it up in Emacs, edit the "install.rdf" file, and remove the "em:updateURL" element from the end of the file. Once I saved this change, opening the XPI in Firefox allowed me to install it.
Before I did this I was getting an error saying "MozLab will not be installed because it does not provide secure updates".
Post new comment