zachwinter / kaleidosync

A WebGL Spotify visualizer made with Vue, D3, and Three.js.
https://www.kaleidosync.com
809 stars 61 forks source link

Sync Error #1

Closed blancnacarat closed 5 years ago

blancnacarat commented 5 years ago

Recurring error :

text "Syncing..." appears, then after 2s the text vanish, the artwork of the playing song is not displayed and the animation stays frozen. After refreshing the page the problem is usually solved but it tends to happen a lot.

console log

"jQuery.Deferred exception: e.metadata is undefined a@moz-extension://a7a897c3-c193-994e-88c0-9dc1116fcae4/h1-main.js:1:144384 [153]/h/<@moz-extension://a7a897c3-c193-994e-88c0-9dc1116fcae4/h1-main.js:1:142139 l@moz-extension://a7a897c3-c193-994e-88c0-9dc1116fcae4/h1-vendor.js:48:25138 Deferred/then/i/</c<@moz-extension://a7a897c3-c193-994e-88c0-9dc1116fcae4/h1-vendor.js:48:25454 undefined"

-- EDIT : screenshot

screen shot 2018-09-24 at 09 53 13

zachwinter commented 5 years ago

Strange... jQuery isn't part of this project at all. Could you provide me with any more info?

Thanks for taking the time to create an issue!

blancnacarat commented 5 years ago

Little update: You're right, I think the jQuery error isn't relevant indeed and might be linked to Firefox, when switching browsers it doesn't persist. However the syncing error is for real, but a more appropriate issue would be

console log :

XML Parsing Error: not well-formed Location: https://api.spotify.com/v1/audio-analysis/4YA0OHXqNGyNCTD4Mybpvq Line Number 1, Column 1:

from link :

{ "error": { "status": 401, "message": "No token provided" } }

screen shot 2018-09-24 at 09 48 28 screen shot 2018-09-24 at 09 48 42

Paul

zachwinter commented 5 years ago

This is fixed in production. 👍