rflechner / ScrapySharp

reborn of https://bitbucket.org/rflechner/scrapysharp
MIT License
346 stars 75 forks source link

NavigateToPage hangs #5

Closed jeffmikan closed 5 years ago

jeffmikan commented 5 years ago

When I call NavigateToPage on https://portal.ryder.com, the call hangs. I have tried it both with AutoRedirect on and off using code that works on another site.

In Fiddler, I get from "/" to "/redirect" then to a second "/redirect" which then hangs.

Btw, thanks for the great code.

jeffmikan commented 5 years ago

Sorry, this was user error. I think you are running async and my thread wasn't waiting for the reponse.