Opened 14 years ago

Closed 14 years ago

#1503 closed bug (Fixed)

Adding torrent in GTK crashed Console UI

Reported by: Calum Owned by: nick
Priority: critical Milestone: Future
Component: Console UI Version: 1.3.0_dev
Keywords: Cc:

Description

I added a torrent to the gtk ui while the console was also open and the console crashed. Attached is the error log.

This was while testing on git master and is the result of the recent changes.

In event.py a new parameter, from_state, was added to the class TorrentAddedEvent however 'request' is missing that parameter when ui/client.py calls that method so raises the '2 not 3' args error

Despite understanding the problem I could not work out how to fix this.

Attachments (1)

01DelugeConsoleAddTorrCrash.log (3.9 KB ) - added by Calum 14 years ago.

Download all attachments as: .zip

Change History (3)

by Calum, 14 years ago

comment:1 by al.cadd9, 14 years ago

Owner: set to nick
Status: newassigned

comment:2 by nick, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed with new console ui code.

I tested adding a couple of new torrents from the gtkui and see them getting reported correctly in the console event log, and appearing in the console display.

Note: See TracTickets for help on using tickets.