Page 1 of 1

transmission-remote: Unexpected response: 

Posted: Mon May 09, 2011 3:51 pm
by Bonyapi
Hi,

When I type "transmission-remote" with any option in shell, I get a weird error message :

Code: Select all

Unexpected response: 
The last two characters are unicode (non ascii) characters that I cannot copy-paste here apparently. Let me know if you need them.

I'm on Ubuntu Server Lucid and I tried transmission-remote 1.93 (official package) and 2.22 (from https://edge.launchpad.net/~transmissionbt/+archive/ppa).

It's the first time I install Transmission.

transmission-daemon is started and you can check my settings.json below (I deactivated authentication for testing purpose).

FWIW, transmission-cli works.

Could anyone help me?

Vianney

Code: Select all

{
    "alt-speed-down": 50, 
    "alt-speed-enabled": false, 
    "alt-speed-time-begin": 540, 
    "alt-speed-time-day": 127, 
    "alt-speed-time-enabled": false, 
    "alt-speed-time-end": 1020, 
    "alt-speed-up": 50, 
    "bind-address-ipv4": "0.0.0.0", 
    "bind-address-ipv6": "::", 
    "blocklist-enabled": false, 
    "dht-enabled": true, 
    "download-dir": "/bigdisk/transmission/downloads", 
    "download-limit": 100, 
    "download-limit-enabled": 0, 
    "encryption": 1, 
    "incomplete-dir": "/bigdisk/transmission/incomplete", 
    "incomplete-dir-enabled": false, 
    "lazy-bitfield-enabled": true, 
    "max-peers-global": 200, 
    "message-level": 2, 
    "open-file-limit": 32, 
    "peer-limit-global": 240, 
    "peer-limit-per-torrent": 60, 
    "peer-port": 51413, 
    "peer-port-random-high": 65535, 
    "peer-port-random-low": 49152, 
    "peer-port-random-on-start": false, 
    "peer-socket-tos": 0, 
    "pex-enabled": true, 
    "port-forwarding-enabled": false, 
    "preallocation": 1, 
    "proxy": "", 
    "proxy-auth-enabled": false, 
    "proxy-auth-password": "", 
    "proxy-auth-username": "", 
    "proxy-enabled": false, 
    "proxy-port": 80, 
    "proxy-type": 0, 
    "ratio-limit": 2.0000, 
    "ratio-limit-enabled": false, 
    "rename-partial-files": true, 
    "rpc-authentication-required": false, 
    "rpc-bind-address": "0.0.0.0", 
    "rpc-enabled": true, 
    "rpc-password": "{a96f222c20c97e221e647efe4a1016450f6d8ec3ugWYAp1.", 
    "rpc-port": 9091, 
    "rpc-username": "transmission", 
    "rpc-whitelist": "*", 
    "rpc-whitelist-enabled": true, 
    "speed-limit-down": 10000, 
    "speed-limit-down-enabled": false, 
    "speed-limit-up": 10000, 
    "speed-limit-up-enabled": true, 
    "umask": 18, 
    "upload-limit": 100, 
    "upload-limit-enabled": 0, 
    "upload-slots-per-torrent": 14
}

Re: transmission-remote: Unexpected response:

Posted: Fri Aug 26, 2011 9:07 am
by Ballu
Bonyapi wrote:Hi,

When I type "transmission-remote" with any option in shell, I get a weird error message :

Code: Select all

Unexpected response: 
The last two characters are unicode (non ascii) characters that I cannot copy-paste here apparently. Let me know if you need them.

I'm on Ubuntu Server Lucid and I tried transmission-remote 1.93 (official package) and 2.22 (from https://edge.launchpad.net/~transmissionbt/+archive/ppa).

It's the first time I install Transmission.

transmission-daemon is started and you can check my settings.json below (I deactivated authentication for testing purpose).

FWIW, transmission-cli works.

Could anyone help me?

Vianney

Code: Select all

{
    "alt-speed-down": 50, 
    "alt-speed-enabled": false, 
    "alt-speed-time-begin": 540, 
    "alt-speed-time-day": 127, 
    "alt-speed-time-enabled": false, 
    "alt-speed-time-end": 1020, 
    "alt-speed-up": 50, 
    "bind-address-ipv4": "0.0.0.0", 
    "bind-address-ipv6": "::", 
    "blocklist-enabled": false, 
    "dht-enabled": true, 
    "download-dir": "/bigdisk/transmission/downloads", 
    "download-limit": 100, 
    "download-limit-enabled": 0, 
    "encryption": 1, 
    "incomplete-dir": "/bigdisk/transmission/incomplete", 
    "incomplete-dir-enabled": false, 
    "lazy-bitfield-enabled": true, 
    "max-peers-global": 200, 
    "message-level": 2, 
    "open-file-limit": 32, 
    "peer-limit-global": 240, 
    "peer-limit-per-torrent": 60, 
    "peer-port": 51413, 
    "peer-port-random-high": 65535, 
    "peer-port-random-low": 49152, 
    "peer-port-random-on-start": false, 
    "peer-socket-tos": 0, 
    "pex-enabled": true, 
    "port-forwarding-enabled": false, 
    "preallocation": 1, 
    "proxy": "", 
    "proxy-auth-enabled": false, 
    "proxy-auth-password": "", 
    "proxy-auth-username": "", 
    "proxy-enabled": false, 
    "proxy-port": 80, 
    "proxy-type": 0, 
    "ratio-limit": 2.0000, 
    "ratio-limit-enabled": false, 
    "rename-partial-files": true, 
    "rpc-authentication-required": false, 
    "rpc-bind-address": "0.0.0.0", 
    "rpc-enabled": true, 
    "rpc-password": "{a96f222c20c97e221e647efe4a1016450f6d8ec3ugWYAp1.", 
    "rpc-port": 9091, 
    "rpc-username": "transmission", 
    "rpc-whitelist": "*", 
    "rpc-whitelist-enabled": true, 
    "speed-limit-down": 10000, 
    "speed-limit-down-enabled": false, 
    "speed-limit-up": 10000, 
    "speed-limit-up-enabled": true, 
    "umask": 18, 
    "upload-limit": 100, 
    "upload-limit-enabled": 0, 
    "upload-slots-per-torrent": 14
}