Quantcast
Channel: htmlagilitypack Forum Rss Feed
Viewing all articles
Browse latest Browse all 655

New Post: HtmlAgilityPack 1.4.6 gzip is not a supported encoding name

$
0
0
Im trying to load a webpage but i keep getting the following error:
An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: 'gzip' is not a supported encoding name.

There is a thread about gzip here:
https://htmlagilitypack.codeplex.com/discussions/22790

But i cant even find half the code that i am suppose to change in HtmlAgilityPack 1.4.6. Is that part of the source code changed? And is it possible to fix this?
Im using this to load the wepsite:
      HtmlWeb site = new HtmlWeb();
      HtmlAgilityPack.HtmlDocument document = site.Load(URL);

Viewing all articles
Browse latest Browse all 655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>