Hugo Berg

Results 9 comments of Hugo Berg

Hi @ThomasTJdev ! I'm absolutely up for doing the testing 😄👍 Best regards, Hugo Berg

Hi! I'm sorry for the radio silence, I have been trying to compile nim on my raspberry pi zero w since the branch was created, and I have not been...

I have been able to get non-empty `average_stats` fields. See the following: ```python import asyncio from overwatch_api.core import AsyncOWAPI from overwatch_api.constants import * async def testing(loop): # Instantiating the api...

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,...

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...

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...

Afaik the only documentation is what I wrote in [example_test.py](https://github.com/anthok/overwatch-api/blob/master/overwatch_api/example_test.py). You could also just experiment with the code, but since it's async that might not be the easiest thing to...

It was quite a while ago I wrote that code, but please provide the full traceback of the timeouterror so I can try debugging it. I do have some other...

Hmmm 🤔, I don't know why you're getting that error... maybe the actual api has changed and it's receiving a 404 page or similar. Unfortunately I'm not able to guarantee...