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

$digest already in progress error in Query / Debug tabs #270

Open
shaan1337 opened this issue Aug 28, 2020 · 0 comments
Open

$digest already in progress error in Query / Debug tabs #270

shaan1337 opened this issue Aug 28, 2020 · 0 comments
Labels

Comments

@shaan1337
Copy link
Member

Reproduction steps:

Method 1 (Query tab)

  • Create a stream test in the UI
  • Browse the stream and click on Query button from the stream events view
  • The following error will be logged:
Error: [$rootScope:inprog] $digest already in progress
http://errors.angularjs.org/1.3.20/$rootScope/inprog?p0=%24digest
    at app.min.js:1
    at $ (app.min.js:1)
    at t.$apply (app.min.js:1)
    at h (app.min.js:1)
    at Array.<anonymous> (app.min.js:1)
    at p.i._signal (app.min.js:1)
    at p.onChange (app.min.js:1)
    at a.i._signal (app.min.js:1)
    at applyDelta (app.min.js:1)
    at a.insertMergedLines (app.min.js:1)

Method 2 (Debug tab)

  • Create a projection called test with the following source:
fromStream('test')
.when({
    '$any':function(s,e){
        
    }
})
  • Click on Debug button on the projection's page
  • The following error will be logged:
app.min.js:1 Error: [$rootScope:inprog] $digest already in progress
http://errors.angularjs.org/1.3.20/$rootScope/inprog?p0=%24digest
    at app.min.js:1
    at $ (app.min.js:1)
    at t.$apply (app.min.js:1)
    at h (app.min.js:1)
    at Array.<anonymous> (app.min.js:1)
    at p.i._signal (app.min.js:1)
    at p.onChange (app.min.js:1)
    at a.i._signal (app.min.js:1)
    at applyDelta (app.min.js:1)
    at a.insertMergedLines (app.min.js:1)
@tambeau tambeau added the bug label Mar 3, 2022
@hayley-jean hayley-jean added kind/bug and removed bug labels Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants