-
Notifications
You must be signed in to change notification settings - Fork 13
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
TypeError: this._onError is not a function #217
Comments
@rahulvramesh were you able to resolve this? I'm having the same problem, 1st time with ayespy |
Unfortunately no. Seems repo is not maintained as well. |
@rahulvramesh bummer. Thank you for your fast reply |
Looks like it was introduced in this commit 34392dc The constructor signature for SnapShotter changes to include a new onInfo parameter, however the initialisation of the SnapShotter isn't updated, so it uses the onError callback value for _onInfo and _onError ends up undefined. |
while i try to run with following command
ayespy snap --browser chrome --config ./ayespy-config.json --run "Home"
getting
The text was updated successfully, but these errors were encountered: