TrenxT / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

ruTorrent will not load (from local network) without internet access. #401

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup rtorrent and rutorrent on a server on the local network
2. disconnect your network from the internet (or remove gateway options
from network config on client machine).
3. attempt to use rutorrent

What is the expected output? What do you see instead?

I would expect rutorrent to load normally in my browser but appears to have
at least one online dependency. (second line of the page source from my
browser, xmlns="http://www.w3.org/1999/xhtml")

What environment are you using?
1. My ruTorrent version is 3.0 (no plugins)
2. My rTorrent version is 0.8.6
3. I use web-server apache it version is... on OS Ubuntu server 10.04 RC1
3. I use browser Firefox it version is 3.5.9 on OS Ubuntu 9.10

Please provide any additional information below.

I was adding files for seeding on a new installation and did not want
rtorrent attempting to download them, i decided to disconnect my router
until it had finished checking the new files.

dependencies such as the one i noted above (xmlns) should probably be
stored on the same server to remove dependency on 3rd parties. 

Many thanks to everyone who has contributed towards rutorrent, its a great
piece of work. 

Original issue reported on code.google.com by butwhowa...@gmail.com on 27 Apr 2010 at 12:04

GoogleCodeExporter commented 9 years ago
This is a not online dependency. This is a definition of XML namespace. The 
namespace
URI is not used by the parser to look up information. The purpose is to give the
namespace a unique name.

Original comment by novik65 on 27 Apr 2010 at 7:46