Core ELEC OS

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
khaldrogo
Posts: 1
Joined: Fri Apr 02, 2021 4:30 am

Core ELEC OS

Post by khaldrogo »

Hi everybody,
I have installed Transmission server as a service on my home theater based on Core ELEC OS.
It was working properly until recently I started seeing following error when trying to access Transmission Web UI:
403: Forbidden
Too many unsuccessful login attempts. Please restart transmission-daemon.

This happens even after I restart service.

Is it possible to fix/disable this issue, perhaps there is a configuration I can tweak?

Thanks.
killemov
Posts: 542
Joined: Sat Jul 31, 2010 5:04 pm

Re: Core ELEC OS

Post by killemov »

Yes. In settings.json (when Transmission is NOT running):

Code: Select all

"rpc-authentication-required": false,
"rpc-whitelist-enabled": false, 
Post Reply