This is a critical hotfix release following v1.5.4, resolving an account login/registration crash while retaining the massive "Cloud-First" architecture improvements.
Important
Hotfix: v1.5.5: Resolves the l.includes is not a function error during Stremio login/registration. All users on v1.5.4 should update immediately.
🐞 Hotfix: Login Resilience
- Safe Error Handling: Fixed a critical crash where raw error objects from the Stremio API would break the login flow.
- Robust Stringification: Implemented guaranteed string-casting for all API error messages and codes.
- Type-Guarded Checks: Secured all internal
.includes()calls to prevent crashes on non-string inputs.