Closed moyitpro closed 9 years ago
Having the same issue. Seems to happen every time an episode is successfully scrobbled, crashing the app.
Seems that I'm not the only one... I will fix it once I return from Labor Day weekend since my development environment is at home.
Looks like an issue with the API no longer outputing the synopsis. I will file a bug report with Atarashii api.
I will issue a fix tomorrow evening in the meantime.
{ "rank": 2014, "sequels": [ ], "watched_status": null, "status": "currently airing", "title": "The iDOLM@STER Cinderella Girls 2nd Season", "side_stories": [ ], "tags": [ ], "members_score": 7.3499999999999996, "synopsis": null, "members_count": 7560, "end_date": null, "spin_offs": [ ], "summaries": [ ], "score": null, "listed_anime_id": null, "character_anime": [ ], "other_titles": { "english": [ "THE IDOLM@STER CINDERELLA GIRLS 2nd SEASON" ], "japanese": [ "アイドルマスター シンデレラガールズ 2ndシーズン" ], "synonyms": [ "The Idolmaster Cinderella Girls Second Season" ] }, "popularity_rank": 2696, "manga_adaptations": [ ], "type": "TV", "parent_story": null, "id": 30344, "episodes": 0, "prequels": [ ], "alternative_versions": [ ], "watched_episodes": null, "genres": [ "Comedy", "Drama", "Music" ], "start_date": "Sat Jul 18 12:00:00 -0400 2015", "classification": "PG-13 - Teens 13 or older", "favorited_count": 17, "image_url": "http://cdn.myanimelist.net/images/anime/9/75120.jpg" }
Seems that the newer version of Atarashii-API fixed it. It seems that some changes with MyAnimeList site has broken it.
No fix will be issued since the API is now fixed. I will figure out a way to keep it updated automatically.
Need to add a check to make sure not to perform stripHTML with a null instance.