Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not loading song on Safari #12

Open
pedropcamellon opened this issue Oct 7, 2022 · 2 comments
Open

Not loading song on Safari #12

pedropcamellon opened this issue Oct 7, 2022 · 2 comments

Comments

@pedropcamellon
Copy link

I tried loading "https://m.soundcloud.com/nba-youngboy/youngboy-never-broke-again-put" in Safari on my IPhone and it's not working.
My name is Pedro Pablo Camellon. I just discovered the project and want to help. I know a little about UI/UX design, HTML, CSS, and JavaScript. I'd be really glad to contribute to your project.

@michaelbromley
Copy link
Owner

Hi!
I've not touched this code for many, many years, so I'm not surprised that some things might have stopped working.

You are very welcome to work on improving it, and I'll gladly accept pull requests fixing any issues you find!

@pedropcamellon
Copy link
Author

pedropcamellon commented Oct 10, 2022

These is what I get on the console of Edge v103 on Windows:

Mixed Content: 
The page at 'https://www.michaelbromley.co.uk/experiments/soundcloud-vis/?#muse/undisclosed-desires' was loaded over HTTPS, but requested an insecure script 'http://connect.soundcloud.com/sdk.js'. This request has been blocked; the content must be served over HTTPS.
app.js:455 
        
Uncaught ReferenceError: SC is not defined
  at SoundcloudLoader.loadStream (app.js:455:9)
  at loadAndUpdate (app.js:604:16)
  at init (app.js:626:9)

I think is beacause of this line: <script src="https://connect.soundcloud.com/sdk.js"></script>. It is not on the live version. This was pointed out in #9 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants