Custom Query (2447 matches)
Results (436 - 438 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2711 | Invalid | Completed files date. | ||
Description |
Everytime i add a multi-torrent at once *download torrent files and open them all at once not via magnet* and keep it to download, once it finishes the date in windows explorer are 1/1/1970 12:00:00 AM but in the deluge application the dates are fine. For example i added 3 torrents look at the dates http://gyazo.com/85d609eef898b8bfdefec370c92e1c3c then in windows explorer http://gyazo.com/68be026460b2852d7dad16177ff75248 and here i have only 1 torrent at the time http://gyazo.com/e7c5037e8bd8335123d2ef800f127b41 and in explorer http://gyazo.com/87525afa21580f1f7c59e20acf9dbab5 |
|||
#2709 | Fixed | Deluged: object has no attribute '_tlsConnection' | ||
Description |
Problem: Deluge daemon stops being accessible from the client and outputs errors to the console. OS (server): Ubuntu 14.04 x86_64 (fully updated) OS (client): Windows 7 (fully updated) Deluge 1.3.11 (both server and client) libtorrent: 0.16.17.0 Further description: When trying to add torrents to deluge daemon (from deluge in Windows 7) often there is no connection to the daemon. Looking at the server console I have lots of errors in the console. Deluge daemon is still seeding but is not accessible from a client and has to be restarted. Console errors are as follows: Attaching: [tmux____1] Sending variable: ['tmux', 'setenv', '-t', '1', 'XDG_SESSION_COOKIE', '036806ab9 af866d3ed70178e528cf037-1417644864.833880-1816504446'] why = selectable.doRead() --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 1070, in doRead protocol.makeConnection(transport) File "/usr/lib/python2.7/dist-packages/twisted/protocols/tls.py", line 295, in makeConnection tlsContext = self.factory._contextFactory.getContext() File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 136, in getContext ctx.use_certificate_file(os.path.join(ssl_dir, "daemon.cert")) OpenSSL.SSL.Error: [('system library', 'fopen', 'No such file or directory'), ('BIO routines', 'FILE_CTRL', 'system lib'), ('SSL routines', 'SSL_CTX_use_certificate_file', 'system lib')] Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 88, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 73, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext return func(*args,**kw) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 614, in _doReadOrWrite why = selectable.doRead() File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 215, in doRead return self._dataReceived(data) File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 221, in _dataReceived rval = self.protocol.dataReceived(data) File "/usr/lib/python2.7/dist-packages/twisted/protocols/tls.py", line 403, in dataReceived self._tlsConnection.bio_write(bytes) File "/usr/lib/python2.7/dist-packages/twisted/protocols/policies.py", line 114, in __getattr__ return getattr(self.transport, name) exceptions.AttributeError: 'NoneType' object has no attribute '_tlsConnection' Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/core/daemon.py", line 171, in __init__ reactor.run() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run self.mainLoop() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1204, in mainLoop self.doIteration(t) File "/usr/lib/python2.7/dist-packages/twisted/internet/epollreactor.py", line 396, in doPoll log.callWithLogger(selectable, _drdw, selectable, fd, event) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 88, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 73, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext return func(*args,**kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 627, in _doReadOrWrite self._disconnectSelectable(selectable, why, inRead) File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 263, in _disconnectSelectable selectable.connectionLost(failure.Failure(why)) File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 299, in connectionLost protocol.connectionLost(reason) File "/usr/lib/python2.7/dist-packages/twisted/protocols/tls.py", line 461, in connectionLost self._tlsConnection.bio_shutdown() File "/usr/lib/python2.7/dist-packages/twisted/protocols/policies.py", line 114, in __getattr__ return getattr(self.transport, name) exceptions.AttributeError: 'NoneType' object has no attribute '_tlsConnection' |
|||
#2708 | WorksForMe | Console KeyError: 'progress' | ||
Description |
Seeing the following error on startup of the ncurses console File "/home/ubuntu/deluge.git_master/deluge/transfer.py", line 118, in _handle_complete_message self.message_received(rencode.loads(zlib.decompress(data), decode_utf8=True)) File "/home/ubuntu/deluge.git_master/deluge/ui/client.py", line 123, in message_received d.callback(request[2]) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 362, in callback self._startRunCallbacks(result) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks 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.git_master/deluge/ui/console/modes/alltorrents.py", line 434, in set_state self._sorted_ids = self._sort_torrents(self.curstate) File "/home/ubuntu/deluge.git_master/deluge/ui/console/modes/alltorrents.py", line 584, in _sort_torrents result = sorted(result, cmp_func, lambda s: state.get(s)["progress"] == 100.0) File "/home/ubuntu/deluge.git_master/deluge/ui/console/modes/alltorrents.py", line 584, in <lambda> result = sorted(result, cmp_func, lambda s: state.get(s)["progress"] == 100.0) exceptions.KeyError: 'progress' |