teal77 / trireme

A Deluge thin client for Android. Written in Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't connect Feral Deluge

samsepiol59 opened this issue · comments

NOT AN ISSUE

I tried connecting my cloudbox deluge, and it works perfectly.

Then I tried connecting feral's deluge and I can't get it to work - I've tried all the possible url combinations but it keeps saying the password is wrong... Although the password is the one in feral's summary page.

Is this a known issue?

I'm not familiar with feral. Can you try connecting with desktop client and see if it works?

I will try thanks! Can connect no problems via web obviously, will try via desktop client and report back!

'twas my issue - the daemon details are "hidden" from feral's summary page, to find them you need to run printf "10.0.0.1\n$(hostname -f)\n$(whoami)\n$(sed -rn 's/(.*)"daemon_port": (.*),/\2/p' ~/.config/deluge/core.conf)\n$(sed -rn "s/$(whoami):(.*):(.*)/\1/p" ~/.config/deluge/auth)\n" via CLI.

It works perfectly, thank you very much!