[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 2 Guest(s)
Thread Closed 
[transmission] Transmission 1.76 + DHT download and discussion (OLD THREAD)
12-19-2008, 04:50 PM
Post: #316
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
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.
Find all posts by this user
12-19-2008, 05:13 PM
Post: #317
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
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
Find all posts by this user
12-19-2008, 05:15 PM
Post: #318
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
(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
Find all posts by this user
12-19-2008, 05:23 PM
Post: #319
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
Hi:
My tracker now shows that I´m usisng "uTorrent 1.8.1.0" client from my PCH after installing the beta 4.
Regards
Find all posts by this user
12-19-2008, 05:37 PM
Post: #320
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
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
Find all posts by this user
12-19-2008, 05:44 PM
Post: #321
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
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.
Find all posts by this user
12-19-2008, 05:49 PM
Post: #322
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
i'm really sorry but where is the link to beta4

C-200 1 TB HD WD BLACK for testing purposes for now plus External USB WD Elements 1 TB Big Grin
A110 plus 1 TB HD WD SATA 16MB buffer inside.
Dlink USB 8 port Hub with external power.
5 USB Maxtor 1 TB
1 WD 2TB
1 Seagate 2TB
Total is 11 TB of movies
Main PC is a Intel PIV 3.8 Ghz x64 overclocked to 4.2 Ghz, to make yamj.
Find all posts by this user
12-19-2008, 05:52 PM (This post was last modified: 12-19-2008 06:04 PM by Ger Teunis.)
Post: #323
RE: [transmission] Transmission 1.40 FINAL and 1.41 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.

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
12-19-2008, 06:04 PM (This post was last modified: 12-19-2008 06:10 PM by giannis1010.)
Post: #324
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
(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
Find all posts by this user
12-19-2008, 06:13 PM
Post: #325
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
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?
Find all posts by this user
12-19-2008, 06:14 PM
Post: #326
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
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.

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
12-19-2008, 06:16 PM
Post: #327
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
(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
Find all posts by this user
12-19-2008, 06:16 PM
Post: #328
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
(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.

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
12-19-2008, 06:21 PM
Post: #329
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
(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
Find all posts by this user
12-19-2008, 06:22 PM
Post: #330
RE: [transmission] Transmission 1.40 FINAL and 1.41 beta4
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.
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Star NZBGet 9.0/10.0 discussion hugbug 473 38,625 05-21-2013 06:45 PM
Last Post: say170
Lightbulb Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ Jannyy 191 39,371 05-20-2013 07:10 PM
Last Post: bassie112
  [ Transmission CSI ] v2.71-dath1 (21 October 2012) DathRarhek 424 100,796 05-18-2013 12:25 PM
Last Post: phenxor
  sickbeard and download folder help! naboull1 1 300 05-11-2013 06:41 PM
Last Post: naboull1
  How to change default transmission UI ????????? fareign 2 318 05-11-2013 12:03 AM
Last Post: fareign
  Transmission. How to change download paths to other HDD connected to A300 ? djhifi 0 311 05-07-2013 01:05 AM
Last Post: djhifi
  HDD crashes with 24/7 Transmission usage th14 16 1,562 04-10-2013 07:10 PM
Last Post: michaelarrow
  Download to NAS or other networked storage. kerberosvx 1 477 04-09-2013 01:24 PM
Last Post: chris57
  NZBGet download x pars instead of one/all/none shazada 0 481 04-07-2013 03:46 PM
Last Post: shazada
  transmission settings mikk 0 509 04-06-2013 03:24 PM
Last Post: mikk

Forum Jump: