-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
WebDriverError: unknown error: r.isBrandContact is not a function #81
Comments
BTW: it's good idea to implement |
Of cause we can. maybe However, the exception in this issue is not inside nodejs, it's inside the browser. I believe it was caused by the bug in I set up a tracker on |
this tool bring me sense of security ;) hha |
how about: Contact.brand(filter): Array<Contact>
Contact:isBrand(): boolean |
as #272 said: Run
|
What's more, I have occurred this before, but not that frequently, so I ignored it . But these days, this error appeared frequently ... |
you can run the following code
|
Reprocude:
Silly log as follows:
|
The runnable code snip and the clear log helps a lot to identify this issue. According to the log: VERB PuppetWebBridge proxyWechaty(send, @67c97111a6307c10ed99b88574d0b4acca69384134aa0603ba4628e9cbd1bdce, 你好呀,我通过了你的好友请求) Wechaty is passing the send message parameters to the browser in function here: Which cause a exception in browser at here: I'm not clear why this could happen, let's continue keeping eyes on this issue. |
+1, also happens to me(a lot) |
This is an old bug. As far as I know: this exception does not occur at node side. It's an exception inside browser, so it should be caused by https://github.com/Chatie/wechaty/blob/master/src/puppet-web/wechaty-bro.js |
Long time no see... |
A strange bug: ( with docker image v0.5.1 & v0.5.9 )
Today, a wechaty runtime run ok at the start, but after 2-3 hours, it can not accept friend request anymore. after a while, it can accept the friend request, but can not send any message.
switch from v0.5.1 to v0.5.9 still has this issue.
After turn on the log, it was found that when call
WechatyBro.send()
, it shows the follow exception: (I guess theFriendRequest.accept()
has the similar exception before)At last, after we restarted the runtime serval times again, the bug was gone. All works well again... wired...
Maybe it's because the Angular environment is not inited right?
To debug...
The text was updated successfully, but these errors were encountered: