#3530: Trackers are not added through magnets.
---------------------+----------------------------
  Reporter:  mhertz  |      Owner:
      Type:  bug     |     Status:  new
  Priority:  minor   |  Milestone:  needs verified
 Component:  Core    |    Version:  develop
Resolution:          |   Keywords:
---------------------+----------------------------

Comment (by mhertz):

 Just wanted to add that I found the culprit from commit 2bd095e being this
 removed line from torrentmanager.py:
 {{{
 @@ -436,14 +438,10 @@ def _build_torrent_params(
          elif magnet:
              magnet_info = get_magnet_info(magnet)
              if magnet_info:
 -                add_torrent_params['url'] = magnet.strip().encode('utf8')
                  add_torrent_params['name'] = magnet_info['name']
                  torrent_id = magnet_info['info_hash']

 }}}
 Adding back said line into new line 438 of torrentmanager.py in current
 develop fixes issue.

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3530#comment:1>
Deluge <https://deluge-torrent.org/>
Deluge Project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to deluge-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/deluge-dev/060.cefa6e54d7e198b4c6bac81fb1c67c17%40deluge-torrent.org.

Reply via email to