3mora2 / WPP_Whatsapp

WPP_Whatsapp aim of exporting functions from WhatsApp Web to the python, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination
MIT License
57 stars 9 forks source link

Browser Opening Error - Possible Login Timeout? #30

Closed Jeck-Liu-Create closed 5 months ago

Jeck-Liu-Create commented 5 months ago

I've recently encountered a problem where normally I open the browser, but sometimes the following error occurs. Could this be due to a login timeout? How can I handle it?

Exception in thread Thread-2 (<lambda>):
Traceback (most recent call last):
  File "threading.py", line 1045, in _bootstrap_inner
  File "threading.py", line 982, in run
  File "sendmain.py", line 680, in <lambda>
  File "asyncio\runners.py", line 190, in run
  File "asyncio\runners.py", line 118, in run
  File "asyncio\base_events.py", line 653, in run_until_complete
  File "sendmain.py", line 671, in run_async
  File "sendmain.py", line 83, in create_web_send
  File "WPP_Whatsapp\controllers\initializer.py", line 117, in start
    self.create()
  File "WPP_Whatsapp\controllers\initializer.py", line 157, in create
    is_logged = self.client.waitForLogin()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "WPP_Whatsapp\api\layers\HostLayer.py", line 313, in waitForLogin
    raise Exception("Phone not connected")
Exception: Phone not connected
3mora2 commented 5 months ago

That mean Login Done Successfully, but can't load chats: