Custom Query (2447 matches)
Results (199 - 201 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2449 | WorksForMe | Unable to add a .torrent file in deluge 1.3.6 in Debian. | ||
Description |
Dear developer, few days ago I tried running Deluge and got the issue below. I have no idea if it's a debian-packaging issue or something else. Could you please look at the error below and let me know if it's a downstream issue or an upstream issue ? :- $ deluge /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::display after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/addtorrentdialog.py", line 155, in start self.update_core_config() File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/addtorrentdialog.py", line 202, in update_core_config return client.core.get_config_values(self.core_keys).addCallback(_on_config_values) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 306, in addCallback callbackKeywords=kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 295, in addCallbacks self._runCallbacks() --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/addtorrentdialog.py", line 197, in _on_config_values self.set_default_options() File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/addtorrentdialog.py", line 481, in set_default_options self.core_config["download_location"]) exceptions.TypeError: Gtk.FileChooser.set_current_folder() argument 1 must be string, not None Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/statusbar.py", line 204, in start self.send_status_request() File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/statusbar.py", line 287, in send_status_request client.core.get_free_space().addCallback(self._on_get_free_space) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 504, in __call__ return self.daemon.call(self.base, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 457, in call return defer.maybeDeferred(m, *copy.deepcopy(args), **copy.deepcopy(kwargs)) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred result = f(*args, **kw) File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 828, in get_free_space return deluge.common.free_space(path) File "/usr/lib/python2.7/dist-packages/deluge/common.py", line 528, in free_space if not os.path.exists(path): File "/usr/lib/python2.7/genericpath.py", line 18, in exists os.stat(path) exceptions.TypeError: coercing to Unicode: need string or buffer, NoneType found Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/statusbar.py", line 383, in update self.send_status_request() File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/statusbar.py", line 287, in send_status_request client.core.get_free_space().addCallback(self._on_get_free_space) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 504, in __call__ return self.daemon.call(self.base, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 457, in call return defer.maybeDeferred(m, *copy.deepcopy(args), **copy.deepcopy(kwargs)) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred result = f(*args, **kw) File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 828, in get_free_space return deluge.common.free_space(path) File "/usr/lib/python2.7/dist-packages/deluge/common.py", line 528, in free_space if not os.path.exists(path): File "/usr/lib/python2.7/genericpath.py", line 18, in exists os.stat(path) exceptions.TypeError: coercing to Unicode: need string or buffer, NoneType found Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/statusbar.py", line 383, in update self.send_status_request() File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/statusbar.py", line 287, in send_status_request client.core.get_free_space().addCallback(self._on_get_free_space) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 504, in __call__ return self.daemon.call(self.base, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 457, in call return defer.maybeDeferred(m, *copy.deepcopy(args), **copy.deepcopy(kwargs)) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred result = f(*args, **kw) File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 828, in get_free_space return deluge.common.free_space(path) File "/usr/lib/python2.7/dist-packages/deluge/common.py", line 528, in free_space if not os.path.exists(path): File "/usr/lib/python2.7/genericpath.py", line 18, in exists os.stat(path) exceptions.TypeError: coercing to Unicode: need string or buffer, NoneType found Unhandled error in Deferred: Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/statusbar.py", line 383, in update self.send_status_request() File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/statusbar.py", line 287, in send_status_request client.core.get_free_space().addCallback(self._on_get_free_space) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 504, in __call__ return self.daemon.call(self.base, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 457, in call return defer.maybeDeferred(m, *copy.deepcopy(args), **copy.deepcopy(kwargs)) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred result = f(*args, **kw) File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 828, in get_free_space return deluge.common.free_space(path) File "/usr/lib/python2.7/dist-packages/deluge/common.py", line 528, in free_space if not os.path.exists(path): File "/usr/lib/python2.7/genericpath.py", line 18, in exists os.stat(path) exceptions.TypeError: coercing to Unicode: need string or buffer, NoneType found I removed all the torrents, removed deluge, removed all the configurations from ~/.config/ so there is/was no deluge subdirectory and there and started again. With a clean re-install it still gives me this :- $ deluge /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::display after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) 23:57:27 shirish@debian:~$ deluge /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::display after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) (process:17653): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed As share cannot add a torrent. P.S. I have no idea why it says python is not there. $ python --version Python 2.7.6 $ python3 --version Python 3.3.5 As can be seen both python and python3 are installed and working at my end. $ aptitude search python:any i python - interactive high-level object-oriented language (default version) -- System Information: Debian Release: jessie/sid
'experimental'), (1, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages deluge depends on: ii deluge-gtk 1.3.6-1.1 ii python-libtorrent 0.16.13-1 pn python:any <none> |
|||
#2452 | WorksForMe | Ratio of seeding-only torrent | ||
Description |
There is a bug in ratio calculation which makes Deluge show a ratio for a torrent which I have not downloaded via Deluge but only added in order to seed. |
|||
#2453 | WorksForMe | Sometimes crashes after torrent file updates through updattor plugin | ||
Description |
I think there is a race condition error log output at debug level: [DEBUG ] 23:44:45 rpcserver:466 intevents: {} [DEBUG ] 23:44:45 configmanager:111 Getting config 'gtkui.conf' [INFO ] 23:44:45 core:200 Updatorr Processing Мастер Муши ТВ-2 ... [DEBUG ] 23:44:45 handler_base:148 Getting page at http://tr.anidub.com/?newsid=8931 ... [DEBUG ] 23:44:45 handler_base:148 Found div whith quality id "psp" [DEBUG ] 23:44:45 handler_base:148 Found div whith quality id "hwp" [DEBUG ] 23:44:45 handler_base:148 Found div whith quality id "tv720" [DEBUG ] 23:44:45 handler_base:148 Try to find quality "tv720" [DEBUG ] 23:44:45 handler_base:148 Selector is "div.torrent > div.torrent_c > div#tv720 div.torrent_h a" [DEBUG ] 23:44:45 handler_base:148 found doanload link http://tr.anidub.com//engine/download.php?id=3891 [DEBUG ] 23:44:45 handler_base:148 Torrent download link found: http://tr.anidub.com//engine/download.php?id=3891 [DEBUG ] 23:44:45 handler_base:148 Downloading torrent file from http://tr.anidub.com//engine/download.php?id=3891 ... [DEBUG ] 23:44:45 handler_base:148 Getting page at http://tr.anidub.com//engine/download.php?id=3891 ... [INFO ] 23:44:46 core:231 Updatorr Torrent update is available [DEBUG ] 23:44:46 torrentmanager:329 torrentmanager.add [DEBUG ] 23:44:46 configmanager:111 Getting config 'core.conf' [DEBUG ] 23:44:46 torrentmanager:428 renaming file index 0 to Мастер Муши ТВ-2/[AniDub]_Mushishi_Zoku_Shou_[03]_[720p_x264_Aac]_[Cuba77_Oriko].mp4 [DEBUG ] 23:44:46 torrentmanager:428 renaming file index 1 to Мастер Муши ТВ-2/[AniDub]_Mushishi_Zoku_Shou_[05]_[720p_x264_Aac]_[Cuba77_Oriko].mp4 [DEBUG ] 23:44:46 torrentmanager:428 renaming file index 2 to Мастер Муши ТВ-2/[AniDub]_Mushishi_Zoku_Shou_[01]_[720p_x264_Aac]_[Cuba77_Oriko].mp4 [DEBUG ] 23:44:46 torrentmanager:428 renaming file index 3 to Мастер Муши ТВ-2/[AniDub]_Mushishi_Zoku_Shou_[06]_[720p_x264_Aac]_[Cuba77_Oriko].mp4 [DEBUG ] 23:44:46 torrentmanager:428 renaming file index 4 to Мастер Муши ТВ-2/[AniDub]_Mushishi_Zoku_Shou_[02]_[720p_x264_Aac]_[Cuba77_Oriko].mp4 [DEBUG ] 23:44:46 torrentmanager:428 renaming file index 5 to Мастер Муши ТВ-2/[AniDub]_Mushishi_Zoku_Shou_[07]_[720p_x264_Aac]_[Cuba77_Oriko].mp4 [DEBUG ] 23:44:46 torrentmanager:428 renaming file index 6 to Мастер Муши ТВ-2/[AniDub]_Mushishi_Zoku_Shou_[04]_[720p_x264_Aac]_[Cuba77_Oriko].mp4 [DEBUG ] 23:44:46 torrentmanager:437 options: {'max_download_speed': -1.0, 'move_completed_path': '/home/lucky/\xd0\x97\xd0\xb0\xd0\xb3\xd1\x80\xd1\x83\xd0\xb7\xd0\xba\xd0\xb8', 'private': True, 'total_payload_upload': 0, 'paused': False, 'max_upload_slots': -1, 'file_priorities': [1, 1, 1, 1, 1, 1, 1], 'prioritize_first_last': False, 'max_connections': -1, 'download_location': '/home/lucky/\xd0\x92\xd0\xb8\xd0\xb4\xd0\xb5\xd0\xbe/\xd0\x90\xd0\xbd\xd0\xb8\xd0\xbc\xd0\xb5', 'compact_allocation': False, 'max_upload_speed': -1.0, 'save_path': '/home/lucky/\xd0\x92\xd0\xb8\xd0\xb4\xd0\xb5\xd0\xbe/\xd0\x90\xd0\xbd\xd0\xb8\xd0\xbc\xd0\xb5', 'prioritize_first_last_pieces': False, 'auto_managed': True, 'stop_at_ratio': False, 'move_completed': False, 'move_on_completed_path': '/home/lucky/\xd0\x97\xd0\xb0\xd0\xb3\xd1\x80\xd1\x83\xd0\xb7\xd0\xba\xd0\xb8', 'add_paused': False, 'move_on_completed': False, 'is_auto_managed': True, 'mapped_files': {0: u'\u041c\u0430\u0441\u0442\u0435\u0440 \u041c\u0443\u0448\u0438 \u0422\u0412-2/[AniDub]_Mushishi_Zoku_Shou_[03]_[720p_x264_Aac]_[Cuba77_Oriko].mp4', 1: u'\u041c\u0430\u0441\u0442\u0435\u0440 \u041c\u0443\u0448\u0438 \u0422\u0412-2/[AniDub]_Mushishi_Zoku_Shou_[05]_[720p_x264_Aac]_[Cuba77_Oriko].mp4', 2: u'\u041c\u0430\u0441\u0442\u0435\u0440 \u041c\u0443\u0448\u0438 \u0422\u0412-2/[AniDub]_Mushishi_Zoku_Shou_[01]_[720p_x264_Aac]_[Cuba77_Oriko].mp4', 3: u'\u041c\u0430\u0441\u0442\u0435\u0440 \u041c\u0443\u0448\u0438 \u0422\u0412-2/[AniDub]_Mushishi_Zoku_Shou_[06]_[720p_x264_Aac]_[Cuba77_Oriko].mp4', 4: u'\u041c\u0430\u0441\u0442\u0435\u0440 \u041c\u0443\u0448\u0438 \u0422\u0412-2/[AniDub]_Mushishi_Zoku_Shou_[02]_[720p_x264_Aac]_[Cuba77_Oriko].mp4', 5: u'\u041c\u0430\u0441\u0442\u0435\u0440 \u041c\u0443\u0448\u0438 \u0422\u0412-2/[AniDub]_Mushishi_Zoku_Shou_[07]_[720p_x264_Aac]_[Cuba77_Oriko].mp4', 6: u'\u041c\u0430\u0441\u0442\u0435\u0440 \u041c\u0443\u0448\u0438 \u0422\u0412-2/[AniDub]_Mushishi_Zoku_Shou_[04]_[720p_x264_Aac]_[Cuba77_Oriko].mp4'}, 'queue': -1, 'remove_at_ratio': False, 'stop_ratio': 2.0} [DEBUG ] 23:44:46 torrentmanager:471 handle id: 7aa1e861551fb3af49152e89081a87c68b9ebdc1 [DEBUG ] 23:44:46 torrent:105 Creating torrent object 7aa1e861551fb3af49152e89081a87c68b9ebdc1 [DEBUG ] 23:44:46 configmanager:111 Getting config 'core.conf' [DEBUG ] 23:44:46 configmanager:111 Getting config 'core.conf' [DEBUG ] 23:44:46 torrent:305 setting 7aa1e861551fb3af49152e89081a87c68b9ebdc1's file priorities: [1, 1, 1, 1, 1, 1, 1] [DEBUG ] 23:44:46 torrent:381 set_state_based_on_ltstate: Queued [DEBUG ] 23:44:46 torrent:382 session.is_paused: False [DEBUG ] 23:44:46 torrent:212 Torrent object created. [DEBUG ] 23:44:46 alertmanager:123 torrent_added_alert: [AniDub]_Mushishi_Zoku_Shou_[720p]_[Cuba77_Oriko] added [DEBUG ] 23:44:46 alertmanager:123 state_changed_alert: [AniDub]_Mushishi_Zoku_Shou_[720p]_[Cuba77_Oriko]: state changed to: checking (q) [DEBUG ] 23:44:46 torrentmanager:1028 on_alert_state_changed [DEBUG ] 23:44:46 torrent:381 set_state_based_on_ltstate: Checking [DEBUG ] 23:44:46 torrent:382 session.is_paused: False [DEBUG ] 23:44:46 rpcserver:466 intevents: {} [DEBUG ] 23:44:46 torrentmanager:696 Saving torrent state file. [DEBUG ] 23:44:46 rpcserver:466 intevents: {} [INFO ] 23:44:46 torrentmanager:520 Torrent Мастер Муши ТВ-2 added by user: [DEBUG ] 23:44:46 core:322 Removing torrent dd19a297553f2789726067fbcaaf73bf5a25be3f from the core. [DEBUG ] 23:44:46 rpcserver:466 intevents: {} [DEBUG ] 23:44:46 torrentmanager:736 Opening torrents fastresume file for load. [DEBUG ] 23:44:46 torrent:898 Deleting torrent file: /home/lucky/.config/deluge/state/dd19a297553f2789726067fbcaaf73bf5a25be3f.torrent [DEBUG ] 23:44:46 torrentmanager:696 Saving torrent state file. [DEBUG ] 23:44:46 alertmanager:123 state_changed_alert: [AniDub]_Mushishi_Zoku_Shou_[720p]_[Cuba77_Oriko]: state changed to: checking [DEBUG ] 23:44:46 alertmanager:123 torrent_resumed_alert: [AniDub]_Mushishi_Zoku_Shou_[720p]_[Cuba77_Oriko] resumed [DEBUG ] 23:44:46 alertmanager:123 torrent_removed_alert: [AniDub]_Mushishi_Zoku_Shou_[720p]_[Cuba77_Oriko] removed [DEBUG ] 23:44:46 alertmanager:123 tracker_announce_alert: [AniDub]_Mushishi_Zoku_Shou_[720p]_[Cuba77_Oriko] (http://tr.anidub.com:80/00018b66bec5853f28ed78137661adb7/announce) sending announce (stopped) [DEBUG ] 23:44:46 rpcserver:466 intevents: {} [INFO ] 23:44:46 torrentmanager:615 Torrent Мастер Муши ТВ-2 removed by user: [INFO ] 23:44:46 core:238 Updatorr Torrent is updated [DEBUG ] 23:44:46 rpcserver:466 intevents: {} [DEBUG ] 23:44:46 configmanager:111 Getting config 'gtkui.conf' [DEBUG ] 23:44:46 config:423 Saving new config file /home/lucky/.config/deluge/updatorr.conf.new /usr/lib/python2.7/site-packages/deluge/ui/gtkui/listview.py:69: GtkWarning: gtk_tree_model_sort_get_value: assertion 'VALID_ITER (iter, tree_model_sort)' failed size = model.get_value(row, data) (deluge:6469): GLib-GObject-CRITICAL **: g_value_unset: assertion 'G_IS_VALUE (value)' failed Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/listview.py", line 69, in cell_data_size size = model.get_value(row, data) TypeError: unknown type (null) /usr/lib/python2.7/site-packages/deluge/ui/gtkui/torrentview.py:152: GtkWarning: gtk_tree_model_sort_get_value: assertion 'VALID_ITER (iter, tree_model_sort)' failed (value, state_str) = model.get(row, *data) (deluge:6469): GLib-GObject-CRITICAL **: g_value_unset: assertion 'G_IS_VALUE (value)' failed (deluge:6469): GLib-GObject-CRITICAL **: g_value_unset: assertion 'G_IS_VALUE (value)' failed Fatal Python error: (pygame parachute) Segmentation Fault А |