Cannot Download With Proxy Enabled

Support for Deluge on Apple Mac OS
Post Reply
BaturalNoobs
New User
New User
Posts: 2
Joined: Wed Jul 10, 2013 12:36 am

Cannot Download With Proxy Enabled

Post by BaturalNoobs »

  • Deluge Version: 1.3.11
  • libtorrent Version: 0.16.17.0
  • Operating System Version: OS X 10.10.3
  • Plugins Enabled: None
  • Installation Type: Package
I'm using TorGuard's torrent proxy. When I try to download the "Check My Torrent IP Address" file:
https://torguard.net/checkmytorrentipaddress.php

...I get an error:

Image

If I set the Proxy settings to "None" I can download the torrent (using my own IP). How can I download this file with the Proxy settings enabled?

Here's my core.conf proxies section (note I removed the sensitive info):

Code: Select all

  "proxies": {
    "peer": {
      "username": "my email", 
      "password": "my password", 
      "type": 3, 
      "port": my port, 
      "hostname": "my IP"
    }, 
    "web_seed": {
      "username": "my email", 
      "password": "my password", 
      "type": 3, 
      "port": my port, 
      "hostname": "my IP"
    }, 
    "tracker": {
      "username": "my email", 
      "password": "my password", 
      "type": 3, 
      "port": my port, 
      "hostname": "my IP"
    },
doadin
Seeder
Seeder
Posts: 113
Joined: Mon Jun 30, 2014 9:24 am

Re: Cannot Download With Proxy Enabled

Post by doadin »

What your seeing is sort of a false possitive. The torrent is working fine its just how the torrent works. If you could see the error its "Error: Success, Your torrent client IP is: xx.xxx.xxx.xx" ...its just how the torrent works to deliver that message. You can see even on the checkmytorrentip.net website the client they use says the message is a warrning. (top banner on the site looks like they used utorrent to show the example) I know this post is a little old but just in case you see this its just fine. Also a side note if you use a dev build of deluge it has a tracker tab which would allow you to see the message. Anyways good luck!
Post Reply