Missing files for web interface function

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
JJakaJonas
Posts: 4
Joined: Wed Jan 04, 2017 1:26 am
Location: Denmark

Missing files for web interface function

Post by JJakaJonas »

Hello.

I am working on CentOS 7 and have installed Transmission 2.92.

Now the thing is that my /var/lib/transmission folder is empty, i have unchecked the "only allow these IP addresses in the GUI of the program and still i get the 403: Forbidden error.

Is there any way that i can get my hands on the missing files so i can set up the WEB GUI???

Thanks in advance.
JJakaJonas
Posts: 4
Joined: Wed Jan 04, 2017 1:26 am
Location: Denmark

Re: Missing files for web interface function

Post by JJakaJonas »

Did not help much...
JJakaJonas
Posts: 4
Joined: Wed Jan 04, 2017 1:26 am
Location: Denmark

Re: Missing files for web interface function

Post by JJakaJonas »

Okay....
So i now found a folder containing "settings.json":

{
"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": "192.168.2.9",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-updates-enabled": true,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"compact-view": false,
"dht-enabled": true,
"download-dir": "/home/JJakaJonas/Downloads",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/home/JJakaJonas/Downloads",
"incomplete-dir-enabled": false,
"inhibit-desktop-hibernation": false,
"lpd-enabled": false,
"main-window-height": 500,
"main-window-is-maximized": 1,
"main-window-width": 684,
"main-window-x": 47,
"main-window-y": 50,
"message-level": 2,
"open-dialog-dir": "/home/JJakaJonas",
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,
"peer-limit-per-torrent": 50,
"peer-port": 64500,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": true,
"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,
"recent-download-dir-1": "/home/JJakaJonas/Downloads",
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "192.168.2.9",
"rpc-enabled": true,
"rpc-password": "*code removed*",
"rpc-port": 9091,
"rpc-url": "192.168.2.9",
"rpc-username": "jjakajonas",
"rpc-whitelist": "127.0.0.1,0.0.0.0",
"rpc-whitelist-enabled": false,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "/home/JJakaJonas",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"show-backup-trackers": false,
"show-extra-peer-details": false,
"show-filterbar": true,
"show-notification-area-icon": false,
"show-options-window": true,
"show-statusbar": true,
"show-toolbar": true,
"show-tracker-scrapes": false,
"sort-mode": "sort-by-time-left",
"sort-reversed": false,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"statusbar-stats": "total-ratio",
"torrent-added-notification-enabled": true,
"torrent-complete-notification-enabled": true,
"torrent-complete-sound-command": "canberra-gtk-play -i complete-download -d 'transmission torrent downloaded'",
"torrent-complete-sound-enabled": true,
"trash-can-enabled": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"user-has-given-informed-consent": true,
"utp-enabled": true,
"watch-dir": "/home/JJakaJonas/Downloads",
"watch-dir-enabled": false
}

But even if i edit this file the setup is still not working...
JJakaJonas
Posts: 4
Joined: Wed Jan 04, 2017 1:26 am
Location: Denmark

Re: Missing files for web interface function

Post by JJakaJonas »

My bad.
I started out with no edit and the same problem were there like now.

I edited the URL binding (to 192.168.2.9 witch is the server IP)
also I tryed the /transmision/ binding before this file edit.
And the IP withlist is set to false.

I have also opend port 9091 on the router.

I later discovered if I open localhost:9091 on the server it opens the page but there's non of my downloads.

But og i open 192.168.2.9:9091 (server IP) on the server it self it gives me the error that the IP is not permitted.
Post Reply