Hi,
I have installed the youtube module, but it doesnt display me any videos. I have tracked the problem down to the line
$results->push(new ArrayData($data));
in YoutubeService / getVideosFeed()! $data looks ok to me, also the transformation via new ArrayData.... seems to work, but result stays empty!
Any fast help is appreciated!