alombarte / raspberry-osmc-automated

Media center (OSMC) with automated TV Shows and subtitles download. Once configured, sit and watch TV.
Apache License 2.0
73 stars 16 forks source link

403 error when accessing transmission GUI #29

Closed alombarte closed 6 years ago

alombarte commented 6 years ago

Seeing the following message when accessing transmission via web:

403: Forbidden
Unauthorized IP Address.
Either disable the IP address whitelist or add your address to it.
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
alombarte commented 6 years ago

Transmission can take the settings from several places:

The rpc-whitelist entry needs to contain the IP of the accessing machine. E.g: "rpc-whitelist": "127.0.0.1,192.168.*.*"