Custom Query (2447 matches)
Results (301 - 303 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2884 | Invalid | VPN killswitch issues (Windows) | ||
Description |
====================== System: ======================
====================== Description: ====================== I have configured OpenVPN + software firewall (Commodo) so that I could have a VPN killswitch (e.g. Deluge only works over the VPN adapter). This works fine with Deluge normally (adding torrent files/download/seeding/etc). However, I have to disable this setup in order to start Deluge (otherwise it crashes) or to add magnet links via browser (otherwise it ignores the magnet link when clicked / launched from commandline). I have used a blocklist since 1.3.12 but encountered the startup issue prior to configuring that so I don't believe this is related. I have already tried Preferences > Other > "Associate Magnet Links". This does nothing (as noted magnet links work fine if VPN is disabled and everything but magnet and startup work fine when it is enabled). I saw similar ticket 2793 but: a) I am referring to 2 specific cases where existing functionality is breaking / causing a crash whereas 2793 was asking for *new* functionality. 2793 could potentially solve my issue also, but I don't feel these are necessarily asking for the same thing. and b) Unless I am misunderstanding, the proposed resolution for 2793 (using the IfaceWatch plugin) specifically states that it is only a viable option on *LINUX/UNIX* systems and will *NOT* work on Windows. See http://forum.deluge-torrent.org/viewtopic.php?f=9&t=52739 ====================== Issues: ======================
====================== Steps to confirm: ====================== ==Initial Setup==
Detailed instructions here: https://www.bestvpn.com/blog/10218/build-your-own-vpn-kill-switch-in-windows-comodo/
https://www.gutenberg.org/wiki/Gutenberg:The_CD_and_DVD_Project
==Recreating Startup Issue==
==Recreating Magnet Link Issue==
cd /d "C:\Program Files (x86)\Deluge" deluge.exe "magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a&dn" Wiki page for magnet links (smaller alternative to previous Gutenburg page listed earlier): https://en.wikipedia.org/wiki/Magnet_URI_scheme#Technical_description
====================== Suggestions: ======================
====================== Short-term Work-arounds: ====================== Not exactly a pleasant experience, but here is a work-around that *should* do the necessary while still respecting the killswitch (most of the time). However, if you're coming back after an application crash / power outage / etc, then you might not be always be able to pause all the downloads from your previous session and this wouldn't really help in that case.
Other workarounds (haven't tried yet since they seem like overkill):
|
|||
#2882 | Fixed | load_country_db was removed from python bindings | ||
Description |
Here's the pull request https://github.com/arvidn/libtorrent/pull/930 which was suggested to fix this issue https://github.com/arvidn/libtorrent/issues/927 : [ERROR ] 00:42:41 preferencesmanager:502 Unable to load geoip database! [ERROR ] 00:42:41 preferencesmanager:503 'session' object has no attribute 'load_country_db' Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/core/preferencesmanager.py", line 500, in _on_geoip_db_location self.session.load_country_db(str(geoip_db)) AttributeError: 'session' object has no attribute 'load_country_db' Funtionality wise it seems to be fine, but if we are not expecting load_country_db to be present, we should fail more gracefully. |
|||
#2879 | Fixed | Opening a file from a finished torrent causes a dyld error | ||
Description |
I just noticed this bug, which appears to be present at least since 1.3.12 (haven't tested with prior versions) in OSX. If you try to open a file from inside a finished torrent, occasionally you get a dyld error because for some reason whichever app tries to load with DYLD_LIBRARY_PATH=/Applications/Deluge.app/Contents/Resources/lib |