Opened 12 years ago
Closed 12 years ago
#1503 closed bug (Fixed)
Adding torrent in GTK crashed Console UI
Reported by: | Cas | 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)
Change History (3)
Changed 12 years ago by Cas
comment:1 Changed 12 years ago by al.cadd9
- Owner set to nick
- Status changed from new to assigned
comment:2 Changed 12 years ago by nick
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
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.