Metron-Project / Simyan

A Python wrapper for the Comicvine API.
https://pypi.org/project/simyan
GNU General Public License v3.0
11 stars 2 forks source link

last_issue and first_issue: Field may not be null. #86

Closed Buried-In-Code closed 2 years ago

Buried-In-Code commented 2 years ago

Currently last_issue and first_issue are required and may not be null, however it appears Comicvine allows them to be null.

Example: https://comicvine.gamespot.com/api/volume/4050-92409/?api_key=***&format=json

Error Message:

simyan.exceptions.APIError: {'last_issue': ['Field may not be null.'], 'first_issue': ['Field may not be null.']}
Buried-In-Code commented 2 years ago

This affects both VolumeList and Volume