You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F:\Projets\liquipediapy (HEAD detached at 3710936)
(venv) λ python examples\dota_test.py
Traceback (most recent call last):
File "examples\dota_test.py", line 5, in <module>
players = dota_obj.get_players()
File "C:\Users\***\AppData\Local\Programs\Python\Python38\lib\site-packages\liquipediapy\dota.py", line 31, in get_players
key = index_values[i]
IndexError: list index out of range
F:\Projets\liquipediapy (HEAD detached at 3710936)
(venv) λ python examples\dota_test.py
Traceback (most recent call last):
File "examples\dota_test.py", line 19, in <module>
patches = dota_obj.get_patches()
File "C:\Users\***\AppData\Local\Programs\Python\Python38\lib\site-packages\liquipediapy\dota.py", line 203, in get_patches
key = index_values[i]
IndexError: list index out of range
I wanted to rerun all tests from current project state to be sure my future PR hasn't break anything.
(HEAD detached at 3710936) ==> Last commit of this repo
get_players()
dota_obj = dota("appname")
players = dota_obj.get_players()
get_patches()
dota_obj = dota("appname")
patches = dota_obj.get_patches()
dota2webapi
liquipediapy_object_dota = liquipediapy('appname','dota2')
match_details = liquipediapy_object_dota.dota2webapi('4225454337')
The text was updated successfully, but these errors were encountered: