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 won't load on Android/Fire TV: "The content did not load, error occured" #250

Closed diridevelops closed 7 months ago

diridevelops commented 7 months ago

Hi, I'm following the Quick Example section in the readme and also added the basic catalog from the docs. After I do node ./addon.js or npm start I'm able to install the addon on the web Stremio and it's showing the catalog correctly. But when trying to see the catalog on Android TV it appears a notification saying "The content did not load, error occured". Any clues why this may be happening?

TRtomasz commented 7 months ago

It does not have a certifiacate installed, you must be running on https to make it possible to install addon on a remote device.

diridevelops commented 7 months ago

It does not have a certifiacate installed, you must be running on https to make it possible to install addon on a remote device.

Even if my Android TV is on the same network? So there's no way to test the app there?