PokeAPI / sprites

Repository containing all the Pokémon sprites
Other
1.08k stars 268 forks source link

Images from raw.githubusercontent links do not load #94

Closed anupamvamsi closed 1 year ago

anupamvamsi commented 1 year ago

Hello!

The image sources supplied through the API do not load for me. When I open a URL to check, the browser says the connection has timed out. For example, loading this link - https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/5.png - in a new tab makes the browser show the connection timed out error.

I am also not able to view the images in the repository, for example - https://github.com/PokeAPI/sprites/blob/master/sprites/pokemon/10006.png - the same connection timed out error occurs.

Is this happening because I have gone past a limit of which I am not aware?

Thanks for your time!

Naramsim commented 1 year ago

It's only for you @anupamvamsi, probably Github is blocked by a firewall

anupamvamsi commented 1 year ago

Oh yes. It works now, when I tested by connecting to a different network. Should've thought of trying that before.

I'll close this issue, thanks!