Deezer api 搜索 url 专辑封面丢失

Deezer api search url album cover is missing

这两天我们的 Deezer Api 在 url:

上遇到了问题

http://api.deezer.com/search/autocomplete?q=Jean

在返回的对象中,相册对象和基础对象中现在缺少一些字段。 通常包含图像的字段消失了。

      {
    "id": 122440564,
    "readable": true,
    "title": "Aloha",
    "title_short": "Aloha",
    "title_version": "",
    "link": "http://www.deezer.com/track/122440564",
    "duration": 218,
    "rank": 0,
    "explicit_lyrics": false,
    "preview": "http://cdn-preview-9.deezer.com/stream/9f7248e8744c135d4878ae851d8bb881-4.mp3",
    "artist": {
      "id": 5542423,
      "name": "Møme",
      "link": "http://www.deezer.com/artist/5542423",
      "picture": "http://api.deezer.com/artist/5542423/image",
      "picture_small": "http://cdn-images.deezer.com/images/artist/6054372bc5d6dc0a2d355d5a2d55242a/56x56-000000-80-0-0.jpg",
      "picture_medium": "http://cdn-images.deezer.com/images/artist/6054372bc5d6dc0a2d355d5a2d55242a/250x250-000000-80-0-0.jpg",
      "picture_big": "http://cdn-images.deezer.com/images/artist/6054372bc5d6dc0a2d355d5a2d55242a/500x500-000000-80-0-0.jpg",
      "picture_xl": "http://cdn-images.deezer.com/images/artist/6054372bc5d6dc0a2d355d5a2d55242a/1000x1000-000000-80-0-0.jpg",
      "tracklist": "http://api.deezer.com/artist/5542423/top?limit=50",
      "type": "artist"
    },
    "album": {
      "id": 12811488,
      "title": "Aloha",
      "tracklist": "http://api.deezer.com/album/12811488/tracks",
      "type": "album"
    },
    "type": "track"
  },

我查看了 Deezer Api 文档,显然版本没有改变,而且根据文档,专辑对象通常包含封面专辑:

http://developers.deezer.com/api/search/album

有人遇到同样的问题吗?我试着发推特给他们,我也发了一封电子邮件给 api@deezer.com.

它已经修复,我们有一些副作用现在已经解决了。