
https://github.com/mhertz/deluge-TotalTraffic
Thank you friend, very fast in the request.
ahem, can't see change in repo: https://github.com/mhertz/deluge-TotalTrafficmhertz wrote: ↑Sat Oct 15, 2022 6:07 pm Replaced visually buggy icon with fixed version from Ser4ph4, thanks!
TotalTraffic-0.5.egg
Code: Select all
14:57:09 [ERROR ][deluge.pluginmanagerbase :1622] Unable to instantiate plugin 'TotalTraffic' from '/config/plugins/TotalTraffic-0.5.egg'!
14:57:09 [ERROR ][deluge.pluginmanagerbase :1622] No module named 'common'
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/deluge/pluginmanagerbase.py", line 148, in enable_plugin
instance = cls(plugin_name.replace('-', '_'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/plugins/TotalTraffic-0.5.egg/totaltraffic/__init__.py", line 56, in __init__
from .webui import WebUI as _plugin_cls
File "/config/plugins/TotalTraffic-0.5.egg/totaltraffic/webui.py", line 48, in <module>
from common import get_resource
ModuleNotFoundError: No module named 'common'