NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

Grouty's avatar
Grouty
Tutor
Apr 29, 2012

"Could not connect to tracker" message

Hi Guys,

I'm sure I'm missing something obvious but I have been trying this for ages without success. I am plagued by this message: Could not connect to tracker. I cannot get Transmission (v2.42) to download anything. As far as I can tell the rest of my system seems to be ok. I can run Transmission on my computer without a problem (I don't try them both at the same time). I'd prefer to run it on the ReadyNAS Duo but am having this issue.

I have a Sparc based ReadyNAS Duo running RAIDiator 4.1.7 [1.00a043]. My computer is an Apple iMac running Lion (AKA Mac OS 10.7).

My settings.json file contains this:


{
"alt-speed-down": 50,
"alt-speed-enabled": true,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": true,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://list.iblocklist.com/?list=bt_level1",
"cache-size-mb": 200,
"dht-enabled": true,
"download-dir": "/media/BitTorrent/",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/c/media/BitTorrent/Incomplete/",
"incomplete-dir-enabled": true,
"lazy-bitfield-enabled": true,
"lpd-enabled": false,
"max-peers-global": 200,
"message-level": 2,
"open-file-limit": 32,
"peer-congestion-algorithm": "",
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-enabled": 0,
"peer-port-random-high": 65535,
"peer-port-random-low": 1024,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": 0,
"proxy": "",
"proxy-auth-enabled": false,
"proxy-auth-password": "",
"proxy-auth-username": "",
"proxy-enabled": false,
"proxy-port": 80,
"proxy-type": 0,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": true,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{d15b146a3063b3ade7d0fecaa9602218a327a8c8gOoal64v",
"rpc-port": 8181,
"rpc-url": "/transmission/",
"rpc-username": "admin",
"rpc-whitelist": "*",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "/c/addons-config/Transmission/email_alert",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 400,
"speed-limit-down-enabled": false,
"speed-limit-up": 20,
"speed-limit-up-enabled": true,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 0,
"upload-slots-per-torrent": 14,
"utp-enabled": false,
"watch-dir": "/c/media/BitTorrent/sources/",
"watch-dir-enabled": 1
}

What have I done wrong?

Any and all help gratefully received. :)

4 Replies

Replies have been turned off for this discussion
  • It might be that your NAS does not have access to your internet connection. This can be caused by faulty DHCP settings. If you go to Frontview->Network->Interfaces you can check those settings. In most cases, all the settings should be on automatic.
    You can check if your NAS can connect to the internet by checking for updates by going to Frontview->System->Update and press the "check for updates" button on the remote-tab.

    This is probably not related to your problem, but your download dir might give some problems. You've got
    "download-dir": "/media/BitTorrent/", 
    Which should probably be
    "download-dir": "/c/media/BitTorrent/", 
  • JarnoG wrote:
    This is probably not related to your problem, but your download dir might give some problems. You've got
    "download-dir": "/media/BitTorrent/", 
    Which should probably be
    "download-dir": "/c/media/BitTorrent/", 

    Which shouldn't matter since '/media' generally is a symlink to '/c/media'

    -Stefan
  • ah, I didn't know that, guess that only leaves my first comment then
  • Hi Guys,

    1st up let me say thank you to you both for your help. I tried each suggestion sequentially. I checked the NAS was able to connect to the Internet. I messed with the DHCP settings and set them to be automatically allocated. Nothing changed. Then I changed "download-dir": "/media/BitTorrent/", to "download-dir": "/c/media/BitTorrent/", and now it is working!

    Go figure. :) Sometimes it is best not to ask "why". :) :) :)

    Thanks again.