holomorph / transmission

Emacs interface to a Transmission session
GNU General Public License v3.0
85 stars 11 forks source link

Setting 'rpc-auth' variable makes 'rpc-path' required #18

Open pataquets opened 3 years ago

pataquets commented 3 years ago

I have a local Transmission daemon installed on default port and RPC path (/transmission/rpc/). I have it configured with auth required. If I only set up transmission-rpc-auth variable, I get an error message complaining about wrong RPC path. Setting up the RPC path variable makes everything work fine. Not a big deal, just an annoyance, but I guess that transmission-rpc-path should keep its default value regardless of auth settings.