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
Traceback (most recent call last):
File "/usr/local/bin/torrt", line 8, in <module>
sys.exit(process_commands())
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/torrt/main.py", line 197, in process_commands
walk(forced=args['forced'], silent=True)
File "/usr/local/lib/python3.11/site-packages/torrt/toolbox.py", line 324, in walk
updated = update_torrents(cfg['torrents'], remove_outdated=remove_outdated)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/torrt/toolbox.py", line 402, in update_torrents
raw_last_updated = torrents[rpc_torrent['hash']]['page']['date_updated']
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'date_updated'
в клиенте только один торрент и только один торрент добавлен в torrt c помощью torrt register_torrent -u https://rutracker.org/forum/viewtopic.php?t=<id> --verbose <existing hash>
в configs.json page для торрента просто пустой объект
The text was updated successfully, but these errors were encountered:
Понял, спасибо. Попробую на этой неделе глянуть, что мы там наворотили.
idlesign
changed the title
Ошибка при обновлении торрента с rutracker в qbittorrent
[RUS] Ошибка при обновлении торрента с rutracker в qbittorrent
Feb 3, 2023
Текст ошибки:
в клиенте только один торрент и только один торрент добавлен в torrt c помощью
torrt register_torrent -u https://rutracker.org/forum/viewtopic.php?t=<id> --verbose <existing hash>
в configs.json page для торрента просто пустой объект
The text was updated successfully, but these errors were encountered: