There is definitely a change however: if I paste the url
https://www.googleapis.com/youtube/v3/search?key=AIzaSyBmf8HNcjFixejceN-ymjeSQswRtR8xWdM&maxResults=50&part=snippet&q=abba&regionCode=CH&relevanceLanguage=FR&type=video
directly into the browser I no longer get any error message, it seems
all is working fine:

Code:
--------------------
    {
  "kind": "youtube#searchListResponse",
  "etag": "\"mPrpS7Nrk6Ggi_P7VJ8-KsEOiIw/KQ60VEIig5z6Aze-NYzPZXFxhig\"",
  "nextPageToken": "CDIQAA",
  "pageInfo": {
  "totalResults": 1000000,
  "resultsPerPage": 50
  },
  "items": [
  {
  "kind": "youtube#searchResult",
  "etag": "\"mPrpS7Nrk6Ggi_P7VJ8-KsEOiIw/-cpI0I-NrDZaSGDKALsUdL6TB0k\"",
  "id": {
  "kind": "youtube#video",
  "videoId": "RNnAIBW32L4"
  },
  "snippet": {
  "publishedAt": "2015-09-05T13:31:10.000Z",
  "channelId": "UCbkyEyzTs8KpcHuOnnaqD-g",
  "title": "ABBA  Gold: Greatest Hits Full Album",
  "description": "No copyright infringement is intended! All credit goes to 
ABBA. NOT my music! Purchased off of iTunes.",
  "thumbnails": {
  "default": {
  "url": "https://i.ytimg.com/vi/RNnAIBW32L4/default.jpg";
  },
  "medium": {
  "url": "https://i.ytimg.com/vi/RNnAIBW32L4/mqdefault.jpg";
  },
  "high": {
  "url": "https://i.ytimg.com/vi/RNnAIBW32L4/hqdefault.jpg";
  }
  },
  "channelTitle": "",
  "liveBroadcastContent": "none"
  }
  },
--------------------

And goes on for many and many lines.
However, I still have the error message posted above in my server.log


------------------------------------------------------------------------
scala's Profile: http://forums.slimdevices.com/member.php?userid=13391
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to