-
Notifications
You must be signed in to change notification settings - Fork 74
Regions have been removed from website?? #213
Comments
For example this user has a US and an EU account and the page use to link to each other however now it only lists their two ids. |
Does it download data for all the regions, or just one? |
Yes your API returns data for all 3 regions except it is all the same data as any region redirects to the base page meaning they're all technically valid. |
Wait, so the data isn't region-split on the website at all? It's just combined? |
I've honestly no idea how regions work with accounts as the account I mentioned above had a |
So from what I can tell there is no way to tell the region of a user anymore. I assume no account (with the same id) can exist in more than 1 region so now it just links to the other accounts id omitting the region as it is irrelevant. Why they did this though I don't know. |
Dang, now I'll never know about my Korean overwatch stats. |
Has anyone figured out how to switch regions now? |
The Overwatch client shows the same stats regardless of logged in region now, so my assumption is they just trashed the stats separated by region. |
Pull request #271 has been made to address this (albeit, with a significant change to the keying of regions in the json response) |
Issue
Blizzard seem to have removed regions from users profiles, if a user as a multi regioned account it now just links to its new id (??) but no region.
For example going to any profile with a region just redirects to you to the same page but without a region.
https://playoverwatch.com/en-us/career/pc/us/Dad-12262
redirects to
https://playoverwatch.com/en-us/career/pc/Dad-12262
You can enter any region (or text) and it will just redirect you to their root profile.
There is no major issue here as everything still works but region options are pretty much useless as it will always return a profile no matter what region you enter making it void.
The text was updated successfully, but these errors were encountered: