Fix set margent url on convert_magnet#2906
Fix set margent url on convert_magnet#2906gazpachoking merged 2 commits intodevelopfrom unknown repository
Conversation
|
Hmm. Wondering if this is to do with different libtorrent versions. You can see how this bit got introduced in this ticket #2424, where it was mentioned that they tried the method in this pull request, but it didn't work. Ideally we can find out what versions require what, and either make it compatible with both, or document that a certain version is required. |
|
I'll try with different libtorrent version to check if is related with that |
|
@gazpachoking Looks like the issue is between 1.1 and 1.2 versions, raspbian have 1.1 so I don't know if add a try/catch to support both, or support just one of those versions |
|
can confirm, that this solves magnet link problems on the latest build. |
|
Any change this could be merged? Currently having this issue on ubuntu:latest and |
|
@gazpachoking I changed the validation and I tested with version 1.2.9 (bullseye) and 1.1.11 (debian buster) and the issue happens with version < 1.2, let me know if the check make sense to you, I think worth add the fallback because some systems/NAS still have debian buster |
|
I suspect there are other spots where we might need that similar version check, but if this is the main one, I'm good with merging this now and fixing anything else later. Thanks! |
Motivation for changes:
Fixes error
'dict' object has no attribute 'url'that have been happening a few versions agoDetailed changes:
Addressed issues:
Implemented feature requests:
Config usage if relevant (new plugin or updated schema):
Log and/or tests output (preferably both):
To Do: