[BUG] Like_Count #1392
AppleUser0310
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, fantastic job to adword on the api, it works a charm on most aspects.
However, I've been encountering a problem when it comes to like_count and view_count. Unless I made a mistake, these two instances are returned as NoneTypes, and I've tried looking through the backend to modify the instance to float() or int() but haven't been able to.
I've been accessing these values through this line of code:
media.user.dict().get("view_count")
Am I missing something? Is there a reason it is left as Nonetype?
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions