-
Notifications
You must be signed in to change notification settings - Fork 216
Augury causing error with JIRA Software boards? #721
Comments
Seems related to this one: #681 |
I'm also experiencing this issue. |
@kcootedinh and @third774 does this issue still happen? We think this might have been addressed in version 1.2.3 as part of a related bug fix. Let us know and we will help addressing it if needed. |
@igor-ka it looks like I'm still having the issue. Will try to get some more helpful info for you. |
From what I can tell, they add a "message" event listener to the window, and it is trying to eval a string that it expects to contain javascript, but is empty. I'm assuming the event must be triggering from Augury? Let me know if there's any other debugging info you're curious about. The first screenshot shows the empty string it is trying to eval The second screenshot is one step up in the call stack and shows the event listener. |
thank you for the additional info @third774. We will try to look into this either this or next sprint. |
Spring or sprint? :P |
sprint ;) |
@third774 I'm not having any luck reproducing this. With a new demo Jira board, everything appears to work fine, minus some errors in the console that persist even when Augury is disabled. Is there anything you can think of that might be particular to your situation? |
@stevenkampen you asked here: #766 (comment)
The error occurs in the standard agile sprint board, here are some screenshots. I could arrange a teamviewer session if it would help. |
@readme42 I can reproduce now, but strangely enough, this is only a warning in my system (no notification over the app). Interesting, but it shouldn't stop me from debugging the issue. Cheers. |
The latest version of Augury, 1.2.1, seems to interfere somehow with boards in JIRA Software, v7.1.8. With the extension enabled an error notification occurs when viewing a board. I can disable the extension and the board works fine, and as soon as re-enabled the board shows the error again.
I can't say what part of the board doesn't work either, everything seems to display fine.
I haven't noticed any issues with other sites / pages.
The error in the console is:
An exception has occurred in http://jira.instance/secure/RapidBoard.jspa?rapidView=3 at 1:2 --- Uncaught SyntaxError: Unexpected token )
After looking at the network tab in the Dev Tools, when Augury is turned on this extra request is sent just before the error occurs, though I'm not sure if it's related.
The text was updated successfully, but these errors were encountered: