linyuan0213 / nas-tools

NAS媒体库管理工具
GNU Affero General Public License v3.0
234 stars 70 forks source link

compose替换镜像后报错 #21

Closed crhope closed 6 months ago

crhope commented 6 months ago

Traceback (most recent call last): File "/nas-tools/run.py", line 29, in from web.action import WebAction File "/nas-tools/web/action.py", line 22, in from app.brushtask import BrushTask File "/nas-tools/app/brushtask.py", line 12, in from app.downloader import Downloader File "/nas-tools/app/downloader/init.py", line 1, in from .downloader import Downloader File "/nas-tools/app/downloader/downloader.py", line 11, in from app.conf import ModuleConf File "/nas-tools/app/conf/init.py", line 1, in from .systemconfig import SystemConfig File "/nas-tools/app/conf/systemconfig.py", line 3, in from app.helper import DictHelper File "/nas-tools/app/helper/init.py", line 1, in from .chrome_helper import ChromeHelper, init_chrome File "/nas-tools/app/helper/chrome_helper.py", line 11, in from app.utils import SystemUtils, RequestUtils File "/nas-tools/app/utils/init.py", line 10, in from .torrent import Torrent File "/nas-tools/app/utils/torrent.py", line 7, in import libtorrent ModuleNotFoundError: No module named 'libtorrent'

linyuan0213 commented 6 months ago

这个问题已经修复了,遇到的更新一下