webtor-io/embed-sdk-js

ERR_UNKNOWN_URL_SCHEME on Vuejs

ZulluBalti opened this issue · 2 comments

Hi,

I'm using Vuejs to create this app which allows watching torrent files online. But I'm getting this error that says "ERR_UNKNOWN_URL_SCHEME"

I've checked the magnetic link with a simple HTML file (and of webtor js file too) and it works but on my vue app it's not working. I'm importing the script file there too

Hi! Please provide example page.

thanks for the reply but I solved the issue.

The issue was I was adding the js file using the script tag in the index.html file which was not working.
Adding the script by using the createElement("script") function in the mounted method solves the issue.