Page 1 of 1

403 error in web-interface. Again :(

Posted: Wed Sep 05, 2012 10:32 pm
by z3us
Hi guys! I'm desperate - I've reinstalled transmission-daemon couple of times - still get 403 error in web-interface

Info: Ubuntu 12.04 headless, ip: 192.168.1.33; other PCs have IPs 192.168.1.33-192.168.1.40
Installed transmission-deamon with the help of this guide: http://www.geeklk.com/2012/08/setup-a-h ... ntu-12-04/

I've tried various settings: turning off rpc, turning off blacklist, etc

My current settings.json

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,
    "blocklist-url": "http://www.example.com/blocklist",
    "cache-size-mb": 4,
    "dht-enabled": true,
    "download-dir": "/home/z3us/Downloads",
    "download-queue-enabled": true,
    "download-queue-size": 5,
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "/home/z3us/Downloads",
    "incomplete-dir-enabled": false,
    "lpd-enabled": false,
    "message-level": 2,
    "peer-congestion-algorithm": "",
    "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": "default",
    "pex-enabled": true,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": 1,
    "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-password": "{5b54ca478306c40c090b5f63dc8bfc0285f7422fI7lrDxiO",
    "rpc-port": 9091,
    "rpc-url": "/transmission",
    "rpc-username": "z3us",
    "rpc-whitelist": "*.*.*.*",
    "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": 100,
    "speed-limit-up-enabled": false,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 18,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true
}


Re: 403 error. Again :(

Posted: Thu Sep 06, 2012 6:03 pm
by z3us
Uh, sorry - when I go to the web-interface

Re: 403 error in web-interface. Again :(

Posted: Fri Sep 07, 2012 12:38 am
by JJTagy
Comparing my settings.json with yours, I see that you have

"rpc-authentication-required": false,
and
"rpc-url": "/transmission",

and I have

"rpc-authentication-required": true,
and
"rpc-url": "/transmission/",

Not sure if that matters.

Re: 403 error in web-interface. Again :(

Posted: Sat Sep 08, 2012 12:10 pm
by z3us
JJTaggy, thanks - that helped!