Questions tagged [deluge]

Deluge is a lightweight, Free Software, cross-platform BitTorrent client. DO NOT USE for questions about Zoho Deluge.

See https://www.deluge-torrent.org/

Do not use for questions about Zoho Deluge. Instead use .

23 questions
0
votes
0 answers

Accessing Api response in XML format in Deluge

I am using an open APi https://jobstream.api.jobtechdev.se/feed?date=2023-05-02T08%3A08%3A44&updated-before-date=2023-05-02T08%3A10%3A44 The response is in XML format.I need to extract the id & title. I have used the webhook. response =…
Samrah
  • 3
  • 2
0
votes
1 answer

Trying to get script working for Disk check and Deluge

I managed to get this script working earlier but then it stopped working and now I always get this error and the logs don't show any information the .log file is empty My script was working fine until I changed { df -k ${fileSystem}|tail -n1 } to {…
Sheldz
  • 3
  • 2
0
votes
1 answer

Traefik and Deluge returns No such Resource

I just started to use Traefik and trying to connect Deluge(torrent) docker container to traefik which is also running in container. The problem is when I'm trying to reach deluge web ui through somename.ddns.net/deluge I get error 404 No Such…
Max Zavodniuk
  • 79
  • 1
  • 7
0
votes
1 answer

How deluge is packaged for windows?

I recently discovered that deluge- a Torrent client software https://deluge-torrent.org/ is built using python and it is available for windows, linux and Mac. But as per my knowledge unlike c and java programs, python programs can't be turned into…
Aditya
  • 184
  • 1
  • 12
0
votes
1 answer

Deluge - Remove the "C:\fakepath"

I'm trying to remove the C:\fakepath. Here is the JavaScript of the creation and handler of the input: Ext.ns("Deluge.add"); Deluge.add.FileWindow=Ext.extend(Deluge.add.Window, { title: _("Add from File"), layout: "fit", width: 350, height: 115,…
executable
  • 3,365
  • 6
  • 24
  • 52
0
votes
0 answers

Using .Popen() and .shlex() to load files to deluge-console

I am having trouble getting a script to load files via deluge-console using .Popen() and .shlex(). I am using xubuntu and byobu on gnome-terminal. def torrentLoad(url): #client_run = subprocess.Popen(['deluged']]) sourceList =…
0
votes
2 answers

How to proxy calls to specific URL to deluge using NGINX?

I want to use NGINX to as a proxy to get to Deluge which is inside my home network (NGINX is publically available). This configuration works: location 8112; location / { proxy_pass http://deluge_address:8112; } However I'd like to use an…
Werolik
  • 923
  • 1
  • 9
  • 23
1
2