Page 1 of 1

Reverse Proxy +Add Upload Torrent = blank page?

Posted: Sat Jun 06, 2009 11:57 pm
by maxslug
Hi,

I have a problem where if I use the "Upload Torrent" option to add a new .torrent file, the Web UI fails (1.1.6, 1.1.8).
I get a blank page back and the torrent is not added. I see these two log entries from deluge.log :

Code: Select all

[DEBUG   ] 16:46:30 torrent_add:65 add:Init options with:{'info_sent': 0.0, 'lsd': True, 'max_download_speed': -1.0, 'send_info': Fa
lse, 'natpmp': True, 'state_location': '/home/mythtv/.config/deluge/state', 'move_completed_path': '/home/mythtv', 'peer_tos': '0x00
', 'enc_in_policy': 1, 'queue_new_to_top': False, 'ignore_limits_on_local_network': True, 'rate_limit_ip_overhead': True, 'daemon_po
rt': 58846, 'torrentfiles_location': '/data/torrents', 'max_active_limit': 8, 'upnp': True, 'utpex': True, 'max_active_downloading':
 3, 'max_active_seeding': 5, 'allow_remote': False, 'max_upload_slots_global': 4, 'enabled_plugins': ['Blocklist'], 'max_half_open_c
onnections': 50, 'download_location': '/data/torrents', 'compact_allocation': False, 'max_upload_speed': -1.0, 'plugins_location': '
/home/mythtv/.config/deluge/plugins', 'max_connections_global': 200, 'enc_prefer_rc4': True, 'share_ratio_limit': 2.0, 'max_upload_s
lots_per_torrent': -1, 'stop_seed_at_ratio': False, 'stop_seed_ratio': 2.0, 'max_download_speed_per_torrent': -1, 'prioritize_first_
last_pieces': True, 'max_upload_speed_per_torrent': -1, 'auto_managed': True, 'enc_level': 2, 'copy_torrent_file': False, 'max_conne
ctions_per_second': 20, 'listen_ports': [6881, 6891], 'max_connections_per_torrent': -1, 'move_completed': False, 'autoadd_enable': 
True, 'proxies': {'peer': {'username': '', 'password': '', 'type': 0, 'hostname': '', 'port': 8080}, 'web_seed': {'username': '', 'p
assword': '', 'type': 0, 'hostname': '', 'port': 8080}, 'tracker': {'username': '', 'password': '', 'type': 0, 'hostname': '', 'port
': 8080}, 'dht': {'username': '', 'password': '', 'type': 0, 'hostname': '', 'port': 8080}}, 'dont_count_slow_torrents': False, 'add
_paused': False, 'random_outgoing_ports': True, 'dht': True, 'new_release_check': True, 'enc_out_policy': 1, 'seed_time_ratio_limit'
: 7.0, 'remove_seed_at_ratio': False, 'autoadd_location': '/data/torrents', 'outgoing_ports': [0, 0], 'config_location': '/home/myth
tv/.config/deluge', 'seed_time_limit': 180, 'random_port': True}
[DEBUG   ] 16:50:54 page_decorators:74 index.GET(name=None) 

I'm thinking it might be because I reverse proxy the web interface to my normal :80 apache server.

Adding a .torrent using the "By URL" method works ok.

Any ideas here?

Thanks,
-m