Skip to content

Conversation

@cardosofede
Copy link
Contributor

No description provided.

@rapcmia
Copy link

rapcmia commented Dec 26, 2025

Commit 498bfe0


On routine menu

image
2025-12-26 10:45:33,556 - telegram.ext.Application - ERROR - No error handlers are registered, logging exception.
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/telegram/ext/_application.py", line 1315, in process_update
    await coroutine
  File "/usr/local/lib/python3.12/site-packages/telegram/ext/_handlers/basehandler.py", line 159, in handle_update
    return await self.callback(update, context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/utils/auth.py", line 22, in wrapped
    return await func(update, context, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/handlers/routines/__init__.py", line 862, in routines_command
    await _show_menu(update, context)
  File "/app/handlers/routines/__init__.py", line 366, in _show_menu
    icon = "🔄" if routine.is_interval else "⚡"
                   ^^^^^^^^^^^^^^^^^^^
AttributeError: 'RoutineInfo' object has no attribute 'is_interval'

@rapcmia
Copy link

rapcmia commented Dec 26, 2025

On routine menu

  • This is fixed after rebuilt loca image and update docker-compose.yml ✅

@rapcmia
Copy link

rapcmia commented Jan 7, 2026

  • Commit fd2123e
    • I cant start on source error

      ##### run python main.py
      Traceback (most recent call last):
        File "/home/yawnyunehh/hummingbot/condor/15/main.py", line 18, in <module>
          from handlers.bots import bots_command, bots_callback_handler
        File "/home/yawnyunehh/hummingbot/condor/15/handlers/bots/__init__.py", line 23, in <module>
          from .menu import (
        File "/home/yawnyunehh/hummingbot/condor/15/handlers/bots/menu.py", line 20, in <module>
          from ._shared import get_bots_client, clear_bots_state, set_controller_config
        File "/home/yawnyunehh/hummingbot/condor/15/handlers/bots/_shared.py", line 29, in <module>
          from .controllers import SUPPORTED_CONTROLLERS, get_controller
        File "/home/yawnyunehh/hummingbot/condor/15/handlers/bots/controllers/__init__.py", line 15, in <module>
          from .grid_strike import GridStrikeController
        File "/home/yawnyunehh/hummingbot/condor/15/handlers/bots/controllers/grid_strike/__init__.py", line 32, in <module>
          from .chart import generate_chart, generate_preview_chart
        File "/home/yawnyunehh/hummingbot/condor/15/handlers/bots/controllers/grid_strike/chart.py", line 17, in <module>
          from handlers.dex.visualizations import generate_candlestick_chart, DARK_THEME
        File "/home/yawnyunehh/hummingbot/condor/15/handlers/dex/__init__.py", line 33, in <module>
          from .router import (
      ModuleNotFoundError: No module named 'handlers.dex.router'
      
    • Same error occurred when built local docker image, using docker compose up -d
      image

@rapcmia
Copy link

rapcmia commented Jan 7, 2026

I cant start on source error

Fixed ✅

  • Source
    image
  • Docker
    image

@rapcmia
Copy link

rapcmia commented Jan 7, 2026

  • On make setup, user is informed:
    • Asked for Telegram bot and userID, ok
    • If docker, docker compose up -d, ok
    • If source, make install; conda activate condor; python main.py
      • But the make install asked for Telegram bot and user ID which should be done on make setup only?
        image

I setup on docker and getting this behavior on TG:
image

  • Docker logs shows same error
    image
    • I docker stop watchtower; docker rm watchtower; docker pull containrrr/watchtower:latest but no go

@rapcmia
Copy link

rapcmia commented Jan 8, 2026

But the make install asked for Telegram bot and user ID which should be done on make setup only?

Fixed ✅
image

@cardosofede cardosofede merged commit e6fe12c into main Jan 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants