tags 410153 moreinfo thanks On 2/7/07, Clint Adams <[EMAIL PROTECTED]> wrote:
Running btlaunchmanycurses on a directory with 8 .torrent files, everything is fine for 10 or 20 seconds, then there are a series of SYSTEM ERROR - EXCEPTION GENERATED for a couple minutes, then an exit with thisEXCEPTION: Traceback (most recent call last): File "/var/lib/python-support/python2.4/BitTornado/RawServer.py", line 133, in listen_forever func() File "/var/lib/python-support/python2.4/BitTornado/launchmanycore.py", line 298, in stats stop = self.Output.display(data) File "/usr/bin/btlaunchmanycurses", line 230, in display self._display_data(data) File "/usr/bin/btlaunchmanycurses", line 206, in _display_data self._display_line(line, True) File "/usr/bin/btlaunchmanycurses", line 166, in _display_line self.mainwin.addnstr(line, 0, s, self.mainwinw, curses.A_BOLD) error: addnstr() returned ERR
Could you give me some more information about the environment you're using BitTornado in? This bug looks similar to 303213, where the curses program was being run under screen (or put in the background). Is this the case? Another problem many face when running multiple torrents is that the number of ports is not adequate, which can generate strange errors sometimes. Try running it with a fresh set of ports that have a much larger range than the number of torrents (i.e. --min_port 12300 --max_port 12600). Still another problem might be the torrent files themselves, if they contain special characters using utf8 or other encodings, which usually happens if it is intended for another language than english. Thanks for the report, Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

