Skip to content

Instantly share code, notes, and snippets.

@WisdomSky
Last active July 4, 2024 22:59
Show Gist options
  • Save WisdomSky/f5005acd351faa7b51771118ed6dd495 to your computer and use it in GitHub Desktop.
Save WisdomSky/f5005acd351faa7b51771118ed6dd495 to your computer and use it in GitHub Desktop.
Fix Aniwatchto.com image posters not loading

Cause:

The address img.flawlessfiles.com failed to be resolved by any DNS providers. This could be due to expired domain.

Fix

Update the hosts in your PC to forcefully resolve the following domain:

img.flawlessfiles.com

into the following IP address:

188.114.97.1

Steps

  1. Press windows key and search for Notepad, then click Run as Administrator.

image

  1. Click File > Open and open the file C:\Windows\System32\drivers\etc\hosts.

image

  1. Add 188.114.97.1 img.flawlessfiles.com at the bottom.

image

  1. Save and then refresh the browser.

The images should now appear again.

For Mac and Linux users, the location of the hosts file is /etc/hosts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment