Closed SakhJack closed 4 years ago
Thank you for the report. So walking unregisters torrents, but they stay preserved in transmission?
That might be a regression issue with the lastest version. Could you try v0.13.1 to verify that?
No, they get removed from transmission
I reinstalled python at some point
The one torrent that is being preserved (No Man's Sky) is the one I added before that
I also installed torrt
manually first time and using PyPI
last time
How do I rollback to previous version?
That was a regression in 0.14.0.
Seems to be fixed in 0.14.1, you can now try it out.
Upon using
torrt walk
torrents are deleted instead of updating (files are intact)Debug `add_torrent`
```console C:\Windows\system32>torrt add_torrent https://rutracker.org/forum/viewtopic.php?t=5331180 --verbose DEBUG: Bootstrapping torrt environment ... DEBUG: Importing rpc ... DEBUG: Registering `deluge` fromconfig.json (credentials hidden)
```javascript { "time_last_check": 1598466246, "walk_interval_hours": 24, "trackers": { "rutracker.org": { "username": "username", "query_string": null, "cookies": { "bb_session": "session", "bb_ssl": "1" }, "password": "password" } }, "rpc": { "transmission": { "url": "http://127.0.0.1:9091/transmission/rpc", "enabled": true, "host": "127.0.0.1", "user": null, "password": null, "port": "9091" } }, "torrents": { "c0424991902bdba637dc1647d4b0a2869dbd1b21": { "hash": "c0424991902bdba637dc1647d4b0a2869dbd1b21", "name": "No Mans Sky by xatab", "url": "https://rutracker.org/forum/viewtopic.php?t=5932207", "url_file": "https://rutracker.org/forum/dl.php?t=5768151", "page": { "title": "No Man's Sky [P] [RUS + ENG + 11 / RUS + ENG + 10] (2016, VR Supported) (2.62 + 1 DLC) :: RuTracker.org", "cover": "", "date_updated": "" } }, "1c035226e707d6712674a9048d09c888bfbe81ee": { "hash": "1c035226e707d6712674a9048d09c888bfbe81ee", "name": "Frostpunk.Game.of.The.Year.Edition.GOG-InsaneRamZes", "url": "https://rutracker.org/forum/viewtopic.php?t=5932207", "url_file": "https://rutracker.org/forum/dl.php?t=5932207", "page": { "title": "Frostpunk: Game of the Year Edition [L] [RUS + ENG + 10 / ENG] (2018) (1.6 + 3 DLC) [GOG] :: RuTracker.org", "cover": "", "date_updated": "" } }, "298f99aad2c59e7020b9779ea6808d390afa2f95": { "hash": "298f99aad2c59e7020b9779ea6808d390afa2f95", "name": "setup_rimworld_1.2.2723", "url": "https://rutracker.org/forum/viewtopic.php?t=5331180", "url_file": "https://rutracker.org/forum/dl.php?t=5331180", "page": { "title": "RimWorld [L] [RUS + ENG + 26] (2018) (1.2.2723 + 1 DLC) [GOG] :: RuTracker.org", "cover": "", "date_updated": "" } } }, "notifiers": {}, "bots": {} } ```Debug `walk`
```console C:\Windows\system32>torrt walk -f --verbose DEBUG: Bootstrapping torrt environment ... DEBUG: Importing rpc ... DEBUG: Registering `deluge` fromconfig.json after update
```javascript { "time_last_check": 1598469313, "walk_interval_hours": 24, "trackers": { "rutracker.org": { "username": "username", "query_string": null, "cookies": { "bb_session": "session", "bb_ssl": "1" }, "password": "password" } }, "rpc": { "transmission": { "url": "http://127.0.0.1:9091/transmission/rpc", "enabled": true, "host": "127.0.0.1", "user": null, "password": null, "port": "9091" } }, "torrents": { "c0424991902bdba637dc1647d4b0a2869dbd1b21": { "hash": "c0424991902bdba637dc1647d4b0a2869dbd1b21", "name": "No Mans Sky by xatab", "url": "https://rutracker.org/forum/viewtopic.php?t=5331180", "url_file": "https://rutracker.org/forum/dl.php?t=5768151", "page": { "title": "No Man's Sky [P] [RUS + ENG + 11 / RUS + ENG + 10] (2016, VR Supported) (2.62 + 1 DLC) :: RuTracker.org", "cover": "", "date_updated": "" } } }, "notifiers": {}, "bots": {} } ```I'm using python 3.7.7 if that matters