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
4
votes
1 answer

Can't connect to Daemon Deluge on CentOS 6.10

I want to connect to the Deluge daemon from the webui but it simply doesn't work. My install script of deluge #!/bin/bash rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro yum -y install epel-release && rpm -Uvh…
executable
  • 3,365
  • 6
  • 24
  • 52
3
votes
0 answers

deluge: recurring corruption of torrent state forces me to re-check them every time

I'm using Deluge and get these errors for the same torrents all the time: /usr/lib/python2.7/dist-packages/deluge/_libtorrent.py:59: RuntimeWarning: to-Python converter for boost::shared_ptr already registered; second conversion…
fmv1992
  • 322
  • 1
  • 4
  • 14
2
votes
0 answers

Deluge client not passing through nginx grpc

I have a Deluge client (in a docker container - that's likely irrelevant). I want to be able to connect to the daemon from the outside world while having it behind a reverse proxy. I don't necessarily need TLS, but I suspect http2 may require…
Dan
  • 175
  • 1
  • 13
2
votes
0 answers

I can't do "killall deluged"

I've been following this guide to setup a deluged service and client so I can download media files directly unto my server's drive. I'm trying to be thorough there since this is my first time trying to setup a server and I hit a wall when I try to…
Hawoona
  • 31
  • 7
1
vote
0 answers

How to write a custom function in Zoho Books to calculate commision for every invoice sent?

I am writing a custom function in Zoho Books using Deluge. I don't know how to get the total price from invoice and generate a commission on a custom field when an invoice got generated, saved, or sent. I have tried running the following code, but…
Hassan Kazmi
  • 11
  • 1
  • 8
1
vote
1 answer

'ALERT' task can be used only in on load, on validate and on change actions. Check line number : 30

if(assignedto == var1) { var2 = value.get("id"); } else if(assignedto != var1) { alert("unable to fetch"); } alert function is not working in the deluge script inside if condition is there any option for doing the alert function in the…
1
vote
1 answer

How to access key's value from nested JSON in body of Incoming Webhook on Zoho Deluge

Attempting to use MailChimp outbound Webhook to sync Zoho Contacts via Zoho's Incoming Webhook functionality and can't figure out how to access the value of "email" from the "body" sent to Incoming Webhook. body being sent to webhook= {"body":"{…
Riverine
  • 13
  • 3
1
vote
0 answers

Can I add a Deluge function to Zoho CRM that will update one field in all existing records?

I'm attempting to add a new field to a CRM Sandbox module that auto-populates with values from an existing field. I made a standalone function in the Developer Space, and I'm sure it's something ridiculous that I'm overlooking, but for the life of…
1
vote
4 answers

I wrote a code to update the Lettering of the first name in Zoho but it's not working

Here's the deluge script to capitalize the first letter of the sentence and make the other letters small that isn't working: a = zoho.crm.getRecordById("Contacts",input.ID); d = a.get("First_Name"); firstChar = d.subString(0,1); otherChars =…
1
vote
1 answer

Why does my docker processes keep restarting on my Raspberry Pi?

I'm attempting to use deluge on my Raspberry Pi. I've followed the guide as per: https://hub.docker.com/r/linuxserver/deluge I've created a docker-compose.yml file which consists of the following: version: "2.1" services: deluge: image:…
CyberMITZ
  • 23
  • 8
1
vote
0 answers

Can't get the deluge interface to show through traefik2 even though working in local

This is my traefik and deluge docker-compose file. I am expecting https://deluge-tv.$DOMAINENAME to show the deluge interface. When I use my local network 192.168.1.23:8113 it works as expected (192.168.1.23 is the local IP of my NAS which hosts all…
Chapo
  • 2,563
  • 3
  • 30
  • 60
1
vote
1 answer

Handling multiple top level elements with jq

I'm trying to modify the deluge web.conf file with jq and I'm having some issues. The deluge web config seems to be invalid json { "file": 1, "format": 1 } { "sidebar_show_zero": false, "show_session_speed": false, "pwd_sha1": "CHANGEME", …
vane
  • 2,125
  • 1
  • 21
  • 40
1
vote
0 answers

How to close DHT-protocol links?

I looked at the log on my router and I noted alert messages concerning UDP and internet addresses. I decided to sniff the traffic (with wireshark) and highlighted DHT-protocol/UDP packets. The links/sockets are between external addresses and my…
Bertaud
  • 2,888
  • 5
  • 35
  • 48
0
votes
0 answers

Zoho Deluge Compare List

We are working a project with deluge. I stuck in here and i need a help; We are using a zoho projects and we are working a transfer other Zoho projects to my Zoho projects now i stucked in update part. im getting tasklists both side and i need to…
0
votes
0 answers

Adding a lookup field in zoho books that is a custom field in zoho CRM

I am using zoho books and zoho CRM where I have a custom module in zoho CRM which I want to add as a lookup field in a zoho books module. A direction for the deluge script required or an inbuilt way (if there is any) to add it in zoho books.
1
2