amerkurev / scrapper

Web scraper with a simple REST API living in Docker and using a Headless browser and Readability.js for parsing.
https://scrapper.dev
Apache License 2.0
162 stars 25 forks source link

PlaywrightError for any URL #19

Closed hycday closed 1 month ago

hycday commented 1 month ago

Hi,

I have scrapper properly installed, however whenever I try to run it using any URL, I get :

An error occurred. See the server log for more details.
PlaywrightError: Target page, context or browser has been closed

the logs only show HTTP/1.1" 500 Internal Server Error for the URL (any)

Unsure how to solve this one

hycday commented 1 month ago

restarted docker from clean and works again...