blitz_api/app/system/impl
fusion44 cf423f52c1
fix(system): stop native_python impl swallowing errors into None
@logger.catch defaults to reraise=False, so change_password and
get_debug_logs_raw - which raise NotImplementedError - silently
returned None. The service layer's 'except NotImplementedError -> 501'
never fired, yielding '200 null' or a response-model 500 instead.
login likewise turned unexpected errors into a None result.

Drop the pointless decorator from the two methods that only raise, and
let login reraise so failures surface.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 21:44:25 +02:00
..
native_python.py fix(system): stop native_python impl swallowing errors into None 2026-07-03 21:44:25 +02:00
raspiblitz.py fix(system): stop leaking passwords via change-password endpoint 2026-07-03 21:42:25 +02:00
raspiblitz_utils.py #179 add identity_uri to ln_info_lite (#183) 2022-12-20 07:43:37 +01:00
README.md refactor: switch to domain driven directory layout 2022-10-03 20:22:00 +02:00
system_base.py feat: update Python and Devenv deps 2026-02-03 11:04:41 +01:00

System Implementation

APIPlatform RaspiBlitz

Get all necessary information from Redis

APIPlatform Native Python

Get all necessary from .env file and/or native python libraries