Closed croberts22 closed 8 years ago
Entire profile endpoint was 500'ing. I'm not completely sure how the endpoint was returning data, but this endpoint is hardly being used. It will be reverted to the following:
{
"avatar_url": "http://cdn.myanimelist.net/images/userimages/1938074.jpg",
"anime_stats": {
"time_days": 38.3,
"mean_score": 8.56,
"watching": 5.0,
"completed": 185.0,
"on_hold": 7.0,
"dropped": 0.0,
"plan_to_watch": 113.0,
"total_entries": 310.0,
"rewatched": 0.0,
"episodes": 2.0
},
"manga_stats": {
"time_days": 16.2,
"mean_score": 9.03,
"reading": 22.0,
"completed": 14.0,
"on_hold": 9.0,
"dropped": 1.0,
"plan_to_read": 25.0,
"total_entries": 71.0,
"reread": 0.0,
"chapters": 2.0,
"volumes": 323.0
}
}
This is probably related to #27; triage and see what URLs are showing up. We may be getting a 403.