Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UninitializedPropertyAccessException: lateinit property id has not been initialized #195

Open
book000 opened this issue Jul 28, 2024 · 0 comments

Comments

@book000
Copy link
Member

book000 commented Jul 28, 2024

http://192.168.12.4:7000/jaoafa/issues/1

{
  "sdk": {
    "name": "sentry.java",
    "version": "7.12.0",
    "packages": [{ "name": "maven:io.sentry:sentry", "version": "7.12.0" }],
    "integrations": ["UncaughtExceptionHandler", "ShutdownHook"]
  },
  "type": "error",
  "user": { "ip_address": "{{auto}}" },
  "title": "UninitializedPropertyAccessException: lateinit property id has not been initialized",
  "culprit": "com.kotlindiscord.kord.extensions.events.EventHandler in call",
  "message": "",
  "modules": {},
  "request": null,
  "contexts": {
    "trace": {
      "op": "default",
      "origin": "manual",
      "span_id": "378a2df143a24484",
      "trace_id": "9499dec33005409db9e5d00374cdcec1"
    },
    "runtime": { "name": "Azul Systems, Inc.", "version": "17.0.12" }
  },
  "logentry": null,
  "metadata": {
    "type": "UninitializedPropertyAccessException",
    "value": "lateinit property id has not been initialized",
    "filename": "EventHandler.kt",
    "function": "call"
  },
  "platform": "java",
  "exception": {
    "values": [
      {
        "type": "UninitializedPropertyAccessException",
        "value": "lateinit property id has not been initialized",
        "mechanism": { "type": "UncaughtExceptionHandler", "handled": false },
        "thread_id": 478,
        "stacktrace": {
          "frames": [
            {
              "lineno": 702,
              "module": "kotlinx.coroutines.scheduling.CoroutineScheduler$Worker",
              "native": false,
              "abs_path": "CoroutineScheduler.kt",
              "filename": "CoroutineScheduler.kt",
              "function": "run"
            },
            {
              "lineno": 715,
              "module": "kotlinx.coroutines.scheduling.CoroutineScheduler$Worker",
              "native": false,
              "abs_path": "CoroutineScheduler.kt",
              "filename": "CoroutineScheduler.kt",
              "function": "runWorker"
            },
            {
              "lineno": 811,
              "module": "kotlinx.coroutines.scheduling.CoroutineScheduler$Worker",
              "native": false,
              "abs_path": "CoroutineScheduler.kt",
              "filename": "CoroutineScheduler.kt",
              "function": "executeTask"
            },
            {
              "lineno": 584,
              "module": "kotlinx.coroutines.scheduling.CoroutineScheduler",
              "native": false,
              "abs_path": "CoroutineScheduler.kt",
              "filename": "CoroutineScheduler.kt",
              "function": "runSafely"
            },
            {
              "lineno": 104,
              "module": "kotlinx.coroutines.DispatchedTask",
              "native": false,
              "abs_path": "DispatchedTask.kt",
              "filename": "DispatchedTask.kt",
              "function": "run"
            },
            {
              "lineno": 33,
              "module": "kotlin.coroutines.jvm.internal.BaseContinuationImpl",
              "native": false,
              "abs_path": "ContinuationImpl.kt",
              "filename": "ContinuationImpl.kt",
              "function": "resumeWith"
            },
            {
              "module": "com.kotlindiscord.kord.extensions.events.EventHandler$call$1",
              "native": false,
              "abs_path": "EventHandler.kt",
              "filename": "EventHandler.kt",
              "function": "invokeSuspend"
            },
            {
              "lineno": 358,
              "module": "com.kotlindiscord.kord.extensions.events.EventHandler",
              "native": false,
              "abs_path": "EventHandler.kt",
              "filename": "EventHandler.kt",
              "function": "call"
            }
          ]
        }
      }
    ]
  },
  "breadcrumbs": null,
  "environment": "production",
  "event_id": "1988c02bbca74417b55d28aa25a40020",
  "project": 1,
  "level": "fatal",
  "tags": [
    ["environment", "production"],
    ["server_name", "430f4bf567f1"]
  ],
  "datetime": "2024-07-28T08:50:23.195000Z"
}
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

No branches or pull requests

1 participant