holomorph / transmission

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

Can't open #23

Open LionyxML opened 1 year ago

LionyxML commented 1 year ago

Idn what I am doing wrong, if someone could help me.

I installed the transmission.el package from MELPA, started my transmission-daemon.

Added a magnet link to it with transmission-remote add ... checked if it is working with transmission-remote --list. All working on the cli side, and serving on: localhost:9091/transmission/rpc/

Now on Emacs M-x transmission gives me a msg on the minibuffer:

image

And that is it. Nothing opens.

Strangelly transmission-stats gives me:

image

So I guess connection to transmission-daemon is ok?

I am under GNU Emacs 29.0.60 (build 1, x86_64-apple-darwin22.1.0, NS appkit-2299.00 Version 13.0.1 (Build 22A400)) of 2022-12-08.

Any tips?