Stremio / stremio-addon-sdk

🧙 A Node.js SDK for creating and publishing Stremio add-ons
https://www.stremio.com/addon-sdk
MIT License
605 stars 158 forks source link

Addon Feature: Error Popup #283

Open Nitzantomer1998 opened 4 weeks ago

Nitzantomer1998 commented 4 weeks ago

Hi,

I would like to request a feature that allows for custom popup error messages or a user-friendly way to notify users when something goes wrong, including details about the problem. For example, messages like "Service is down" or, in my case with the Subtitles Addon, "Requested subtitle file is corrupted, please try another one."

It would be great if this could be implemented via a route you provide or by returning a flag with a message.

Thank you!