orenlab / pytmbot

Versatile Telegram bot designed for managing Docker containers, monitoring server status, and extending its functionality through a modular plugin system
https://orenlab.github.io/pytmbot/
MIT License
8 stars 2 forks source link

Failed at @HandlersAggregator with error: 'NoneType' object is not callable. #50

Closed orenlab closed 4 months ago

orenlab commented 4 months ago
2024-06-27 10:27:02 - pyTMbot - DEBUG - Logger initialized [logs.py | build_bot_logger:98]
2024-06-27 10:27:02 - pyTMbot - DEBUG - Log level: 10 [logs.py | build_bot_logger:99]
2024-06-27 10:27:02 - pyTMbot - DEBUG - Operational bot mode: prod [__init__.py | __get_bot_token:88]
2024-06-27 10:27:02 - pyTMbot - DEBUG - Bot token setup successful [__init__.py | build_bot_instance:114]
2024-06-27 10:27:02 - pyTMbot - DEBUG - Basic configuration done. We are now continuing with... [__init__.py | build_bot_instance:127]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Setting up middleware... [main.py | __setup_middleware:167]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Middleware: AllowedUser [main.py | __setup_middleware:170]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Middleware setup successful. [main.py | __setup_middleware:177]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Starting handlers initialization... [handlers_aggregator.py | run_handlers:51]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: InlineContainerFullInfoHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: InlineSwapHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: InlineUpdateInfoHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: AboutBotHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: BotUpdatesHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: ContainersHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: FileSystemHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: LoadAvgHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: MemoryHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: NetIOHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: ProcessHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: SensorsHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: StartHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: UptimeHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - DEBUG - Initialized handler: EchoHandler. [handlers_aggregator.py | run_handlers:67]
2024-06-27 10:27:03 - pyTMbot - ERROR - Failed at @HandlersAggregator with error: 'NoneType' object is not callable. [handlers_aggregator.py | _log_error:95]
NoneType: None