-
-
Notifications
You must be signed in to change notification settings - Fork 116
Description
Hi i've got this error when running send_direct_message(num, msg):
DevTools listening on ws://127.0.0.1:60399/devtools/browser/037eb95b-29d7-49bd-8a2b-5e09cb051e6f
Created TensorFlow Lite XNNPACK delegate for CPU.
Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#58 is a dynamic-sized tensor).
Traceback (most recent call last):
File "D:\Project\Python\whatsapp_alright.py", line 3, in
messenger.send_direct_message("60163827163", 'Hello')
File "C:\Users\Tee\AppData\Roaming\Python\Python312\site-packages\alright_init_.py", line 486, in send_direct_message
self.find_by_username(mobile)
File "C:\Users\Tee\AppData\Roaming\Python\Python312\site-packages\alright_init_.py", line 158, in find_by_username
search_box = self.wait.until(
^^^^^^^^^^^^^^^^
File "C:\Users\Tee\AppData\Roaming\Python\Python312\site-packages\selenium\webdriver\support\wait.py", line 105, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x00F83913+24035]
(No symbol) [0x00F0BCA4]
(No symbol) [0x00DEC2D3]
(No symbol) [0x00E2DC86]
(No symbol) [0x00E2DECB]
(No symbol) [0x00E6B9D2]
(No symbol) [0x00E4FED4]
(No symbol) [0x00E6953F]
(No symbol) [0x00E4FC26]
(No symbol) [0x00E2218C]
(No symbol) [0x00E2310D]
GetHandleVerifier [0x01229743+2800659]
GetHandleVerifier [0x012842FE+3172302]
GetHandleVerifier [0x0127CF12+3142626]
GetHandleVerifier [0x01026CC0+692624]
(No symbol) [0x00F14CBD]
(No symbol) [0x00F119C8]
(No symbol) [0x00F11B60]
(No symbol) [0x00F04010]
BaseThreadInitThunk [0x76F27BA9+25]
RtlInitializeExceptionChain [0x77C7C0CB+107]
RtlClearBits [0x77C7C04F+191]
The web whatsapp does not find contact and send the message.
May i know what's the cause of this?