0

I tried to use scrapy to scrap one website but kept receiving the error "Connection to the other side was lost in a non-clean fashion."

Tried to set the user agent and headers but it won't work. The following is the completed log. Any idea will be apprieciated.

http://pastebin.com/CSQ7Dkme

J. Joe
  • 1
  • 1
    Did you see this answer by user nametal on here (http://stackoverflow.com/questions/18799140/connection-to-other-side-was-lost-in-a-non-clean-fashion) – mnm Nov 02 '16 at 11:56
  • I'm not using proxy. – J. Joe Nov 05 '16 at 13:12

1 Answers1

0

I think the reason for this information is that there is a problem with the requested page, not the code.

Dao
  • 1