Stremio/stremio-addon-sdk

Trying to use stremio:// protocol but getting error

Closed this issue · 2 comments

Hey, im working on a project that redesigns the new tab page on browsers. I added a feature where it opens the installed app version of stremio if its installed on the system through the protocol.

when i used stremio:// to open the app, it opens but gives me this error

image

how do i make the app open without triggering your fetch call?

you mean deep linking? https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/deep-links.md

what exact url are you using? did you check the docs?

i didnt know it was called deep linking.

I just wanted to open the app, (the homepage)

thanks for the documentation link, i got what i needed 👍