billy-yoyo / RainbowSixSiege-Python-API

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

Authentication Deprecated. #42

Closed xMistt closed 4 years ago

xMistt commented 4 years ago

When calling https://connect.ubi.com/ubiservices/v2/profiles/sessions, I seem to always get 404. I think Ubisoft has deprecated this endpoint and is now using another one.

Ullizzzz commented 4 years ago

change https://connect.ubi.com/ubiservices/v2/profiles/sessions to https://public-ubiservices.ubi.com/v3/profiles/sessions

RAYs3T commented 4 years ago

43

billy-yoyo commented 4 years ago

fixed in PR #43, will update library version soon