Today I have received an error after implemented the method get_all_chats().
The complete message error:
` Bot Starded!
Traceback (most recent call last):
File "D:\BotWhatsApp\webwhatsapi\wapi_js_wrapper.py", line 133, in call
return self.driver.execute_async_script(command)
File "D:\BotWhatsApp.venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 659, in execute_async_script
'args': converted_args})['value']
File "D:\BotWhatsApp.venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "D:\BotWhatsApp.venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message: Timed out after 500000 ms
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\BotWhatsApp\webwhatsapi\objects\chat.py", line 130, in repr
participants=len(self.get_participants_ids()))
File "D:\BotWhatsApp\webwhatsapi\objects\whatsapp_object.py", line 18, in wrapped
return func(self, *args)
File "D:\BotWhatsApp\webwhatsapi\objects\chat.py", line 115, in get_participants_ids
return self.driver.wapi_functions.getGroupParticipantIDs(self.id)
File "D:\BotWhatsApp\webwhatsapi\wapi_js_wrapper.py", line 146, in call
raise JsException("Error in function {0} ({1}). Command: {2}".format(self.function_name, e.msg, command))
webwhatsapi.wapi_js_wrapper.JsException: Error in function getGroupParticipantIDs (Timed out after 500000 ms). Command: return WAPI.getGroupParticipantIDs('556182410309-1548
672747@g.us', arguments[0])
`
Someone had this problem? How can I solve it?
Hello folks,
Today I have received an error after implemented the method get_all_chats().
The complete message error:
` Bot Starded! Traceback (most recent call last): File "D:\BotWhatsApp\webwhatsapi\wapi_js_wrapper.py", line 133, in call return self.driver.execute_async_script(command) File "D:\BotWhatsApp.venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 659, in execute_async_script 'args': converted_args})['value'] File "D:\BotWhatsApp.venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute self.error_handler.check_response(response) File "D:\BotWhatsApp.venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Timed out after 500000 ms
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "D:\BotWhatsApp\webwhatsapi\objects\chat.py", line 130, in repr participants=len(self.get_participants_ids())) File "D:\BotWhatsApp\webwhatsapi\objects\whatsapp_object.py", line 18, in wrapped return func(self, *args) File "D:\BotWhatsApp\webwhatsapi\objects\chat.py", line 115, in get_participants_ids return self.driver.wapi_functions.getGroupParticipantIDs(self.id) File "D:\BotWhatsApp\webwhatsapi\wapi_js_wrapper.py", line 146, in call raise JsException("Error in function {0} ({1}). Command: {2}".format(self.function_name, e.msg, command)) webwhatsapi.wapi_js_wrapper.JsException: Error in function getGroupParticipantIDs (Timed out after 500000 ms). Command: return WAPI.getGroupParticipantIDs('556182410309-1548 672747@g.us', arguments[0]) ` Someone had this problem? How can I solve it?