Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#1922 closed bug (Invalid)

Error getting torrent info: KeyError 7

Reported by: non7top Owned by:
Priority: minor Milestone:
Component: Core Version: master
Keywords: Cc:

Description

at commit 11d8332e434a836b440449c0a766dac8272bfedd

$ deluge-console "info -v"|tail -n17
Name: Fringe Season 02
ID: 4f65b14ce4066bff20cb10309e1ed3bce88ce08c
State: Downloading Down Speed: 379.1 KiB/s Up Speed: 150.4 KiB/s ETA: 13h 32m
Seeds: 4 (16) Peers: 1 (26) Availibility: 4.75
Size: 10.5 GiB/28.1 GiB Ratio: 0.304
Progress: 37.34% [######################-------------------------------------]
  ::Files
Error getting torrent info: [Failure instance: Traceback: <type 'exceptions.KeyError'>: 7
/usr/lib/python2.7/site-packages/twisted/internet/tcp.py:460:doRead
/usr/lib/python2.7/site-packages/deluge/ui/client.py:186:dataReceived
/usr/lib/python2.7/site-packages/twisted/internet/defer.py:361:callback
/usr/lib/python2.7/site-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.7/site-packages/twisted/internet/defer.py:542:_runCallbacks
/usr/lib/python2.7/site-packages/deluge/ui/console/commands/info.py:127:on_torrents_status
/usr/lib/python2.7/site-packages/deluge/ui/console/commands/info.py:201:show_info
]

Change History (2)

comment:1 Changed 13 years ago by Cas

  • Component changed from other to core
  • Milestone changed from Future to 1.4.0
  • Resolution set to invalid
  • Status changed from new to closed
  • Summary changed from Error getting torrent info: [Failure instance: Traceback: <type 'exceptions.KeyError'>: 7 to Error getting torrent info: KeyError 7
  • Version changed from git 1.3-stable to git master

The version field specified git 1.3-stable except that the commit is from git master.

You are reporting a bug without checking out the HEAD of git master.

After spending time investigating it is clear you are connecting an older version to a newer version which has the changed file priorities.

Please test and report bugs correctly!

comment:2 Changed 10 years ago by Cas

  • Milestone 1.4.0 deleted
Note: See TracTickets for help on using tickets.