Networked Media Tank

Full Version: [transmission] Transmission 1.76 + DHT download and discussion (OLD THREAD)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

This is my firt post although I've been reading you for some time.

First of all thank you for your work.

I have installed v1.40 succesfully but when trying to install v1.41b4 I receive the following error message: "Transmission is running please stop torrent before installing". I have (obviously) stopped the torrent service in NMT services and reboot, but the problem is still there. Any idea about this problem?

Thanks.
Hi...

Ok....after installing when I try to access to the web interface....(http://IP:9091/transmission/web/)

401: Unauthorized
Unauthorized IP Address

message appears..

Regards
(12-19-2008 05:13 PM)Laertes Wrote: [ -> ]Hi...

Ok....after installing when I try to access to the web interface....(http://IP:9091/transmission/web/)

401: Unauthorized
Unauthorized IP Address

message appears..

Regards

same problem here
Hi:
My tracker now shows that I´m usisng "uTorrent 1.8.1.0" client from my PCH after installing the beta 4.
Regards
my prive tracker say transmisssion 1.41

but my problem to access from my pc the web interface or even from my pch gaya exists....in gaya interface i can not see my existed torrents
Shut down the torrent client in setup on your PCH. Edit settings.json in share\.transmission. I used wordpad. Find this line:
"rpc-whitelist": "+192.168.x.xxx\/24",
change it in:
"rpc-whitelist": "+192.168.x.xxx\/24,192.168.*.*",

Where the x can be different for different people.
For most people this will solve your problems. Now you can reach clutch from every device that is connected to your LAN.
i'm really sorry but where is the link to beta4
For the people encountering the "transmission is running" error while installing: make sure you have stopped the torrent in settings. Wait a few minutes and retry again! (transmission takes a while to close).
(12-19-2008 05:44 PM)Ltmarx Wrote: [ -> ]Shut down the torrent client in setup on your PCH. Edit settings.json in share\.transmission. I used wordpad. Find this line:
"rpc-whitelist": "+192.168.x.[censored]\/24",
change it in:
"rpc-whitelist": "+192.168.x.[censored]\/24,192.168.*.*",

Where the x can be different for different people.
For most people this will solve your problems. Now you can reach clutch from every device that is connected to your LAN.

The following line will enable all ip addresses.
Code:
"rpc-whitelist": "*.*.*.*",

It looks like that the +(ipadress)(/networkrange) format seems broken. Wildcards still seem to work (xx.xx.*.* for instance).
Disabling the whitelist will not work (rpc-whitelist-enabled, 0) either.
(12-19-2008 05:44 PM)Ltmarx Wrote: [ -> ]Shut down the torrent client in setup on your PCH. Edit settings.json in share\.transmission. I used wordpad. Find this line:
"rpc-whitelist": "+192.168.x.[censored]\/24",
change it in:
"rpc-whitelist": "+192.168.x.[censored]\/24,192.168.*.*",

Where the x can be different for different people.
For most people this will solve your problems. Now you can reach clutch from every device that is connected to your LAN.

with this trick.....i can access web interface and all ok...but in gaya interface i still can not see my torrent

these are my setting
Code:
{
    "blocklist-enabled": 0,
    "download-dir": "\/share\/Download",
    "download-limit": 0,
    "download-limit-enabled": 0,
    "encryption": 1,
    "max-peers-global": 200,
    "peer-port": 51413,
    "pex-enabled": 1,
    "port-forwarding-enabled": 0,
    "rpc-authentication-required": 0,
    "rpc-password": "",
    "rpc-port": 9091,
    "rpc-username": "",
    "rpc-whitelist": "+192.168.1.5\/24,192.168.1.99",
    "upload-limit": 65,
    "upload-limit-enabled": 1
}


Finally with rpc-whitelist": "*.*.*.*.", works ok both intereface
Quote:For the people encountering the "transmission is running" error while installing: make sure you have stopped the torrent in settings. Wait a few minutes and retry again! (transmission takes a while to close).
Thank you for you answer.


I went to Setting, NMT apps and I stopped Torrent (it remained as "stopping" for several minutes so I refreshed the NMT apps page and it appeared as "Stopped") then I switched off the PCH and retried installing Transmission 1.41b4 but I got the same error message. Any other suggestion?
Add the ip address from the NMT as well.

The easiest solution is to allow all IP addresses to connect

Code:
"rpc-whitelist": "*.*.*.*",

Otherwise, for the security fanatics, just add all required ipaddresses to this list, comma seperated.
Wildcards work, +(ip)/(network) format doen't.
(12-19-2008 06:13 PM)Rod Wrote: [ -> ]Thank you for you answer.


I went to Setting, NMT apps and I stopped Torrent (it remained as "stopping" for several minutes so I refreshed the NMT apps page and it appeared as "Stopped") then I switched off the PCH and retried installing Transmission 1.41b4 but I got the same error message. Any other suggestion?
Don't need swich off(from power button)....make reset
(12-19-2008 06:13 PM)Rod Wrote: [ -> ]Thank you for you answer.


I went to Setting, NMT apps and I stopped Torrent (it remained as "stopping" for several minutes so I refreshed the NMT apps page and it appeared as "Stopped") then I switched off the PCH and retried installing Transmission 1.41b4 but I got the same error message. Any other suggestion?

Perhaps you got the wrong installer, I accidentely uploaded a wrong one for a few minutes. Remember to wait, retry by going back completely to the main menu and start from step 4.
(12-19-2008 05:13 PM)Laertes Wrote: [ -> ]Hi...

Ok....after installing when I try to access to the web interface....(http://IP:9091/transmission/web/)

401: Unauthorized
Unauthorized IP Address

message appears..

Regards

+1
Quote: Rod Wrote: Thank you for you answer.


I went to Setting, NMT apps and I stopped Torrent (it remained as "stopping" for several minutes so I refreshed the NMT apps page and it appeared as "Stopped") then I switched off the PCH and retried installing Transmission 1.41b4 but I got the same error message. Any other suggestion?


Perhaps you got the wrong installer, I accidentely uploaded a wrong one for a few minutes. Remember to wait, retry by going back completely to the main menu and start from step 4.

¡¡SOLVED!! You were right I had the wrong one (apparently). I thought I was getting mad.

Thanks a lot.
Reference URL's