dotnetcore / DotnetSpider

DotnetSpider, a .NET standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework
MIT License
3.98k stars 1.04k forks source link

EntitySpider sample does not work #180

Closed alberthe closed 4 years ago

alberthe commented 4 years ago

Runing EntitySpider.RunAsync() got AygumentException: 'ProxyService.ExecuteAsync: None proxy supplier'

Trace result: serviceProvider.GetService(typeof(IProxySupplier)) returns null when construct ProxyService

zlzforever commented 4 years ago

set UseProxy to false. I update the example already, plz try it again