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

problems installing on web version. provided metadata not showing. #237

Closed yoanhg421 closed 9 months ago

yoanhg421 commented 9 months ago

I'm making a custom add-on with types of series and movies. everything has a custom prefix and custom metadata is being provided. It works fine on Mac. everything loads fine. but when testing on android or web I get a "No Metadata Found"

I also get en error when trying to add the add-on thru the web app or by using the --launch. I get an error "Cannot find add-on/collection from this URL"

running node addon.js --launch can't run the add-on, but installing from the production url actually works.

MacOS Works on the latest version of the APP but opening the web version of the App. does not work.

Android version (latest on the website) installed no a FireTV does not either. "No Metadata Found" error.

Please help.

yoanhg421 commented 9 months ago

Also. Beamup doesn't work for me. I added the SSH key to GitHub and keep getting a public key error. not sure what to do. using Vercel for now.

yoanhg421 commented 9 months ago

null or undefined value on video array trows an error on web version. native app seems fine, staging seems fine.