When running my spider it works for a few instances before starting to give me the following error:
"twisted.python.failure.Failure twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion: Connection lost"
The website I'm trying to pull from has banned me, but since I'm using crawler I'm assuming this is not an issue. Any idea what could be causing this problem?
argin
Hey all,
When running my spider it works for a few instances before starting to give me the following error:
"twisted.python.failure.Failure twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion: Connection lost"
The website I'm trying to pull from has banned me, but since I'm using crawler I'm assuming this is not an issue. Any idea what could be causing this problem?