i get this usually daily. a reboot sometimes works and sometimes doesn't. it's too large for attachments and pastebin is down so here's a link to the log from my drive:
random crashing and rebooting into safe mode.
-
eliaslear -
April 16, 2025 at 7:59 AM -
Thread is Unresolved
-
-
Do you have an LG TV and does that also happen if you disable UPnP?
PostRE: Persistent Hourly Restart Issue on Raspberry Pi 4 with LibreELEC
The crash is from:
(Code, 5 lines)
PLT seems to be a uPnP library, so you could try disabling it in system/services/UPnP/DLNApopcornmixApril 24, 2024 at 2:56 PM -
Do you have an LG TV and does that also happen if you disable UPnP?
PostRE: Persistent Hourly Restart Issue on Raspberry Pi 4 with LibreELEC
The crash is from:
(Code, 5 lines)
PLT seems to be a uPnP library, so you could try disabling it in system/services/UPnP/DLNApopcornmixApril 24, 2024 at 2:56 PM i do not. it's a vizio. and i dont' see any upnp settings. were they disabled in the tv or in kodi?
-
Within KODI. The menu path is: Settings(gear wheel) -> Services -> UPnP/DLNA
-
i tired disabling upnp. i'll know in a day if it works or not. now when i restart, i'm getting a message "libreelec configuration error."
-
Regarding "libreelec configuration error.", it contains no information which kind of error occurs. The usual way to report errors is:
- Enable debug logging
- Reboot
- Reproduce the issue
- Paste the log and provide the URL afterwards
-
these are the 2 errors i get. i googled them but didn't find a solution:
Code
Display More2025-04-09 00:34:17.837 T:1534 error <general>: CDRMAtomic::DrmAtomicCommit - test commit failed: (Invalid argument) - falling back to last successful atomic request 2025-04-09 00:34:17.837 T:1534 error <general>: Object: plane ID: 52 Object: plane ID: 58 Object: plane ID: 40 Object: plane ID: 64 Object: plane ID: 46 Object: crtc ID: 73 Object: connector ID: 87 Object: plane ID: 70 Object: plane ID: 78 Object: plane ID: 74 Object: plane ID: 82 2025-04-09 00:34:17.837 T:1534 error <general>: CDRMAtomic::DrmAtomicCommit - atomic commit failed: Invalid argument ------------------------------------------------------- 2025-04-09 00:34:28.087 T:1801 error <general>: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files 2025-04-09 00:34:28.087 T:1801 info <general>: LogindUPowerSyscall - UPower not found, battery information will not be available 2025-04-09 00:34:28.091 T:1801 info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts... 2025-04-09 00:34:28.652 T:1801 error <general>: [xkb] couldn't find a Compose file for locale "C" (mapped to "C") 2025-04-09 00:34:28.652 T:1801 warning <general>: CLibInputKeyboard: Failed to compile localized compose table, composed key support will be disabled
-
If you read the code you'll find that in lots of scenarios Kodi tests for capabilities and makes code-path decisions based on whether something succeeds (is supported) or fails (is not supported). Both 'errors' are normal and harmless.
-
If you read the code you'll find that in lots of scenarios Kodi tests for capabilities and makes code-path decisions based on whether something succeeds (is supported) or fails (is not supported). Both 'errors' are normal and harmless.
i understand. that's why i'm posting this issue for help.
-
If you want support from experienced users or from experts like chewitt , you shouldn't skim with information. Snippets of logs are in 99.99 percent are pointless and and results into same as if you post "something is going wrong" - nothing more, no helpful content. Please provide a full debug log like described above.