• Resolved VFHwebdev

    (@vfhwebdev)


    I’m getting the follow error on all my sites when trying to use Sound Cloud is Gold.

    “Oups! There’s been a error while getting the tracks from soundcloud. Please reload the page.

    Json error”

    I’ve tried disabling all other plugins and applied a default theme. Still getting the same problem. Anyone else seeing this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m getting exactly the same thing. Tried deactiving all plugins, default theme, and reinstalling the plugin to no avail. HELP PLEASE!

    I have the same error. I hope the API hasn’t been closed or the developer hasn’t exceeded some kind of limit.

    It looks like the client ID is either expired or he has removed the app. To fix it you just need to generate your own from the developer portal on Soundcloud, https://soundcloud.com/you/apps

    Then you just need to replace the current client id with they one they generate for you. It looks like there are several occurrences of the client id but they are only in two files so if you just find/replace on those it will take care of it. The two files you will want to update are:

    soundcloud-is-gold-functions.php
    soundcloud-is-gold.php

    In the latest version you just need to replace 9rD2GrGrajkmkw5eYFDp2g with the client id soundcloud provided in the developer portal.

    Hopefully he will push an update at some point in the future that will either allow you to set the client ID from the admin or at least update the client id that is in the plugin.

    Thread Starter VFHwebdev

    (@vfhwebdev)

    That’s what I thought might be going on. I applied for an app ID more than a week ago. SoundCloud’s form says it can take up to two weeks for approval, which just feels like an interminably long time.

    Plugin Author TM

    (@realtm)

    Hi,

    The plugin recently got a few issues due to someone stealing some of my API’s details. I’ve been looking into it with the help of Soundcloud (very helpful people btw).

    Using your own client_id is a very good idea as it means you will have your own Rate limits instead of sharing it with everyone using my client_id.

    The new update will make it easier for you do that to as the client_id is defined at the top of the main php file.

    You can now update to 2.3.3 and things should get back to normal

    Thank you for your patience and sorry for the inconvenience,
    TM

    Thread Starter VFHwebdev

    (@vfhwebdev)

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Json error’ is closed to new replies.