-
Notifications
You must be signed in to change notification settings - Fork 20
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
New Mixcloud API #37
Comments
Hello, i get an error under CHROME Version 61.0.3163.91 (Offizieller Build) (64-Bit) as follows mixcloud-tracklist.js:39 Uncaught TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'. when visiting e.g. https://www.mixcloud.com/Solid_Steel/solid-steel-radio-show-1592017-hour-1-steffi/ |
is this not working anymore??? please advise |
no is not working....
i send them a message but nobody answer me.
did you know anything about it???
thank you very much,bye
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
2018-01-04 19:41 GMT+02:00 Tom Huben <[email protected]>:
… is this not working anymore??? please advise
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aek45-UoN6DDUy32NPgjYulyq22mS4Bkks5tHQ0zgaJpZM4PNNca>
.
|
Working example to get mixcloud tracklist. https://jsbin.com/qigowogila/edit?js Paste to console to see the tracklist. |
Mixcloud have changed their API up. Old references to URLs like https://www.mixcloud.com/player/details/?key=%2Ftheblackdog%2Fradio-dogma-50%2F no longer work (for those of us on the new React website. see #36).
They have implemented a new GraphQL endpoint for querying mixes, and I've spotted a
/tracklist?guid=blah
endpoint too, though I'm unsure at this point how helpful it'll be.This new GraphQL API needs to be used to reenable the tracklist.
The text was updated successfully, but these errors were encountered: