error, dict: index out of range for key data
I have this example patch by ROB RAMIREZ, it will get a list of GIF URLs from Giphy API in Max, when I change the 'limit=5" Get server request to anything more than 6 (say 8), I get an error 'dict: index out of range for key data'.
Any clues on what this error means, or how to get more than 6 GIF search results back would be very helpful.
Max Patch
Copy patch and select New From Clipboard in Max.
sorry pasted the wrong example, trying again.
Max Patch
Copy patch and select New From Clipboard in Max.
I think you need to input a valid API-key in the messagebox, at the place where YOUR_API_KEY_HERE is written. Get an api key from the giphy site by creating an app. https://developers.giphy.com/docs/
@Timo, this is understood as I didn't want to share my Giphy API key in this forum post