billy-yoyo / RainbowSixSiege-Python-API

Asynchronous python api for rainbow six siege (r6sapi)
MIT License
130 stars 31 forks source link

game-rainbow6.ubi.com having moved to new url #78

Open mrKallah opened 3 years ago

mrKallah commented 3 years ago

https://game-rainbow6.ubi.com/ Above IRL throws DNS_PROBE_FINISHED_NXDOMAIN, seams like this URL has moved to: https://www.ubisoft.com/en-us/game/rainbow-six/siege/stats/

Jackywathy commented 3 years ago

Okay. Is this breaking something?

mgeoffray commented 3 years ago

Hi!

It seems that we cannot connect to this endpoint anymore

    raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host game-rainbow6.ubi.com:443 ssl:True [nodename nor servname provided, or not known]
Unclosed connector

Thank you for the tool

mrKallah commented 3 years ago

Sorry, yeah. I didn't notice that this got a reply ever, yes its breaking the API in its totality. I tried to change the URL in my local files, however I was unable to get any tangible results when I tried way back in the end of march. I think they might have changed both the API location and how to interact with it, but that's just based on my memory of what I tested before I made this issue.

Again, sorry I didn't reply to this before, I must have missed the email.