“Failed to decode response from marionette” message in Python/Firefox headless scraping script

前端 未结 7 2065
既然无缘
既然无缘 2020-12-03 03:29

Good Day, I\'ve done a number of searches on here and google and yet to find a solution that address this problem.

The scenario is:

I have a Python script (

7条回答
  •  Happy的楠姐
    2020-12-03 03:37

    The problem is that you do not close the driver. I made the same mistake. Whit htop in Linux, I have noticed that I occupy all the 26 GB of my pc whit firefox unclosed process.

提交回复
热议问题