Sentry: https://sentry.tinyhumans.ai/organizations/tinyhumans/issues/26524/ (TAURI-RUST-QT0)
Impact: 6,050 events · 1 user · error
Seen: first 2026-07-21 · last 2026-07-22
Release / env: openhuman@0.57.40+abddfcbd1b1d / production
Exception: "Impossibile completare l'operazione a causa di un limite del file system (os error 665)"
Culprit: (none)
Analysis: Italian Windows error message: "Cannot complete the operation due to a file system limit." Windows error 665 is ERROR_FILE_SYSTEM_LIMITATION — typically caused by a heavily fragmented file system, a file being written too quickly (exceeding the journal/USN limit), or a filesystem filter driver bottleneck. The single user is generating 3,000+ events/day, suggesting an unthrottled retry loop. The error should be rate-limited and surfaced with a user-friendly message.
Source: Sentry TAURI-RUST-QT0.
Sentry: https://sentry.tinyhumans.ai/organizations/tinyhumans/issues/26524/ (
TAURI-RUST-QT0)Impact: 6,050 events · 1 user · error
Seen: first 2026-07-21 · last 2026-07-22
Release / env: openhuman@0.57.40+abddfcbd1b1d / production
Exception: "Impossibile completare l'operazione a causa di un limite del file system (os error 665)"
Culprit: (none)
Analysis: Italian Windows error message: "Cannot complete the operation due to a file system limit." Windows error 665 is
ERROR_FILE_SYSTEM_LIMITATION— typically caused by a heavily fragmented file system, a file being written too quickly (exceeding the journal/USN limit), or a filesystem filter driver bottleneck. The single user is generating 3,000+ events/day, suggesting an unthrottled retry loop. The error should be rate-limited and surfaced with a user-friendly message.Source: Sentry
TAURI-RUST-QT0.