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

Getting this error on login script - screen matches but stops, allows a click through but then app has strange change in next screen #248

Closed
pputre opened this issue Oct 31, 2022 · 5 comments

Comments

@pputre
Copy link

pputre commented Oct 31, 2022

TypeError: Cannot read properties of undefined (reading 'png')
at TestAction.calculatePixelDiff (chrome-extension://kjelahkpdbdmajbknafeighkihkcjacd/test.js:1292:31)
at Player.verifyScreenshot (chrome-extension://kjelahkpdbdmajbknafeighkihkcjacd/player.js:914:16)
at async Player.play (chrome-extension://kjelahkpdbdmajbknafeighkihkcjacd/player.js:380:9)
at async _playSomething (chrome-extension://kjelahkpdbdmajbknafeighkihkcjacd/ui/workspace.js:1761:25)
at async Workspace.playSomething (chrome-extension://kjelahkpdbdmajbknafeighkihkcjacd/ui/workspace.js:774:5)
at async Workspace.callMethodByUser (chrome-extension://kjelahkpdbdmajbknafeighkihkcjacd/ui/workspace.js:187:12)

@pputre
Copy link
Author

pputre commented Nov 1, 2022

I am also getting this error - like it lost access to the browser iteration. I can click OK and Play and it continues. I only have 1 browser open: Not sure if the same or related issue.
Error: Debugger is not attached to the tab with id: 1079200969.

@zacfilan
Copy link
Owner

zacfilan commented Nov 4, 2022

I need more info.

  1. Turn on the developer mode option
    devmode
  2. repro the bug.
  3. open devtools ON THE BRIMSTONE WINDOW.
    Click the brimstone workspace window.
    <ctrl>-<shift>-I
  4. open console part of devtools, and set the verbosity to "All levels". Should see a bunch of blue.
    verboseconsole
  5. right click the console and click "save as" to save the output in a file.
    saveas
  6. attach that file to this issue.

zacfilan added a commit that referenced this issue Nov 4, 2022
@zacfilan
Copy link
Owner

zacfilan commented Nov 4, 2022

put a fix in. look out for submitted v1.25.2 to drop early next week.

@pputre
Copy link
Author

pputre commented Nov 7, 2022

I'll test when I get the drop - Thanks!

@pputre
Copy link
Author

pputre commented Nov 14, 2022

Closing - fixed in 1.25.4

@pputre pputre closed this as completed Nov 14, 2022
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