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)
Change History (3)
by , 14 years ago
Attachment: | 01DelugeConsoleAddTorrCrash.log added |
---|
comment:1 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → 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.