Custom Query (1756 matches)
Results (130 - 132 of 1756)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #293 | fixed | add torrent broken | andar | danii |
| description |
Deluge 0.6.0.0r3270 adding a new torrent fails with: [DEBUG ] 17:54:05 client:204 Attempting to add torrent files: ['/mnt/series/temp/b174.torrent'] [WARNING ] 17:54:05 client:100 Could not contact daemon: <Fault 1: "exceptions.AttributeError:Torrent instance has no attribute 'stop_ratio'"> [INFO ] 17:54:05 client:110 Setting core uri as None [DEBUG ] 17:54:05 component:137 Stopping component SystemTray.. [DEBUG ] 17:54:05 component:137 Stopping component PluginManager.. [DEBUG ] 17:54:05 component:137 Stopping component Preferences.. [DEBUG ] 17:54:05 component:137 Stopping component DbusInterface.. [DEBUG ] 17:54:05 component:137 Stopping component StatusBar.. [DEBUG ] 17:54:05 component:137 Stopping component AddTorrentDialog.. [DEBUG ] 17:54:05 component:137 Stopping component ConnectionManager.. [DEBUG ] 17:54:05 component:137 Stopping component TorrentView.. [DEBUG ] 17:54:05 component:137 Stopping component Signals.. [DEBUG ] 17:54:05 signalreceiver:72 Unable to deregister client from server: 'The core proxy is invalid.' [DEBUG ] 17:54:05 signalreceiver:74 Shutting down signalreceiver [DEBUG ] 17:54:05 signalreceiver:77 Joining listening thread.. [DEBUG ] 17:54:05 component:137 Stopping component TorrentDetails.. [DEBUG ] 17:54:05 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 17:54:05 files_tab:201 Saving FilesTab state file: files_tab.state [DEBUG ] 17:54:05 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 17:54:05 peers_tab:161 Saving FilesTab state file: peers_tab.state [DEBUG ] 17:54:05 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 17:54:05 torrentdetails:289 Saving TorrentDetails state file: tabs.state [DEBUG ] 17:54:05 component:137 Stopping component CoreConfig.. [DEBUG ] 17:54:05 component:137 Stopping component SideBar.. [DEBUG ] 17:54:05 component:137 Stopping component QueuedTorrents.. [DEBUG ] 17:54:05 component:137 Stopping component MainWindow.. [DEBUG ] 17:54:05 component:137 Stopping component ToolBar.. [DEBUG ] 17:54:05 component:137 Stopping component MenuBar.. this is with a clean config |
|||
| #294 | fixed | Error when deleting "auto-download" torrent | markybob | baptiste33@… |
| description |
Version is 0.5.9.3 I've accidentaly deleted my "auto download" folder and now deluge doesn't want to start lafontaine@lafontaine-desktop:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
save uploaded memory
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin TorrentNotification
Initialising plugin Search
Initialising plugin TorrentCreator
Initialising plugin NetworkGraph
Initialising plugin MoveTorrent
Initialising plugin EventLogging
Initialising plugin Scheduler
Initialising plugin TorrentPeers
Initialising plugin BlocklistImport
Initialising plugin DesiredRatio
Initialising plugin WebSeed
Initialising plugin TorrentFiles
Initialising plugin WebUi
Initialising plugin FlexRSS
Initialising plugin SpeedLimiter
Initialising plugin NetworkHealth
Applying preferences
Showing window
Traceback (most recent call last):
File "/usr/bin/deluge", line 132, in <module>
start_deluge()
File "/usr/bin/deluge", line 116, in start_deluge
interface.start(get_cmd_line_torrents())
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1034, in start
self.update()
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1101, in update
for filename in os.listdir(self.config.get("default_autoload_path")):
OSError: [Errno 2] Aucun fichier ou dossier de ce type: '<Here is my auto download folder>'
|
|||
| #296 | fixed | Allow setting TOS/QoS parameters. | andar | aagaande@… |
| description |
Setting ToS can be extremely handy for routers supporting traffic shaping options etc, to allow qualifying all data as throughput for example. This becomes increasingly important as more bittorrent data is using random ports and encryption. And it should be very easy to implement. rtorrent (using the same library?) supports this for example: tos = default|lowdelay|throughput|reliability|mincost, tos = hex
|
|||
