holomorph / transmission

Emacs interface to a Transmission session
GNU General Public License v3.0
85 stars 11 forks source link

Transmission-add fails when using selectrum and a magnet link #17

Closed mtreca closed 3 years ago

mtreca commented 3 years ago

When using the selectrum completion framework, adding a torrent using transmission-add while having a magnet link in the kill ring results in:

Wrong type argument: stringp, ("magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a")

(the magnet link is taken from Wikipedia, but the same behavior is observed with multiple links).

Directly evaluating (transmission-add "magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a") does function, however.

VojtechStep commented 3 years ago

Should be resolved in upstream if the PR is merged.

Note that to select the link in clipboard, you need to delete the prefilled text and then select the default. An issue exists for this as well.

VojtechStep commented 3 years ago

Please try again with the master branch of selectrum, it should be fixed now.

mtreca commented 3 years ago

Tried from latest master, everything is working well!