Unable to connect to resbpperi pi deluge server from PC

Specific support for Deluge on Microsoft Windows OS
Post Reply
janjan
New User
New User
Posts: 7
Joined: Mon Oct 12, 2020 7:21 am

Unable to connect to resbpperi pi deluge server from PC

Post by janjan »

Hi, I tried first with version 2.2 and now with 2.1 client to connect to my pi server.
I can connect, using the pc, using chrome, but not in the deluge app.
i enter the username (localclient) and password and the right IP but i get teh not entry sign all the time.

What am i doing wrong?
Should i install an older version? if yes where can i get it?
janjan
New User
New User
Posts: 7
Joined: Mon Oct 12, 2020 7:21 am

Re: Unable to connect to resbpperi pi deluge server from PC

Post by janjan »

i think the issue is which deluge deamon 2.0.3 python.
i get this:
deluged.service - Deluge Bittorrent Client Daemon
Loaded: loaded (/lib/systemd/system/deluged.service; enabled; preset: enabled)
Active: active (running) since Wed 2025-08-20 23:15:00 IDT; 8min ago
Docs: man:deluged
Main PID: 3322 (deluged)
Tasks: 4 (limit: 3908)
CPU: 5.504s
CGroup: /system.slice/deluged.service
ג””ג”€3322 /usr/bin/python3 /usr/bin/deluged -d -c /var/lib/deluged/config -l /var/log/deluged/daemon.log -L info

Aug 20 23:18:03 myPi4 deluged[3322]: observer(event)
Aug 20 23:18:03 myPi4 deluged[3322]: File "/usr/lib/python3/dist-packages/twisted/logger/_legacy.py", line 90, in __call__
Aug 20 23:18:03 myPi4 deluged[3322]: self.legacyObserver(event)
Aug 20 23:18:03 myPi4 deluged[3322]: File "/usr/lib/python3/dist-packages/deluge/log.py", line 204, in emit
Aug 20 23:18:03 myPi4 deluged[3322]: getattr(LoggingLoggerClass, event_dict['log_level'].name)(
Aug 20 23:18:03 myPi4 deluged[3322]: File "/usr/lib/python3.11/logging/__init__.py", line 1536, in critical
Aug 20 23:18:03 myPi4 deluged[3322]: self._log(CRITICAL, msg, args, **kwargs)
Aug 20 23:18:03 myPi4 deluged[3322]: File "/usr/lib/python3.11/logging/__init__.py", line 1622, in _log
Aug 20 23:18:03 myPi4 deluged[3322]: fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel)
Aug 20 23:18:03 myPi4 deluged[3322]: builtins.TypeError: Logging.findCaller() takes from 1 to 2 positional arguments but 3 were given


this is happening with
a new pi OS
mhertz
Moderator
Moderator
Posts: 2339
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Unable to connect to resbpperi pi deluge server from PC

Post by mhertz »

Please don't post haphazardly like that, cross posting and necro-bumping, thanks - Matter of respect imho, not only to me/us, but the board.

Anyway, yes you need an older client as you infer I.e v2.0.x, or upgrade the server to current supported version. Google how getting older version for your OS, or if somebody else here willing to assist with that further. Good luck.

Edit: Sorry I misunderstood. That error is twisted related if remember right, so need earlier twisted version on the server machine. This is copy/pasted from earlier post of mine(search 'findcaller' in my older posts and brought up several times already):
Forgot the findcaller error, that is needing updated twisted over 19.7.0, but it already has that I remember from last testing it on ubuntu 20.04, but then still needs a fix that would needing backported from develop branch: https://git.deluge-torrent.org/deluge/c ... ed0f2c3206 Should be reported to package maintainers, though already has for ubuntu(or debian, cannot remember) I believe one posted once he just did, so maybe is in the 2.0.3-3 version of ubuntu 20.10, but I haven't checked that myself yet.
Still, recommended upgrading to newer supported version.
Post Reply