aaronbrooks-gh / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
0 stars 1 forks source link

DecimalPlaces #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[i]What steps will reproduce the problem?[/i]
1.install 
http://elbandi.net/transmission-remote-dotnet/transmission-remote-dotnet-r723-in
staller.exe
2. connect to transmission
3. Select Options -> Remote settings

[i]What is the expected output? What do you see instead?[/i]
Instead, the settings get the message
"Value of '-2147483647' is not valid for 'DecimalPlaces' should be between 0 
and 99.
Parameter name: DecimalPlaces"
[img]http://img513.imageshack.us/img513/4585/0003iu.jpg[/img]

[i]What version of the products are you using?[/i]
OS: Windows XP SP3
Transmission: 2.20 (build 11841)
Remote: 3.24 (rev 723)

[i]More information:[/i]
The same problem started with rev 719

transmission setting.json
{
    "alt-speed-down": 500, 
    "alt-speed-enabled": true, 
    "alt-speed-time-begin": 840, 
    "alt-speed-time-day": 127, 
    "alt-speed-time-enabled": false, 
    "alt-speed-time-end": 0, 
    "alt-speed-up": 500, 
    "bind-address-ipv4": "0.0.0.0", 
    "bind-address-ipv6": "", 
    "blocklist-enabled": false, 
    "blocklist-url": "", 
    "cache-size-mb": 8, 
    "dht-enabled": true, 
    "download-dir": "/mnt/HD_a2/HDD1_DNS323/Video/", 
    "encryption": 1, 
    "external-done-command": "", 
    "external-done-command-enabled": false, 
    "idle-seeding-limit": 30, 
    "idle-seeding-limit-enabled": false, 
    "incomplete-dir": "/mnt/HD_a2/.transmission-daemon/incomplete", 
    "incomplete-dir-enabled": false, 
    "lazy-bitfield-enabled": true, 
    "lpd-enabled": true, 
    "message-level": 2, 
    "open-file-limit": 32, 
    "peer-congestion-algorithm": "", 
    "peer-limit-global": 240, 
    "peer-limit-per-torrent": 100, 
    "peer-port": 9095, 
    "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": 2, 
    "prefetch-enabled": 0, 
    "proxy": "", 
    "proxy-auth-enabled": false, 
    "proxy-auth-password": "", 
    "proxy-auth-username": "", 
    "proxy-enabled": false, 
    "proxy-port": 80, 
    "proxy-type": 0, 
    "ratio-limit": 2, 
    "ratio-limit-enabled": false, 
    "rename-partial-files": true, 
    "rpc-authentication-required": true, 
    "rpc-bind-address": "0.0.0.0", 
    "rpc-enabled": true, 
    "rpc-password": "mypass", 
    "rpc-port": 9091, 
    "rpc-url": "/transmission/", 
    "rpc-username": "mylogin", 
    "rpc-whitelist": "127.0.0.1,192.168.*.*,10.3.1.*", 
    "rpc-whitelist-enabled": false, 
    "script-torrent-done-enabled": false, 
    "script-torrent-done-filename": "", 
    "speed-limit-down": 2000, 
    "speed-limit-down-enabled": true, 
    "speed-limit-up": 1500, 
    "speed-limit-up-enabled": true, 
    "start-added-torrents": false, 
    "trash-original-torrent-files": false, 
    "umask": 18, 
    "upload-slots-per-torrent": 14, 
    "watch-dir": "/mnt/HD_a2/.transmission-daemon/torrents_watch_dir", 
    "watch-dir-enabled": true
}

Original issue reported on code.google.com by Kevin315...@gmail.com on 9 Feb 2011 at 8:52

Attachments:

GoogleCodeExporter commented 9 years ago
Try with r725, pls.

Original comment by elso.and...@gmail.com on 14 Feb 2011 at 9:13

GoogleCodeExporter commented 9 years ago
I was glad to try r725 if it was a exe file

Original comment by Kevin315...@gmail.com on 15 Feb 2011 at 7:36

GoogleCodeExporter commented 9 years ago
Thank you, now all is well:)

Original comment by Kevin315...@gmail.com on 15 Feb 2011 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by elso.and...@gmail.com on 15 Feb 2011 at 6:37