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
AttributeError

Variant: Post object has no attribute 'title'

21m ago · 7h old
Mute

Report details (7)

Error message:Variant: Post object has no attribute 'int'
When:about 2 hours ago
Occurred at:2025-11-13 06:05:23 +0000
Handled:true
Severity:error
Server name:be1925f18265
Environment:production
Items: 7

Backtrace (3)

  • inner_logic
    test.py, line 52
    In App
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
        # 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()
    # Init SDK once
    sentry_sdk.init(
  • simulate_error
    test.py, line 54
    In App
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
            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 98
    In App
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
                # 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}")
            # Small intra-burst delay to spread within cycle

Affected User (3)

email:[email protected]
user_id:321
username:demo_user_70
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": "f7b8b655c64c4fda9a09da889cafed25",
  "span_id": "a596bd54f6dd1d6a",
  "parent_span_id": null
}
Items: 2

Additional Data (5)

context:
{
  "view": "PublishPostView",
  "attr": "author"
}
debug_info:
{
  "key": "value2"
}
request_method:GET
sys.argv:test.py
url:/posts/57
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