Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
IE related error fix
  • Loading branch information
deepakpawade committed Apr 9, 2023
1 parent f97219c commit 6d0da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Copy and paste the autolink url from adguard device settings from dashboard to t

###Errors:
If the bat file isn't working, it might be possible that there might be some errors dumped in the ip.txt file.
1. in case of ```The response content cannot be parsed because the Internet Explorer engine is not available, or ... ```, use ```-UseBasicParsing``` after the shell command that fetches the current IP like this, ```"(Invoke-WebRequest -uri 'https://api.ipify.org').Content.Trim()"```
1. in case of ```The response content cannot be parsed because the Internet Explorer engine is not available, or ... ```, use ```-UseBasicParsing``` after the shell command that fetches the current IP like this, ```"(Invoke-WebRequest -uri 'https://api.ipify.org' -UseBasicParsing).Content.Trim()"```

0 comments on commit 6d0da73

Please sign in to comment.