Closed UsmanMaan324 closed 1 year ago
Sorry, I cannot reproduce. For the record, I had to comment out the 'PLAYWRIGHT_ABORT_REQUEST': should_abort_request,
& errback=self.errback,
lines because those objects are not defined in your example. Please include your full logs to continue debugging.
@elacuesta Thank you for your response. Are you using the above mentioned version of playwright, scrapy and scrapy-playwright. Although I got this error for only the url that is mentioned in the code. Working perfectly fine on other website. And I am using scrapy-playwright in docker container.
System info
Source code
Link to the GitHub repository with the repro
[https://github.com/your_profile/playwright_issue_title]
or
Spider code
Steps Execute the following command to run the spider
Expected
Spider should run and the program counter should move the callback function that we attach with the scrapy request
Actual
Got the following error but couldn't get why this is happening