-
Notifications
You must be signed in to change notification settings - Fork 7
to_json() on anime object error #28
Comments
I'm confused, what is the error? I just tested it out, |
Following code is from Anime object in objects.py
When I tried to run to_json() it gives following error
I looked up mal api, they return
I guess they changed the tag name? I wonder how your call to |
I got this error when I called dates method on manga object.
|
just so that I can test the same thing out on my computer, what anime and manga did you use? When I tested I used an anime that had already finished airing. Edit: just tested it on another anime not yet aired, still no issue. The only other different things I can think of is that we're on different python versions? (i'm on 3.6.2) |
I'm on 3.6.4. I too tested on finished and running anime. My guess is that this error due to difference in tag names, though I don't understand how it is working on your machine. Are you using latest version of spice? |
This is due to change in tag names (start and end dates) in official mal api. I'll add more details soon and also check if it affects manga object
The text was updated successfully, but these errors were encountered: