rozzac90 / pinnacle

Python Wrapper for Pinnacle Sports API
MIT License
52 stars 26 forks source link

get fixture issue using since parameter when sport_id=34 (volleyball) #20

Closed rkamika closed 5 years ago

rkamika commented 5 years ago

Hello @rozzac90 , I'm trying to retrieve fixtures using since parameter, but I'm getting some error. Note, that this only happened when I used sport_id=34 (volleyball). I tested using sport_id=33 (tennis) and it worked perfectly.

Do you have any idea what it can be?

image

image

Thank you very much, Rodrigo

rozzac90 commented 5 years ago

Looks like the API call returns no data so you get this error trying to retrieve json from the request.

rkamika commented 5 years ago

Got it. I'm going to handle that. Thank you very much