Mardak / profile

2 stars 7 forks source link

Headliner Politics requests returns 0 hits #21

Closed mzhilyaev closed 10 years ago

mzhilyaev commented 10 years ago

This returns empty json: https://headliner.mozillalabs.com/nytimes/mostpopular/Politics.json

oyiptong commented 10 years ago

Here are the categories available and article counts: https://headliner.mozillalabs.com/nytimes/mostpopular.json

Mardak commented 10 years ago

This is most likely a headliner matching issue, so I filed oyiptong/up-headliner#3

Mardak commented 10 years ago

Looking at https://headliner.mozillalabs.com/nytimes/mostpopular.json the interests without any articles:

Business, Cooking, Do-It-Yourself, Entrepreneur, Fashion-Men, Fashion-Women, Golf, Home-Design, Music, Politics, Television, Video-Games, Weddings

Some of them I can expect them to have very few articles, so 0 is not surprising, but others like Business and Politics should be matching a lot of articles.

Mardak commented 10 years ago

I fixed various mapping matching issues with pull request oyiptong/up-headliner#8

Mardak commented 10 years ago

With the previous pull request and __DEFAULT fix in oyiptong/up-headliner#11 with arts fix https://github.com/oyiptong/up-headliner/commit/207b2483818252708f3064e40b82e02bf60dedb6, this bug should be fixed enough for the initial study. We can augment the mappings more as necessary.