Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stack level too deep #13

Open
matti opened this issue Sep 30, 2020 · 1 comment
Open

stack level too deep #13

matti opened this issue Sep 30, 2020 · 1 comment

Comments

@matti
Copy link

matti commented Sep 30, 2020

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?

@cavalle
Copy link
Owner

cavalle commented Oct 7, 2020

Can you share the stack trace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants