jrCore_load_url: invalid URL received

  • jrCore_load_url: invalid URL received: (some url)

    You received an error message that shows:
    jrCore_load_url: invalid URL received: https://www.googleapis.com/youtube/v3/videoCategories?part=snippet&id=10&key=A123456789-ux-t123456789T0

    It means the URL you're trying to load is an invalid URL, check that it is the actual url that you're wanting to load. Probably in the case of the URL above, the issue is the & a m p ; that is an HTML entity should be & when used as a URL

Tags