new (linux) user - Got LAMP up and running, and it works well. Somehow easier than I would of thought.
The newest version of Firefox will not allow for the download of the Torrent Server Handler plug-in. I was curious if there was a new version of the plug in, in the works or if downgrading ff was the best option at this point?
Thanks
Replies (17)
Possible workaround to install current Firefox Addon
Reply 1The install has worked, and I
Reply 2The install has worked, and I will post the xpi however I want to make sure it is working properly.
Currently when I save a link, the server is getting stuck at 'parsing html url'. Is this a Server issue or a plug in issue?
Hmmm
Reply 3Perhaps Firefox 3.6 has broken something important with the torrent handler?! Maybe thats whats causing this problem...?
I tried to input the link
Reply 4I tried to input the link into donkey directly, and it did the same thing. I am currently redoing the VM, and router settings to make sure it is properly configured to access the world. But this leads me to believe it is an issue with the VM's software, and not with the plug in. I just want to make sure, so more testing is needed.
I have created a new VM, and
Reply 5I have created a new VM, and setup my network and firewall settings accordingly. I am still having the issue with 'parsing html url'. I do not believe this to be a TKL problem, but instead an mldonkey problem.
MLDonkey forums
Reply 6If you think its MLDonkey, then perhaps have a look/post over on their forums.
FYI- I have been installing
Reply 7FYI- I have been installing from the ISO
Any update on this? I am
Reply 8Any update on this? I am still unable to download anything because of the "Parsing URL".
I have been unable to get it
Reply 9I have been unable to get it to work properly as well. I've tried punching holes in the router firewall, turning off the software firewall, and reinstalling the VM from scratch. Still nothing.
Not sure why but it is
Reply 10Not sure why but it is working again for me. Pretty weird that it works randomly - I havent changed anything.
Looks like it stopped working
Reply 11Looks like it stopped working again. Now when I try to download a torrent using the FireFox plugin I get an error saying the connection has been reset while the page was loading.
I get the same error when I go to the advanced section of the web interface where I monitor the downloads.
I really wish I could get this thing working in a stable environment.
Ever since my downloads
Reply 12Ever since my downloads stopped this afternoon, when I click on on Basic I get taken to a "Clutch Web Interface" whereas before I got taken to "Plex GUI" -- which is it supposed to be?
Sorry I am unfamilar with TKL Torrent Server
Reply 13You'll need some input for the TKL Devs (Alon and Liraz) to troubleshoot this problem. Or perhaps MLDonkey if you think that's the problem.
I am sure my ports are setup
Reply 14I am sure my ports are setup correctly because it has worked in the past. I am also able to download torrents using my other computers, just not the appliance itself.
Can anyone confirm that they have successfully used this appliance in a reliable state?
Sounds like a networking issue
Reply 15I installed on a new VM from
Reply 16I installed on a new VM from the ISO and was able to start downloading 2 torrents. All of a sudden, the same thing! In the middle of downloading my torrents I got the error!
My next step is to try on a physical machine before giving up.
I gave up on using it, and
Reply 17I gave up on using it, and just went the basic Ubuntu route, and remote in to control the torrent client. Thought it sounds like you got further than I did.
I'm not sure if the Devs are working on a new one, but you could try to just install the current one. This is not guaranteed to work as Firefox has made a few significant changes between 3.5 and 3.6 but I think its worth a shot. You will only need to do a minor modification as follows.
Download the current .xpi. The .xpi files are just a .zip file with a different file extension. So open the .xpi with an archive tool (you may need to change the file extension to .zip) and extract the files. Open the install.rdf with a plain text editor. Look for a section in the code that resembles this:
<!-- FireFox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>3.0.12</em:minVersion> <em:maxVersion>3.7a1pre</em:maxVersion> </Description> </em:targetApplication>It will not look exactly like this as I took it from another extension (Adblock Plus). It should be fairly self explanatory. As you may be able to see the Adblock Plus extension will install on any version of Firefox from 3.0.12 (minVersion) through to 3.7a1pre (maxVersion). Basically you need to change the maxVersion value (it will probably be 3.5.* or similar in TKL Torrent addon). I suggest just changing it to 3.6.* (yes you can use an asterisk (*).
Once you have edited install.rdf then repackage the extension as a zip file and change the extension from .zip back to .xpi. Then install. You can either just drag and drop it into Firfox, or in Firefox, File>>Open File>>browse to .xpi you created.
Good luck and I'm sure the community would be pleased to hear how you (or anyone else) go with that and if it does indeed work.
If it does work, prehaps you could attach your modified .xpi so others can use it.