Skip to content

Windows: filesystem limit error (os error 665) flooding Sentry at 6k events #5163

Description

@senamakel

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions