I'm getting the same old custom element doesn't exist.
Tried replacing module to js, updating, etc etc. Nothing works.
When opening Chrome Console - I'm getting this:
Uncaught SyntaxError: Unexpected token <
Trying to load the file manually (my-ip:8123/local/mini-media-player-bundle.js?v=1.0.1) is showing me this:
<html><body>You are being <a href="https://github-production-release-asset-2e65be.s3.amazonaws.com/148520838/89f60d00-2fe9-11e9-97de-848df7135130?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190214%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190214T092528Z&X-Amz-Expires=300&X-Amz-Signature=a010d980089d3a6f93b4717c9ce4e8b1e44292fb7d6ce281eea9cb3b388d28e8&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmini-media-player-bundle.js&response-content-type=application%2Foctet-stream">redirected</a>.</body></html>
In other words - a redirect to: https://github-production-release-asset-2e65be.s3.amazonaws.com/148520838/89f60d00-2fe9-11e9-97de-848df7135130?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190214%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190214T092528Z&X-Amz-Expires=300&X-Amz-Signature=a010d980089d3a6f93b4717c9ce4e8b1e44292fb7d6ce281eea9cb3b388d28e8&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dmini-media-player-bundle.js&response-content-type=application%2Foctet-stream
How do I get rid of this?
I'm getting the same problem with mini-graph-card ( link ) -- but on the other hand, weather-card does work.
Your bundle file doesn't look right, did you download it properly from the release?
OMG. i'm an idiot.
Thanks!
No, you're not, easy mistakes to make, glad we could solve it!
@kalkih
Found out what I was doing wrong - Right click on the link and 'save as'...
I should have known better.
Thanks for all the help :)