[BUG] "Object of type coroutine is not JSON serializable" in media_seen()
, easy fix
#116
Labels
bug
Something isn't working
media_seen()
, easy fix
#116
Try HikerAPI SaaS with a free trial https://hikerapi.com/p/KhMxYMSn
Describe the bug
This happens because
gen()
is not awaited:aiograpi/aiograpi/mixins/media.py
Lines 956 to 958 in 1c476d3
To Reproduce
Traceback
Expected behavior
The coroutine should be awaited.
Screenshots
Desktop (please complete the following information):
Additional context
The fix should be fairly easy to apply
The text was updated successfully, but these errors were encountered: