Giter Club home page Giter Club logo

Comments (7)

hsuyelin avatar hsuyelin commented on May 31, 2024

@iovejieba 我版本都没更新,有啥问题,展开说说

from nas-tools.

iovejieba avatar iovejieba commented on May 31, 2024

@iovejieba 我版本都没更新,有啥问题,展开说说

额 那我去换下 刚才没导出日志 我就换回来了

from nas-tools.

iovejieba avatar iovejieba commented on May 31, 2024

2023-07-29 07:34:15 stdout ModuleNotFoundError: No module named 'app.downloader.client.qbittorrent'
2023-07-29 07:34:15 stdout from .qbittorrent import Qbittorrent
2023-07-29 07:34:15 stdout File "/nas-tools/app/downloader/client/init.py", line 1, in
2023-07-29 07:34:15 stdout File "", line 241, in _call_with_frames_removed
2023-07-29 07:34:15 stdout File "", line 883, in exec_module
2023-07-29 07:34:15 stdout File "", line 688, in _load_unlocked
2023-07-29 07:34:15 stdout File "", line 1006, in _find_and_load_unlocked
2023-07-29 07:34:15 stdout File "", line 1027, in _find_and_load
2023-07-29 07:34:15 stdout File "", line 1050, in _gcd_import
2023-07-29 07:34:15 stdout return _bootstrap._gcd_import(name[level:], package, level)
2023-07-29 07:34:15 stdout File "/usr/local/lib/python3.10/importlib/init.py", line 126, in import_module
2023-07-29 07:34:15 stdout packages = importlib.import_module(package).path
2023-07-29 07:34:15 stdout File "/nas-tools/app/helper/submodule_helper.py", line 17, in import_submodules
2023-07-29 07:34:15 stdout self._downloader_schema = SubmoduleHelper.import_submodules(
2023-07-29 07:34:15 stdout File "/nas-tools/app/downloader/downloader.py", line 53, in init
2023-07-29 07:34:15 stdout INSTANCES[cls] = cls(*args, **kwargs)
2023-07-29 07:34:15 stdout File "/nas-tools/app/utils/commons.py", line 23, in _singleton
2023-07-29 07:34:15 stdout self.downloader = Downloader()
2023-07-29 07:34:15 stdout File "/nas-tools/app/searcher.py", line 30, in init_config
2023-07-29 07:34:15 stdout self.init_config()
2023-07-29 07:34:15 stdout File "/nas-tools/app/searcher.py", line 27, in init
2023-07-29 07:34:15 stdout INSTANCES[cls] = cls(*args, **kwargs)
2023-07-29 07:34:15 stdout File "/nas-tools/app/utils/commons.py", line 23, in _singleton
2023-07-29 07:34:15 stdout self.searcher = Searcher()
2023-07-29 07:34:15 stdout File "/nas-tools/app/subscribe.py", line 44, in init_config
2023-07-29 07:34:15 stdout self.init_config()
2023-07-29 07:34:15 stdout File "/nas-tools/app/subscribe.py", line 39, in init
2023-07-29 07:34:15 stdout INSTANCES[cls] = cls(*args, **kwargs)
2023-07-29 07:34:15 stdout File "/nas-tools/app/utils/commons.py", line 23, in _singleton
2023-07-29 07:34:15 stdout self.SCHEDULER.add_job(Subscribe().subscribe_search_all, 'interval', hours=search_rss_interval)
2023-07-29 07:34:15 stdout File "/nas-tools/app/scheduler.py", line 90, in run_service
2023-07-29 07:34:15 stdout self.run_service()
2023-07-29 07:34:15 stdout File "/nas-tools/app/scheduler.py", line 36, in init_config
2023-07-29 07:34:15 stdout self.init_config()
2023-07-29 07:34:15 stdout File "/nas-tools/app/scheduler.py", line 30, in init
2023-07-29 07:34:15 stdout INSTANCES[cls] = cls(*args, **kwargs)
2023-07-29 07:34:15 stdout File "/nas-tools/app/utils/commons.py", line 23, in _singleton
2023-07-29 07:34:15 stdout Scheduler()
2023-07-29 07:34:15 stdout File "/nas-tools/web/action.py", line 335, in start_service
2023-07-29 07:34:15 stdout WebAction.start_service()
2023-07-29 07:34:15 stdout File "/nas-tools/run.py", line 106, in start_service
2023-07-29 07:34:15 stdout start_service()
2023-07-29 07:34:15 stdout File "/nas-tools/run.py", line 115, in
2023-07-29 07:34:15 stdout Traceback (most recent call last):

2023-07-29 07:33:58 stdout TabError: inconsistent use of tabs and spaces in indentation
2023-07-29 07:33:58 stdout return self.qbc.torrents_delete_tags(torrent_hashes=ids, tags=tag)
2023-07-29 07:33:58 stdout File "/nas-tools/app/downloader/client/qbittorrent.py", line 237
2023-07-29 07:33:58 stdout from .qbittorrent import Qbittorrent
2023-07-29 07:33:58 stdout File "/nas-tools/app/downloader/client/init.py", line 1, in
2023-07-29 07:33:58 stdout File "", line 241, in _call_with_frames_removed
2023-07-29 07:33:58 stdout File "", line 883, in exec_module
2023-07-29 07:33:58 stdout File "", line 688, in _load_unlocked
2023-07-29 07:33:58 stdout File "", line 1006, in _find_and_load_unlocked
2023-07-29 07:33:58 stdout File "", line 1027, in _find_and_load
2023-07-29 07:33:58 stdout File "", line 1050, in _gcd_import
2023-07-29 07:33:58 stdout return _bootstrap._gcd_import(name[level:], package, level)
2023-07-29 07:33:58 stdout File "/usr/local/lib/python3.10/importlib/init.py", line 126, in import_module
2023-07-29 07:33:58 stdout packages = importlib.import_module(package).path
2023-07-29 07:33:58 stdout File "/nas-tools/app/helper/submodule_helper.py", line 17, in import_submodules
2023-07-29 07:33:58 stdout self._downloader_schema = SubmoduleHelper.import_submodules(
2023-07-29 07:33:58 stdout File "/nas-tools/app/downloader/downloader.py", line 53, in init
2023-07-29 07:33:58 stdout INSTANCES[cls] = cls(*args, **kwargs)
2023-07-29 07:33:58 stdout File "/nas-tools/app/utils/commons.py", line 23, in _singleton
2023-07-29 07:33:58 stdout self.downloader = Downloader()
2023-07-29 07:33:58 stdout File "/nas-tools/app/searcher.py", line 30, in init_config
2023-07-29 07:33:58 stdout self.init_config()
2023-07-29 07:33:58 stdout File "/nas-tools/app/searcher.py", line 27, in init
2023-07-29 07:33:58 stdout INSTANCES[cls] = cls(*args, **kwargs)
2023-07-29 07:33:58 stdout File "/nas-tools/app/utils/commons.py", line 23, in _singleton
2023-07-29 07:33:58 stdout self.searcher = Searcher()
2023-07-29 07:33:58 stdout File "/nas-tools/app/subscribe.py", line 44, in init_config
2023-07-29 07:33:58 stdout self.init_config()
2023-07-29 07:33:58 stdout File "/nas-tools/app/subscribe.py", line 39, in init
2023-07-29 07:33:58 stdout INSTANCES[cls] = cls(*args, **kwargs)
2023-07-29 07:33:58 stdout File "/nas-tools/app/utils/commons.py", line 23, in _singleton
2023-07-29 07:33:58 stdout self.SCHEDULER.add_job(Subscribe().subscribe_search_all, 'interval', hours=search_rss_interval)
2023-07-29 07:33:58 stdout File "/nas-tools/app/scheduler.py", line 90, in run_service
2023-07-29 07:33:58 stdout self.run_service()
2023-07-29 07:33:58 stdout File "/nas-tools/app/scheduler.py", line 36, in init_config
2023-07-29 07:33:58 stdout self.init_config()
2023-07-29 07:33:58 stdout File "/nas-tools/app/scheduler.py", line 30, in init
2023-07-29 07:33:58 stdout INSTANCES[cls] = cls(*args, **kwargs)
2023-07-29 07:33:58 stdout File "/nas-tools/app/utils/commons.py", line 23, in _singleton
2023-07-29 07:33:58 stdout Scheduler()
2023-07-29 07:33:58 stdout File "/nas-tools/web/action.py", line 335, in start_service
2023-07-29 07:33:58 stdout WebAction.start_service()
2023-07-29 07:33:58 stdout File "/nas-tools/run.py", line 106, in start_service
2023-07-29 07:33:58 stdout start_service()
2023-07-29 07:33:58 stdout File "/nas-tools/run.py", line 115, in
2023-07-29 07:33:58 stdout Traceback (most recent call last):

from nas-tools.

iovejieba avatar iovejieba commented on May 31, 2024

看着....额 大小写?

from nas-tools.

hsuyelin avatar hsuyelin commented on May 31, 2024

看着....额 大小写?

抽空本地调试看看

from nas-tools.

iovejieba avatar iovejieba commented on May 31, 2024

看着....额 大小写?

抽空本地调试看看

ok

from nas-tools.

hsuyelin avatar hsuyelin commented on May 31, 2024

看着....额 大小写?

抽空本地调试看看

ok

我试了没问题,等我新版本你更新下,有问题在反馈我先关了

from nas-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.