You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is with the latest git code, as well as 0.0.2 and 0.0.3 releases, trying to retrieve an album. Seems not to be a problem with 0.0.1.
[ERROR@aiograpi] 1 validation error for Location
external_id
Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='None', input_type=str]
For further information visit https://errors.pydantic.dev/2.8/v/int_parsing
Traceback (most recent call last):
File "/path/lib/python3.10/site-packages/aiograpi/mixins/media.py", line 256, in media_info
media = await self.media_info_gql(media_pk)
File "/path/lib/python3.10/site-packages/aiograpi/mixins/media.py", line 210, in media_info_gql
extract_location(data["shortcode_media"]["location"])
File "/path/lib/python3.10/site-packages/aiograpi/extractors.py", line 305, in extract_location
return Location(**data)
File "/path/lib/python3.10/site-packages/pydantic/main.py", line 193, in __init__
self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Location
external_id
Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='None', input_type=str]
For further information visit https://errors.pydantic.dev/2.8/v/int_parsing
The text was updated successfully, but these errors were encountered:
This is with the latest git code, as well as 0.0.2 and 0.0.3 releases, trying to retrieve an album. Seems not to be a problem with 0.0.1.
The text was updated successfully, but these errors were encountered: