Skip to content

Instantly share code, notes, and snippets.

@instance01
Created July 12, 2016 21:25
Show Gist options
  • Save instance01/4e6538776c18ce1d68f18c4204b5ab29 to your computer and use it in GitHub Desktop.
Save instance01/4e6538776c18ce1d68f18c4204b5ab29 to your computer and use it in GitHub Desktop.
Tera "Unable to download manifest" Error Fix
1. Open elevated console
2. Type "netsh winhttp reset proxy"
You can now download the latest patch successfully. If this doesn't work, try the official fixes on the enmasse website, or google furthermore regarding WinHttp.
Apparently I used the WinHttp library some time (maybe in my Proxy program) and forgot to remove the proxy again.
Now be aware that you cannot remove the proxy through the standard internet settings in windows, you have to reset it with the command.
Tested on Windows 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment