Blacksmoke16 / GESI

Google Sheets™ ESI Add-on
https://blacksmoke16.github.io/GESI
MIT License
195 stars 37 forks source link

Failed to coerce value #78

Closed JTMMartins closed 3 years ago

JTMMartins commented 3 years ago

example : =universe_types_type(1035055431938;"en-us";True)

being that 1035055431938 is a value returned as an item_id by characters_character_assets()

error shown :

Error: {"error":"failed to coerce value '1035055431938' into type integer (format: int32), 'type_id' is required"} (line 184).

what am I missing here ?

Thanks in advance

Found. I should be using typed_id and not item_id