You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shortbus (2006) [BluRay] [1080p] [YTS.AM]: Adding 1 trackers (before: 241)
Traceback (most recent call last):
File "/home/beny/scripts/transmission-trackers.py", line 255, in
tc.change_torrent(t.id, trackerAdd=list(diff))
File "/home/beny/.local/lib/python3.12/site-packages/transmission_rpc/client.py", line 726, in change_torrent
self._request(RpcMethod.TorrentSet, args, ids, True, timeout=timeout)
File "/home/beny/.local/lib/python3.12/site-packages/transmission_rpc/client.py", line 287, in _request
raise TransmissionError(
transmission_rpc.error.TransmissionError: Query failed with result "error setting announce list".
It seems that this script will not work with Transmission 4.0.0+ as trackerAdd has been depricated in favour of trackerList which replaces all the trackers of a given torrent with a new list of trackers.
The text was updated successfully, but these errors were encountered:
I am getting the following error:
It seems that this script will not work with Transmission 4.0.0+ as trackerAdd has been depricated in favour of trackerList which replaces all the trackers of a given torrent with a new list of trackers.
The text was updated successfully, but these errors were encountered: