help setting up transmission on windows 10 32 bits cli only interface

Ask for help and report issues with the Windows version of Transmission
Post Reply
kurokirasama
Posts: 1
Joined: Sat Apr 21, 2018 6:04 am

help setting up transmission on windows 10 32 bits cli only interface

Post by kurokirasama »

Hello,

a few days ago i installed the deamon and cli tools and this is my configuration file:

Code: Select all

{
    "alt-speed-down": 300,
    "alt-speed-enabled": true,
    "alt-speed-time-begin": 720,
    "alt-speed-time-day": 127,
    "alt-speed-time-enabled": true,
    "alt-speed-time-end": 60,
    "alt-speed-up": 15,
    "bind-address-ipv4": "0.0.0.0",
    "bind-address-ipv6": "::",
    "blocklist-enabled": false,
    "blocklist-url": "http://www.example.com/blocklist",
    "cache-size-mb": 4,
    "dht-enabled": true,
    "download-dir": "C:\\path2Folder",
    "download-queue-enabled": true,
    "download-queue-size": 4,
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "C:\\path2Folder",
    "incomplete-dir-enabled": false,
    "lpd-enabled": false,
    "message-level": 2,
    "peer-congestion-algorithm": "",
    "peer-id-ttl-hours": 6,
    "peer-limit-global": 2000,
    "peer-limit-per-torrent": 500,
    "peer-port": 51413,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 49152,
    "peer-port-random-on-start": false,
    "peer-socket-tos": "default",
    "pex-enabled": true,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": true,
    "queue-stalled-enabled": true,
    "queue-stalled-minutes": 30,
    "ratio-limit": 2,
    "ratio-limit-enabled": false,
    "rename-partial-files": true,
    "rpc-authentication-required": false,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-host-whitelist": "",
    "rpc-host-whitelist-enabled": true,
    "rpc-password": "{1ebed39be7cc712c0368012283f4131effc89630wznfs6jS",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "",
    "rpc-whitelist": "127.0.0.1",
    "rpc-whitelist-enabled": true,
    "scrape-paused-torrents-enabled": true,
    "script-torrent-done-enabled": false,
    "script-torrent-done-filename": "",
    "seed-queue-enabled": false,
    "seed-queue-size": 10,
    "speed-limit-down": 100,
    "speed-limit-down-enabled": false,
    "speed-limit-up": 15,
    "speed-limit-up-enabled": true,
    "start-added-torrents": true,
    "trash-original-torrent-files": true,
    "umask": 0,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true,
    "watch-dir": "C:\\C:\\path2WatchFolder",
    "watch-dir-enabled": true
}
I added torrents using

Code: Select all

transmission-remote -t file.torrent -n 'transmission:transmission' -a
And this is the behavior:

- torrents in watch-dir aren't automatically added
- added torrents aren't deleted
- when added, torrents start downloading for a few seconds and then stop (I got the error: Error: No data found! Ensure your drives are connected or use "Set Location". To re-download, remove the torrent and re-add it.). If i try:

Code: Select all

transmission-remote  -t 1 -n 'transmission:transmission' -s
i get

Code: Select all

localhost:9091/transmission/rpc/ responded: "success"
But torrents still stay with "Stopped" status...

What i did or i'm doing wrong?
Post Reply