chrome_remote icon indicating copy to clipboard operation
chrome_remote copied to clipboard

stack level too deep

Open matti opened this issue 4 years ago • 1 comments

require "chrome_remote"

chrome = ChromeRemote.client
chrome.send_cmd "Fetch.enable"

chrome.on "Fetch.requestPaused" do |obj|
  chrome.send_cmd "Fetch.continueRequest", {
    requestId: obj["requestId"]
  }
end

chrome.listen

With the above code I eventually get: SystemStackError: stack level too deep

What am I doing wrong?

matti avatar Sep 30 '20 08:09 matti

Can you share the stack trace?

cavalle avatar Oct 07 '20 05:10 cavalle