Your JSON calls are working, but you are trying to access properties that do not exist. Try console.log(data)
and see which properties are available. An online stream will have way more properties than an offline stream.
Your JSON calls are working, but you are trying to access properties that do not exist. Try console.log(data)
and see which properties are available. An online stream will have way more properties than an offline stream.