1 |
|
---|
2 | Unhandled error in Deferred:
|
---|
3 | 21:08:04 [CRITICAL][twisted :154 ] Unhandled error in Deferred:
|
---|
4 |
|
---|
5 | Traceback (most recent call last):
|
---|
6 | File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 1649, in main
|
---|
7 | return _Gtk_main(*args, **kwargs)
|
---|
8 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/menubar.py", line 368, in on_dialog_response_event
|
---|
9 | client.core.move_storage(
|
---|
10 | File "/usr/lib/python3/dist-packages/deluge/ui/client.py", line 551, in __call__
|
---|
11 | return self.daemon.call(self.base, *args, **kwargs)
|
---|
12 | File "/usr/lib/python3/dist-packages/deluge/ui/client.py", line 500, in call
|
---|
13 | return defer.maybeDeferred(m, *copy.deepcopy(args), **copy.deepcopy(kwargs))
|
---|
14 | --- <exception caught here> ---
|
---|
15 | File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 151, in maybeDeferred
|
---|
16 | result = f(*args, **kw)
|
---|
17 | File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 691, in move_storage
|
---|
18 | if not self.torrentmanager[torrent_id].move_storage(dest):
|
---|
19 | File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1248, in move_storage
|
---|
20 | self.handle.move_storage(dest, flags=2)
|
---|
21 | Boost.Python.ArgumentError: Python argument types in
|
---|
22 | torrent_handle.move_storage(torrent_handle, str)
|
---|
23 | did not match C++ signature:
|
---|
24 | move_storage(libtorrent::torrent_handle {lvalue}, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > path, libtorrent::move_flags_t flags=libtorrent.move_flags_t.always_replace_files)
|
---|
25 |
|
---|
26 | Temporarily disabling observer LegacyLogObserverWrapper(<bound method TwistedLoggingObserver.emit of <deluge.log.TwistedLoggingObserver object at 0x7fb2264a1370>>) due to exception: [Failure instance: Traceback: <class 'TypeError'>: findCaller() takes from 1 to 2 positional arguments but 3 were given
|
---|
27 | /usr/lib/python3/dist-packages/deluge/ui/gtk3/menubar.py:368:on_dialog_response_event
|
---|
28 | /usr/lib/python3/dist-packages/twisted/internet/defer.py:962:__del__
|
---|
29 | /usr/lib/python3/dist-packages/twisted/logger/_logger.py:190:failure
|
---|
30 | /usr/lib/python3/dist-packages/twisted/logger/_logger.py:144:emit
|
---|
31 | --- <exception caught here> ---
|
---|
32 | /usr/lib/python3/dist-packages/twisted/logger/_observer.py:131:__call__
|
---|
33 | /usr/lib/python3/dist-packages/twisted/logger/_legacy.py:93:__call__
|
---|
34 | /usr/lib/python3/dist-packages/deluge/log.py:204:emit
|
---|
35 | /usr/lib/python3.9/logging/__init__.py:1493:critical
|
---|
36 | /usr/lib/python3.9/logging/__init__.py:1577:_log
|
---|
37 | ]
|
---|
38 | Traceback (most recent call last):
|
---|
39 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/menubar.py", line 368, in on_dialog_response_event
|
---|
40 | client.core.move_storage(
|
---|
41 | File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 962, in __del__
|
---|
42 | log.failure(format,
|
---|
43 | File "/usr/lib/python3/dist-packages/twisted/logger/_logger.py", line 190, in failure
|
---|
44 | self.emit(level, format, log_failure=failure, **kwargs)
|
---|
45 | File "/usr/lib/python3/dist-packages/twisted/logger/_logger.py", line 144, in emit
|
---|
46 | self.observer(event)
|
---|
47 | --- <exception caught here> ---
|
---|
48 | File "/usr/lib/python3/dist-packages/twisted/logger/_observer.py", line 131, in __call__
|
---|
49 | observer(event)
|
---|
50 | File "/usr/lib/python3/dist-packages/twisted/logger/_legacy.py", line 93, in __call__
|
---|
51 | self.legacyObserver(event)
|
---|
52 | File "/usr/lib/python3/dist-packages/deluge/log.py", line 204, in emit
|
---|
53 | getattr(LoggingLoggerClass, event_dict['log_level'].name)(
|
---|
54 | File "/usr/lib/python3.9/logging/__init__.py", line 1493, in critical
|
---|
55 | self._log(CRITICAL, msg, args, **kwargs)
|
---|
56 | File "/usr/lib/python3.9/logging/__init__.py", line 1577, in _log
|
---|
57 | fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel)
|
---|
58 | builtins.TypeError: findCaller() takes from 1 to 2 positional arguments but 3 were given
|
---|
59 |
|
---|
60 |
|
---|