Every time I download a torrent, I get tons of these: Message parsing failed <type 'exceptions.KeyError'>: 'dropped' File "/usr/lib/python2.5/site-packages/BitTorrent/Connector.py", line 987, in data_came_in self._next_len = self._reader.next() File "/usr/lib/python2.5/site-packages/BitTorrent/Connector.py", line 664, in _read_messages self._got_message(self._message) File "/usr/lib/python2.5/site-packages/BitTorrent/Connector.py", line 730, in _got_message self._got_utorrent_msg(msg_type, d) File "/usr/lib/python2.5/site-packages/BitTorrent/Connector.py", line 693, in _got_utorrent_msg dropped_gen = IPTools.uncompact_sequence(d['dropped']) Downloading and seeding the torrent will still work, but this is cluttering logs. Like $URL says, this is not a 32/64 bit problem, as this happens on x86 and sparc64. I made a patch to remove the message, but I guess this is more a cheap hack than a real solution. Reproducible: Always Steps to Reproduce: 1. Start bittorrent-console 2. watch output
Created attachment 193175 [details, diff] Patch for suppressing message parsing failed errors Proposed patch.
Please reopen if this is still an issue with 4.4.0-r1/r2.