Custom Query (2447 matches)
Results (385 - 387 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2775 | Fixed | torrents.state not created for fresh install | ||
Description |
Created from forum post: http://forum.deluge-torrent.org/viewtopic.php?t=53279&p=220811 Fresh install from git developer branch pull as of today. torrents.state and torrents.fastresume files never get created. log file shows an error that their .bak files do not exist. it seems to come from this patch: [7414737cbf7657d2edfea49b9b] my coding skills suck, but it looks like it checks for the bak file if not there, then raises an exception and never writes the initial files. i got around this by creating both files and their bak versions with 'touch', so deluge would just overwrite them. I ran into this because i was trying to figure out why i would lose all my torrents on every restart. in my troubleshooting i moved my config directory and let deluge create a fresh one. tried to make a ticket on tract, but got stuck in the captcha loop. |
|||
#2774 | WorksForMe | Deluge wont start when run from .desktop or commandline | ||
Description |
OS: Arch using latest server and client with webinterface Webinterface works Client will open up but not load anything and hang Error from commandline % deluge /usr/lib/python2.7/site-packages/deluge/ui/gtkui/listview.py:250: GtkWarning: gtk_tree_model_sort_set_sort_column_id: assertion 'header != NULL' failed self.treeview.get_model().set_sort_column_id(column_state.sort, column_state.sort_order) |
|||
#2772 | Fixed | GtkWarning: Failed to set text from markup due to error parsing markup | ||
Description |
Another annoying error that needs eliminating, looks like a torrent has Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/torrentdetails.py", line 380, in update self.tabs[name].update() File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/details_tab.py", line 85, in update session.get_torrent_status(selected, status_keys).addCallback(self._on_get_torrent_status) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 298, in addCallback callbackKeywords=kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 287, in addCallbacks self._runCallbacks() --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/details_tab.py", line 111, in _on_get_torrent_status widget[0].set_markup(txt.replace('&', '&')) /home/ubuntu/deluge-1.3-git/deluge/ui/gtkui/details_tab.py:111: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1 char 26: Element 'markup' was closed, but the currently open element is 'br' widget[0].set_markup(txt.replace('&', '&')) /home/ubuntu/deluge-1.3-git/deluge/ui/gtkui/details_tab.py:109: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1 char 65: Element 'a' was closed, but the currently open element is 'br' widget[0].set_markup('<a href="%s">%s</a>' % (txt, txt.replace('&', '&'))) |