Demo mode

You’re exploring the public demo of Telebugs — a self-hosted error tracker built for developers who value privacy and control.

Some features are disabled here, but the full version lets you run Telebugs on your own server, with unlimited projects, real-time tracking, and complete data ownership.

Ready to get Telebugs running on your own infrastructure?

Demo mode
IndexError

Comment index out of range (content comments)

10h ago · 10h old
Mute

Report details (7)

Error message:Invalid email format 'content'
When:about 11 hours ago
Occurred at:2025-11-12 22:10:43 +0000
Handled:true
Severity:error
Server name:9527a83e3418
Environment:production
Items: 7

Backtrace (3)

  • inner_logic
    test.py, line 37
    In App
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
        message = scenario["message"].format(random.choice([random.randint(1, 1000), random.choice(["title", "content"]), "int", random.randint(0, 50), "search_term"]))
        # Simulate stack for authentic trace
        def inner_logic():
            if random.random() > 0.5:
                raise scenario["type"](message)
            else:
                raise scenario["type"](f"Variant: {message}")
        
        inner_logic()
    
                        
  • simulate_error
    test.py, line 41
    In App
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
            if random.random() > 0.5:
                raise scenario["type"](message)
            else:
                raise scenario["type"](f"Variant: {message}")
        
        inner_logic()
    # Init SDK once
    sentry_sdk.init(
        dsn=DSN,
        traces_sample_rate=1.0,
  • <module>
    test.py, line 71
    In App
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
            
            # Add breadcrumb
            sentry_sdk.add_breadcrumb(message=random.choice(["User loaded page", "Form submitted", "Query executed"]), level="info")
            
            try:
                simulate_error(scenario)
            except Exception as e:
                sentry_sdk.capture_exception(e)
                print(f"Sent error: {e}")
        
        # Flush to ensure send

Affected User (3)

email:[email protected]
user_id:233
username:demo_user_15
Items: 3

Tags (4)

app:project1
environment:test
technology:python
version:2.17.0
Items: 4

Contexts (2)

runtime:
{
  "name": "CPython",
  "version": "3.12.12",
  "build": "3.12.12 (main, Nov  4 2025, 04:29:50) [GCC 14.2.0]"
}
trace:
{
  "trace_id": "6bee2201f344410bb3055402839c8c52",
  "span_id": "ba56d51c6293267f",
  "parent_span_id": null
}
Items: 2

Additional Data (5)

context:
{
  "view": "UserRegisterView",
  "email": "invalid@email"
}
debug_info:
{
  "key": "value1"
}
request_method:PUT
sys.argv:test.py
url:/posts/21
Items: 5

Dependencies (4)

certifi2025.11.12
pip25.0.1
sentry-sdk2.17.0
urllib32.5.0
Items: 4

SDK (2)

Name:sentry.python
Version:2.17.0
Items: 2