witnessmenow / arduino-youtube-api

A wrapper around the youtube api for arduino
MIT License
143 stars 48 forks source link

Limited Space Availible For JSON #7

Closed montypx closed 4 years ago

montypx commented 6 years ago

I don't quite know why but for some reason although I have allocated more than enough space for the Youtube API request i cannot seem to parse the JSON as the String just ends towards the end most likely due to insufficent space I cannot seem to allocate more memory.

I'm using the snippet data from a channel. Is anyone else having this problem?

witnessmenow commented 4 years ago

This is handled completely differently now since #23, so please report back if you still have issues