-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Average Stats always empty #16
Comments
I have been able to get non-empty import asyncio
from overwatch_api.core import AsyncOWAPI
from overwatch_api.constants import *
async def testing(loop):
# Instantiating the api
client = AsyncOWAPI()
data = {}
print('Testing......[get_hero_stats]')
print((await client.get_hero_stats("Danielfrogs#2552", platform=PC))
['eu']['stats']['quickplay']['symmetra']['average_stats'])
if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.run_until_complete(testing(loop)) When I run it, I get
I don't know why almost all heroes have empty |
this still isnt really getting the per 10 minutes stat, just some generals and that only for 2 heros |
Hmm 🤔, maybe OWAPI isn't responding with updated data.
… 25 feb. 2018 kl. 23:39 skrev bschlegel-tgm ***@***.***>:
this still isnt really getting the per 10 minutes stat, just some generals and that only for 2 heros
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Any idea what i could do to get those stats tho? |
No, I unfortunately don't know how or where to get those stats 😕.
… 26 feb. 2018 kl. 10:45 skrev bschlegel-tgm ***@***.***>:
Any idea what i could do to get those stats tho?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Any way i could reach out to the developer so he could fix it? |
Once you find even more examples of battletags lacking average stats, you could just shoot the developer(s?) of OWAPI an email about it. But make sure to really confirm this problem, I don’t want to bother the dev(s) without a reason to 👍.
… 26 feb. 2018 kl. 21:19 skrev bschlegel-tgm ***@***.***>:
Any way i could reach out to the developer so he could fix it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Im trying to get the average stats per 10 minutes, aka the
average_stats
field in the output, but whatever battletag im using, this is the only field thats always empty (its empty in every region too, not only the one that the player plays in)The text was updated successfully, but these errors were encountered: