Javascript – Tenor API occasional returning undefined property
Using the Tenor GIF Api. I get this error, only about 10% of the time, the other 90% it works: caught TypeError: Cannot read properties of undefined (reading 'media_formats') var response_objects = JSON.parse(responsetext); top_10_gifs = response_objects["results"]; var index = getRandomInt(10);…