Some of Forum profile Pic isn't showing

After the recent patch, looks like some of people’s profile pictures aren’t showing.

Please have a look into the problem.
Try logging off and log back on again, it may work.

1 Like

See:

Same problem here. My pic isn’t visible to me, not sure if others can see it.

If I try loading it directly, it gives an ‘Access Denied’ XML message: https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/portraits/15-19.jpg

I’ve tried that, doesn’t work. Even tried changing it - https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/portraits/15-20.jpg - and logging on/off; still doesn’t display.

Python 3.8.3 ...
>>> import requests
>>> requests.get('https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/portraits/15-19.jpg')
<Response [403]>
>>> requests.get('https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/portraits/15-20.jpg')
<Response [403]>
>>>
>>> # trying Dehakaburger's profile works:
>>> requests.get('https://static.starcraft2.com/starport/d0e7c831-18ab-4cd6-adc7-9d4a28f49ec7/portraits/10-34.jpg')
<Response [200]>
1 Like

Hey all,

There’s some issues with the web representation of SC2 profiles. I do know that Bliz is aware but unfortunately they haven’t given any ETA or other info as of yet.

2 Likes