Skip to content

Deep Dives does not return anything #5

Open
@bertique

Description

@bertique

When selecting Deep Dives from the channel menu, it does not return anything (No selections available).

Doing some investigations, it looks like it's a bug on the NPR api

Request
https://api.npr.org/listening/v2/recommendations?channel=deepdives

Response (with a token I got through the developer program)
{
"version": "1.0",
"href": "https://api.npr.org/listening/v2/recommendations?channel=npr",
"attributes": {},
"items": [],
"links": {},
"errors": []
}

Response (with a token I got from the Android app)
{
"version": "1.0",
"href": "https://api.npr.org/listening/v2/recommendations?channel=npr",
"attributes": {},
"items": [
{
"version": "1.0",
"href": "https://api.npr.org/listening/v2/recommendations?channel=npr&sharedMediaId=400003:FTREXTLINK-2016",
"attributes": {
"type": "featureCardExternalLink",
"uid": "400003:FTREXTLINK-2016",
"title": "Election essentials",
"button": "Catch up with stories picked by NPR Politics",
"skippable": false,
"duration": 1,
"date": "2016-09-13T22:56:37-04:00",
"rationale": "Selected by NPR",
"rating": {
"mediaId": "400003:FTREXTLINK-2016",
"origin": "FTREXTLINK",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions